Uses of Class
org.wildfly.extension.undertow.ServletContainerService
-
Packages that use ServletContainerService Package Description org.wildfly.extension.undertow org.wildfly.extension.undertow.deployment -
-
Uses of ServletContainerService in org.wildfly.extension.undertow
Methods in org.wildfly.extension.undertow that return ServletContainerService Modifier and Type Method Description ServletContainerServiceServer. getServletContainer()ServletContainerServiceServletContainerService. getValue()Constructor parameters in org.wildfly.extension.undertow with type arguments of type ServletContainerService Constructor 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, Integer maxSessions, io.undertow.servlet.api.CrawlerSessionManagerConfig crawlerSessionManagerConfig, boolean disableFileWatchService, boolean disableSessionIdReuse, int fileCacheMetadataSize, int fileCacheMaxFileSize, Integer fileCacheTimeToLive, int defaultCookieVersion, boolean preservePathOnForward) -
Uses of ServletContainerService in org.wildfly.extension.undertow.deployment
Fields in org.wildfly.extension.undertow.deployment with type parameters of type ServletContainerService Modifier and Type Field Description static org.jboss.as.server.deployment.AttachmentKey<ServletContainerService>UndertowAttachments. SERVLET_CONTAINER_SERVICE
-