Package io.varhttp
Class VarUndertow
java.lang.Object
io.varhttp.VarUndertow
- All Implemented Interfaces:
- Runnable
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionVarUndertow(VarConfig varConfig, javax.inject.Provider<ParameterHandler> parameterHandlerProvider, ControllerMapper controllerMapper, ObjectFactory objectFactory, ControllerFilter controllerFilter, ExceptionRegistry exceptionRegistry) 
- 
Method SummaryModifier 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