Class DefaultSmallJettyConfiguration

java.lang.Object
com.blackrook.small.jetty.DefaultSmallJettyConfiguration
All Implemented Interfaces:
SmallJettyConfiguration, com.blackrook.small.SmallConfiguration

public class DefaultSmallJettyConfiguration
extends Object
implements SmallJettyConfiguration
Configuration builder for the Jetty bootstrap.

Defaults:

  • serverPort: 8080
  • secureServerPort: null
  • contextPath: "/"
  • tempPath: null
  • servletPaths: ["/*"]
  • applicationPackageRoots: [ ]
  • allowOptions: false
  • allowTrace: false
  • allowWebSockets: true
  • autoParseMultipart: true
  • attributes: NONE
  • maxThreads: 20
  • idleConnectionTimeout: 30000
  • headerCacheSize: 8192
  • outputBufferSize: 32768
  • requestHeaderSize: 8192
  • responseHeaderSize: 8192
  • sendServerVersion: false
  • sendDateHeader: false
  • sendXPoweredBy: false
  • servletContextOptions: 0
  • sslConfiguration: null
  • gzipConfiguration: null
Author:
Matthew Tropiano