Class FusekiSystemConstants

java.lang.Object
org.apache.jena.fuseki.main.sys.FusekiSystemConstants

public class FusekiSystemConstants extends Object
  • Field Details

    • jettyMaxFormContentSize

      public static final int jettyMaxFormContentSize
      Jetty: ServletContextHandler.setMaxFormContentSize (set in FusekiServer.Builder.buildServletContext(java.lang.String)) (Jetty 12 default is 200k.)
    • jettyOutputBufferSize

      public static final int jettyOutputBufferSize
      Jetty output buffer size.

      Setting for HttpConfiguration.setOutputBufferSize (set in JettyLib.httpConfiguration()).

      See Also:
    • jettyRequestHeaderSize

      public static final int jettyRequestHeaderSize
      JettyrRequest header size.

      Setting for HttpConfiguration.setRequestHeaderSize (set in JettyLib.httpConfiguration()). Space is used "on demand" while reading the HTTP header. (Jetty 12 default is 8k.)

      See Also:
    • jettyResponseHeaderSize

      public static final int jettyResponseHeaderSize
      Jetty response header size.

      Setting for HttpConfiguration.setResponseHeaderSize (set in JettyLib.httpConfiguration()). This is not an "upper bound maximum limit" - the buffer is always allocated at full size pre-allocated, not on-demand.

      Fuseki does not generate large headers. 16k is the general level of proxy support. (Jetty 12 default is 8k.)

      See Also:
  • Constructor Details

    • FusekiSystemConstants

      public FusekiSystemConstants()