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 TypeMethodDescriptionvoid
configure
(Consumer<VarConfiguration> configuration) void
run()
void
setExecutor
(ExecutorService executorService) void
setSslContext
(InputStream x509Certificate, InputStream privateKey) void
setSslContext
(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