Interface ServletContainerService


  • public interface ServletContainerService
    Central Undertow 'Container' HTTP listeners will make this container accessible whilst deployers will add content.
    Author:
    Darran Lofthouse, Richard Opalka
    • Method Detail

      • getServletContainer

        io.undertow.servlet.api.ServletContainer getServletContainer()
      • isAllowNonStandardWrappers

        boolean isAllowNonStandardWrappers()
      • getStackTraces

        io.undertow.servlet.api.ServletStackTraces getStackTraces()
      • getSessionCookieConfig

        CookieConfig getSessionCookieConfig()
      • getAffinityCookieConfig

        CookieConfig getAffinityCookieConfig()
      • getBufferCache

        io.undertow.server.handlers.cache.DirectBufferCache getBufferCache()
      • isDisableCachingForSecuredPages

        boolean isDisableCachingForSecuredPages()
      • isDispatchWebsocketInvocationToWorker

        boolean isDispatchWebsocketInvocationToWorker()
      • isPerMessageDeflate

        boolean isPerMessageDeflate()
      • getDeflaterLevel

        int getDeflaterLevel()
      • isWebsocketsEnabled

        boolean isWebsocketsEnabled()
      • isDisableSessionIdReuse

        boolean isDisableSessionIdReuse()
      • getSessionPersistenceManager

        io.undertow.servlet.api.SessionPersistenceManager getSessionPersistenceManager()
      • getWebsocketsWorker

        org.xnio.XnioWorker getWebsocketsWorker()
      • getWebsocketsBufferPool

        io.undertow.connector.ByteBufferPool getWebsocketsBufferPool()
      • getDefaultEncoding

        String getDefaultEncoding()
      • isUseListenerEncoding

        boolean isUseListenerEncoding()
      • isIgnoreFlush

        boolean isIgnoreFlush()
      • isEagerFilterInit

        boolean isEagerFilterInit()
      • getDefaultSessionTimeout

        int getDefaultSessionTimeout()
      • getDirectoryListingEnabled

        Boolean getDirectoryListingEnabled()
      • isProactiveAuth

        boolean isProactiveAuth()
      • getSessionIdLength

        int getSessionIdLength()
      • getMaxSessions

        Integer getMaxSessions()
      • isDisableFileWatchService

        boolean isDisableFileWatchService()
      • getCrawlerSessionManagerConfig

        io.undertow.servlet.api.CrawlerSessionManagerConfig getCrawlerSessionManagerConfig()
      • getFileCacheMetadataSize

        int getFileCacheMetadataSize()
      • getFileCacheMaxFileSize

        int getFileCacheMaxFileSize()
      • getFileCacheTimeToLive

        Integer getFileCacheTimeToLive()
      • getDefaultCookieVersion

        int getDefaultCookieVersion()
      • isPreservePathOnForward

        boolean isPreservePathOnForward()
      • isOrphanSessionAllowed

        boolean isOrphanSessionAllowed()