Package io.varhttp
Class VarUndertow
java.lang.Object
io.varhttp.VarUndertow
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVarUndertow(VarConfig varConfig, javax.inject.Provider<ParameterHandler> parameterHandlerProvider, ControllerMapper controllerMapper, ObjectFactory objectFactory, ControllerFilter controllerFilter, ExceptionRegistry exceptionRegistry) -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(Consumer<VarConfiguration> configuration) voidrun()voidsetExecutor(ExecutorService executorService) voidsetSslContext(InputStream x509Certificate, InputStream privateKey) voidsetSslContext(KeyStore keyStore, char[] password) void
-
Field Details
-
servlet
-
varConfig
-
-
Constructor Details
-
VarUndertow
@Inject public VarUndertow(VarConfig varConfig, javax.inject.Provider<ParameterHandler> parameterHandlerProvider, ControllerMapper controllerMapper, ObjectFactory objectFactory, ControllerFilter controllerFilter, ExceptionRegistry exceptionRegistry)
-
-
Method Details