| Package | Description |
|---|---|
| org.wildfly.extension.undertow | |
| org.wildfly.extension.undertow.deployment |
| Modifier and Type | Method and Description |
|---|---|
ServletContainerService |
Server.getServletContainer() |
ServletContainerService |
ServletContainerService.getValue() |
| Constructor and Description |
|---|
Server(Consumer<Server> serverConsumer,
Supplier<ServletContainerService> servletContainer,
Supplier<UndertowService> undertowService,
String name,
String defaultHost) |
ServletContainerService(Consumer<ServletContainerService> serviceConsumer,
Supplier<io.undertow.servlet.api.SessionPersistenceManager> sessionPersistenceManager,
Supplier<io.undertow.server.handlers.cache.DirectBufferCache> bufferCache,
Supplier<io.undertow.connector.ByteBufferPool> websocketsBufferPool,
Supplier<org.xnio.XnioWorker> websocketsWorker,
boolean allowNonStandardWrappers,
io.undertow.servlet.api.ServletStackTraces stackTraces,
SessionCookieConfig sessionCookieConfig,
JSPConfig jspConfig,
String defaultEncoding,
boolean useListenerEncoding,
boolean ignoreFlush,
boolean eagerFilterInit,
int defaultSessionTimeout,
boolean disableCachingForSecuredPages,
boolean websocketsEnabled,
boolean dispatchWebsocketInvocationToWorker,
boolean perMessageDeflate,
int deflaterLevel,
Map<String,String> mimeMappings,
List<String> welcomeFiles,
Boolean directoryListingEnabled,
boolean proactiveAuth,
int sessionIdLength,
Map<String,io.undertow.security.api.AuthenticationMechanismFactory> authenticationMechanisms,
Integer maxSessions,
io.undertow.servlet.api.CrawlerSessionManagerConfig crawlerSessionManagerConfig,
boolean disableFileWatchService,
boolean disableSessionIdReuse,
int fileCacheMetadataSize,
int fileCacheMaxFileSize,
Integer fileCacheTimeToLive,
int defaultCookieVersion,
boolean preservePathOnForward) |
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.server.deployment.AttachmentKey<ServletContainerService> |
UndertowAttachments.SERVLET_CONTAINER_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
UndertowDeploymentInfoService |
UndertowDeploymentInfoService.Builder.createUndertowDeploymentInfoService(Consumer<io.undertow.servlet.api.DeploymentInfo> deploymentInfoConsumer,
Supplier<UndertowService> undertowService,
Supplier<io.undertow.servlet.api.SessionManagerFactory> sessionManagerFactory,
Supplier<SessionIdentifierCodec> sessionIdentifierCodec,
Supplier<SecurityDomainContext> securityDomainContext,
Supplier<ServletContainerService> container,
Supplier<ComponentRegistry> componentRegistry,
Supplier<Host> host,
Supplier<org.wildfly.extension.requestcontroller.ControlPoint> controlPoint,
Supplier<org.jboss.as.server.suspend.SuspendController> suspendController,
Supplier<org.jboss.as.server.ServerEnvironment> serverEnvironment,
Supplier<org.wildfly.security.auth.server.SecurityDomain> rawSecurityDomain,
Supplier<org.wildfly.security.http.HttpServerAuthenticationMechanismFactory> rawMechanismFactory,
Supplier<BiFunction> applySecurityFunction) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.