Interface Options

    • Field Detail

      • DEFAULT_BIND_ADDRESS

        static final java.lang.String DEFAULT_BIND_ADDRESS
        See Also:
        Constant Field Values
      • DEFAULT_MAX_HTTP_CONNECTIONS

        static final int DEFAULT_MAX_HTTP_CONNECTIONS
        See Also:
        Constant Field Values
      • DEFAULT_DISABLE_CONNECTION_REUSE

        static final boolean DEFAULT_DISABLE_CONNECTION_REUSE
        See Also:
        Constant Field Values
      • DEFAULT_MAX_TEMPLATE_CACHE_ENTRIES

        static final java.lang.Long DEFAULT_MAX_TEMPLATE_CACHE_ENTRIES
    • Method Detail

      • portNumber

        int portNumber()
      • getHttpDisabled

        boolean getHttpDisabled()
      • getHttp2PlainDisabled

        boolean getHttp2PlainDisabled()
      • getHttp2TlsDisabled

        boolean getHttp2TlsDisabled()
      • containerThreads

        int containerThreads()
      • getStores

        Stores getStores()
      • requestJournalDisabled

        boolean requestJournalDisabled()
      • maxRequestJournalEntries

        java.util.Optional<java.lang.Integer> maxRequestJournalEntries()
      • bindAddress

        java.lang.String bindAddress()
      • shouldPreserveHostHeader

        boolean shouldPreserveHostHeader()
      • shouldPreserveUserAgentProxyHeader

        boolean shouldPreserveUserAgentProxyHeader()
      • proxyHostHeader

        java.lang.String proxyHostHeader()
      • hasDefaultHttpServerFactory

        boolean hasDefaultHttpServerFactory()
      • isExtensionScanningEnabled

        boolean isExtensionScanningEnabled()
      • getHttpsRequiredForAdminApi

        boolean getHttpsRequiredForAdminApi()
      • getGzipDisabled

        boolean getGzipDisabled()
      • getStubRequestLoggingDisabled

        boolean getStubRequestLoggingDisabled()
      • getStubCorsEnabled

        boolean getStubCorsEnabled()
      • timeout

        long timeout()
      • getDisableOptimizeXmlFactoriesLoading

        boolean getDisableOptimizeXmlFactoriesLoading()
      • getDisableStrictHttpHeaders

        boolean getDisableStrictHttpHeaders()
      • proxyTimeout

        int proxyTimeout()
      • getMaxHttpClientConnections

        int getMaxHttpClientConnections()
      • getResponseTemplatingEnabled

        boolean getResponseTemplatingEnabled()
      • getResponseTemplatingGlobal

        boolean getResponseTemplatingGlobal()
      • getMaxTemplateCacheEntries

        java.lang.Long getMaxTemplateCacheEntries()
      • getTemplatePermittedSystemKeys

        java.util.Set<java.lang.String> getTemplatePermittedSystemKeys()
      • getTemplateEscapingDisabled

        boolean getTemplateEscapingDisabled()
      • getSupportedProxyEncodings

        java.util.Set<java.lang.String> getSupportedProxyEncodings()
      • getDisableConnectionReuse

        boolean getDisableConnectionReuse()