DeploymentImpl
public interface Deployment
Modifier and Type | Method | Description |
---|---|---|
<T,C> ThreadSetupHandler.Action<T,C> |
createThreadSetupAction(ThreadSetupHandler.Action<T,C> target) |
|
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() |
|
ThreadSetupAction |
getThreadSetupAction() |
Deprecated.
|
DeploymentInfo getDeploymentInfo()
ServletContainer getServletContainer()
ApplicationListeners getApplicationListeners()
ManagedServlets getServlets()
ManagedFilters getFilters()
ServletContextImpl getServletContext()
io.undertow.server.HttpHandler getHandler()
ServletPathMatches getServletPaths()
<T,C> ThreadSetupHandler.Action<T,C> createThreadSetupAction(ThreadSetupHandler.Action<T,C> target)
@Deprecated ThreadSetupAction 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 © 2018. All rights reserved.