public interface Deployment
Modifier and Type | Method and Description |
---|---|
ApplicationListeners |
getApplicationListeners() |
Executor |
getAsyncExecutor() |
List<io.undertow.security.api.AuthenticationMechanism> |
getAuthenticationMechanisms() |
Charset |
getDefaultCharset() |
DeploymentInfo |
getDeploymentInfo() |
DeploymentManager.State |
getDeploymentState() |
ErrorPages |
getErrorPages() |
Executor |
getExecutor() |
ManagedFilters |
getFilters() |
io.undertow.server.HttpHandler |
getHandler() |
Map<String,String> |
getMimeExtensionMappings() |
ServletContainer |
getServletContainer() |
ServletContextImpl |
getServletContext() |
ServletDispatcher |
getServletDispatcher() |
ServletPathMatches |
getServletPaths() |
ManagedServlets |
getServlets() |
io.undertow.server.session.SessionManager |
getSessionManager() |
CompositeThreadSetupAction |
getThreadSetupAction() |
DeploymentInfo getDeploymentInfo()
ServletContainer getServletContainer()
ApplicationListeners getApplicationListeners()
ManagedServlets getServlets()
ManagedFilters getFilters()
ServletContextImpl getServletContext()
io.undertow.server.HttpHandler getHandler()
ServletPathMatches getServletPaths()
CompositeThreadSetupAction getThreadSetupAction()
ErrorPages getErrorPages()
ServletDispatcher getServletDispatcher()
io.undertow.server.session.SessionManager getSessionManager()
Executor getExecutor()
Executor getAsyncExecutor()
Charset getDefaultCharset()
List<io.undertow.security.api.AuthenticationMechanism> getAuthenticationMechanisms()
DeploymentManager.State getDeploymentState()
Copyright © 2015. All rights reserved.