Uses of Class
com.blackrook.small.jetty.DefaultSmallJettyConfiguration
-
Uses of DefaultSmallJettyConfiguration in com.blackrook.small.jetty
Methods in com.blackrook.small.jetty that return DefaultSmallJettyConfigurationModifier and TypeMethodDescriptionDefaultSmallJettyConfiguration.configure()DefaultSmallJettyConfiguration.setAllowOptions(boolean value) DefaultSmallJettyConfiguration.setAllowTrace(boolean value) DefaultSmallJettyConfiguration.setAllowWebSockets(boolean value) DefaultSmallJettyConfiguration.setApplicationPackageRoots(String... value) DefaultSmallJettyConfiguration.setAttribute(String attributeName, Object value) DefaultSmallJettyConfiguration.setAutoParseMultipart(boolean value) DefaultSmallJettyConfiguration.setContextPath(String value) DefaultSmallJettyConfiguration.setGZip(SmallJettyConfiguration.GZipConfiguration gzip) Sets the GZip handler configuration for this application.DefaultSmallJettyConfiguration.setHeaderCacheSize(int value) DefaultSmallJettyConfiguration.setIdleConnectionTimeout(int value) DefaultSmallJettyConfiguration.setMaxThreads(int value) DefaultSmallJettyConfiguration.setOutputBufferSize(int value) DefaultSmallJettyConfiguration.setRequestHeaderSize(int value) DefaultSmallJettyConfiguration.setResponseHeaderSize(int value) DefaultSmallJettyConfiguration.setSecureServerPort(Integer value) DefaultSmallJettyConfiguration.setSendDateHeader(boolean value) DefaultSmallJettyConfiguration.setSendServerVersion(boolean value) DefaultSmallJettyConfiguration.setSendXPoweredBy(boolean value) DefaultSmallJettyConfiguration.setServerPort(int value) DefaultSmallJettyConfiguration.setServletPaths(String... value) DefaultSmallJettyConfiguration.setTempPath(String value) Sets the HTTPS port and the keystore/truststore file and password.DefaultSmallJettyConfiguration.useSSL(int port, String keyStoreType, String keyStorePath, String keyStorePassword) Sets the HTTPS port and the keystore/truststore file and password.DefaultSmallJettyConfiguration.useSSL(int port, String keyStorePath, String keyStorePassword, String trustStorePath, String trustStorePassword) Sets the HTTPS port and the keystore/truststore file and password.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.