static DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.configure() |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setAllowOptions(boolean value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setAllowTrace(boolean value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setAllowWebSockets(boolean value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setApplicationPackageRoots(String... value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setAttribute(String attributeName,
Object value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setAutoParseMultipart(boolean value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setContextPath(String value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setGZip(SmallJettyConfiguration.GZipConfiguration gzip) |
Sets the GZip handler configuration for this application.
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setHeaderCacheSize(int value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setIdleConnectionTimeout(int value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setMaxThreads(int value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setOutputBufferSize(int value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setRequestHeaderSize(int value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setResponseHeaderSize(int value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setSecureServerPort(Integer value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setSendDateHeader(boolean value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setSendServerVersion(boolean value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setSendXPoweredBy(boolean value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setServerPort(int value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setServletPaths(String... value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.setTempPath(String value) |
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.useSSL(int port,
String keyStorePath,
String keyStorePassword) |
Sets the HTTPS port and the keystore/truststore file and password.
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.useSSL(int port,
String keyStoreType,
String keyStorePath,
String keyStorePassword) |
Sets the HTTPS port and the keystore/truststore file and password.
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.useSSL(int port,
String keyStorePath,
String keyStorePassword,
String trustStorePath,
String trustStorePassword) |
Sets the HTTPS port and the keystore/truststore file and password.
|
DefaultSmallJettyConfiguration |
DefaultSmallJettyConfiguration.useSSL(int port,
String keyStoreType,
String keyStorePath,
String keyStorePassword,
String trustStoreType,
String trustStorePath,
String trustStorePassword) |
Sets the HTTPS port and the keystore/truststore file and password.
|