Skip navigation links
A B C D E G H I L M N R S W 

A

addFilter(String, Filter) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Add a filter instance.
addFilter(String, Class<? extends Filter>) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Add a filter class.
addMimeMapping(String, String) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Set a mime mapping.
addServlet(String, Servlet) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Add a servlet instance.
addServlet(String, Class<? extends Servlet>) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Add a servlet class.
addServletListeners(EventListener...) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Add one or more servlet event listeners.
admin() - Static method in class io.dropwizard.jetty.HttpConnectorFactory
 
application() - Static method in class io.dropwizard.jetty.HttpConnectorFactory
 

B

BiDiGzipFilter - Class in io.dropwizard.jetty
An extension of IncludableGzipFilter which decompresses gzip- and deflate-encoded request entities.
BiDiGzipFilter() - Constructor for class io.dropwizard.jetty.BiDiGzipFilter
 
build(Server, MetricRegistry, String, ThreadPool) - Method in interface io.dropwizard.jetty.ConnectorFactory
Create a new connector.
build() - Method in class io.dropwizard.jetty.GzipFilterFactory
 
build(Server, MetricRegistry, String, ThreadPool) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
build(Server, MetricRegistry, String, ThreadPool) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
build(String) - Method in class io.dropwizard.jetty.RequestLogFactory
 
buildBufferPool() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
buildConnector(Server, Scheduler, ByteBufferPool, String, ThreadPool, ConnectionFactory...) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
buildHttpConfiguration() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
buildHttpConfiguration() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
buildHttpConnectionFactory(HttpConfiguration) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
buildSslContextFactory() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 

C

ConnectorFactory - Interface in io.dropwizard.jetty
A factory for creating Jetty Connectors.
ContextRoutingHandler - Class in io.dropwizard.jetty
A Jetty router which routes requests based on context path.
ContextRoutingHandler(Map<String, ? extends Handler>) - Constructor for class io.dropwizard.jetty.ContextRoutingHandler
 

D

doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
doStop() - Method in class io.dropwizard.jetty.Slf4jRequestLog
 

E

equals(Object) - Method in class io.dropwizard.jetty.NonblockingServletHolder
 

G

getAcceptorThreads() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getAcceptQueueSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getAllowRenegotiation() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getAppenders() - Method in class io.dropwizard.jetty.RequestLogFactory
 
getBindHost() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getBufferPoolIncrement() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getBufferSize() - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
getBufferSize() - Method in class io.dropwizard.jetty.GzipFilterFactory
 
getCertAlias() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getCompressedMimeTypes() - Method in class io.dropwizard.jetty.GzipFilterFactory
 
getCrlPath() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getDeflateCompressionLevel() - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
getDeflateCompressionLevel() - Method in class io.dropwizard.jetty.GzipFilterFactory
 
getEnableCRLDP() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getEnableOCSP() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getEndpointIdentificationAlgorithm() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getExcludedAgentPatterns() - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
getExcludedAgents() - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
getExcludedCipherSuites() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getExcludedPathPatterns() - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
getExcludedPaths() - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
getExcludedProtocols() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getExcludedUserAgentPatterns() - Method in class io.dropwizard.jetty.GzipFilterFactory
 
getExcludedUserAgents() - Method in class io.dropwizard.jetty.GzipFilterFactory
 
getHeaderCacheSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getIdleTimeout() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getIncludedMethods() - Method in class io.dropwizard.jetty.GzipFilterFactory
 
getInputBufferSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getJceProvider() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getKeyManagerPassword() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getKeyStorePassword() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getKeyStorePath() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getKeyStoreProvider() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getKeyStoreType() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getMaxBufferPoolSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getMaxCertPathLength() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getMaxRequestHeaderSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getMaxResponseHeaderSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getMethods() - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
getMimeTypes() - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
getMinBufferPoolSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getMinGzipSize() - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
getMinimumEntitySize() - Method in class io.dropwizard.jetty.GzipFilterFactory
 
getNeedClientAuth() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getOcspResponderUrl() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getOutputBufferSize() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getPort() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getSelectorThreads() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getServlet() - Method in class io.dropwizard.jetty.NonblockingServletHolder
 
getSoLingerTime() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
getSupportedCipherSuites() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getSupportedProtocols() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getTimeZone() - Method in class io.dropwizard.jetty.RequestLogFactory
 
getTrustStorePassword() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getTrustStorePath() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getTrustStoreProvider() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getTrustStoreType() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getValidatePeers() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
getVary() - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
getVary() - Method in class io.dropwizard.jetty.GzipFilterFactory
 
getWantClientAuth() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
GzipFilterFactory - Class in io.dropwizard.jetty
 
GzipFilterFactory() - Constructor for class io.dropwizard.jetty.GzipFilterFactory
 

H

handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class io.dropwizard.jetty.ContextRoutingHandler
 
handle(Request, ServletRequest, ServletResponse) - Method in class io.dropwizard.jetty.NonblockingServletHolder
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class io.dropwizard.jetty.RoutingHandler
 
hashCode() - Method in class io.dropwizard.jetty.NonblockingServletHolder
 
httpConnections() - Method in class io.dropwizard.jetty.HttpConnectorFactory
Get name of the timer that tracks incoming HTTP connections
HttpConnectorFactory - Class in io.dropwizard.jetty
Builds HTTP connectors.
HttpConnectorFactory() - Constructor for class io.dropwizard.jetty.HttpConnectorFactory
 
HttpsConnectorFactory - Class in io.dropwizard.jetty
Builds HTTPS connectors (HTTP over TLS/SSL).
HttpsConnectorFactory() - Constructor for class io.dropwizard.jetty.HttpsConnectorFactory
 

I

io.dropwizard.jetty - package io.dropwizard.jetty
 
io.dropwizard.jetty.setup - package io.dropwizard.jetty.setup
 
isDeflateNoWrap() - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
isEnabled() - Method in class io.dropwizard.jetty.GzipFilterFactory
 
isEnabled() - Method in class io.dropwizard.jetty.RequestLogFactory
 
isEnabled() - Method in class io.dropwizard.jetty.Slf4jRequestLog
 
isGzipCompatibleDeflation() - Method in class io.dropwizard.jetty.GzipFilterFactory
 
isReuseAddress() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
isSecurityEnabled() - Method in class io.dropwizard.jetty.MutableServletContextHandler
 
isSessionsEnabled() - Method in class io.dropwizard.jetty.MutableServletContextHandler
 
isUseDateHeader() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
isUseForwardedHeaders() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
isUseServerHeader() - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
isValidateCerts() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
isValidKeyStorePassword() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
isValidKeyStorePath() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 

L

logSupportedParameters() - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 

M

MutableServletContextHandler - Class in io.dropwizard.jetty
 
MutableServletContextHandler() - Constructor for class io.dropwizard.jetty.MutableServletContextHandler
 

N

NonblockingServletHolder - Class in io.dropwizard.jetty
A ServletHolder subclass which removes the synchronization around servlet initialization by requiring a pre-initialized servlet holder.
NonblockingServletHolder(Servlet) - Constructor for class io.dropwizard.jetty.NonblockingServletHolder
 

R

RequestLogFactory - Class in io.dropwizard.jetty
A factory for creating RequestLog instances.
RequestLogFactory() - Constructor for class io.dropwizard.jetty.RequestLogFactory
 
RoutingHandler - Class in io.dropwizard.jetty
 
RoutingHandler(Map<Connector, Handler>) - Constructor for class io.dropwizard.jetty.RoutingHandler
 

S

ServletEnvironment - Class in io.dropwizard.jetty.setup
 
ServletEnvironment(MutableServletContextHandler) - Constructor for class io.dropwizard.jetty.setup.ServletEnvironment
 
setAcceptorThreads(int) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setAcceptQueueSize(Integer) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setAllowRenegotiation(boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setAppenders(ImmutableList<AppenderFactory>) - Method in class io.dropwizard.jetty.RequestLogFactory
 
setBaseResource(Resource) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Sets the base resource for this context.
setBindHost(String) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setBufferPoolIncrement(Size) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setBufferSize(int) - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
setBufferSize(Size) - Method in class io.dropwizard.jetty.GzipFilterFactory
 
setCertAlias(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setCompressedMimeTypes(Set<String>) - Method in class io.dropwizard.jetty.GzipFilterFactory
 
setCrlPath(File) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setDeflateCompressionLevel(int) - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
setDeflateCompressionLevel(int) - Method in class io.dropwizard.jetty.GzipFilterFactory
 
setDeflateNoWrap(boolean) - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
setEnableCRLDP(Boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setEnabled(boolean) - Method in class io.dropwizard.jetty.GzipFilterFactory
 
setEnableOCSP(Boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setEndpointIdentificationAlgorithm(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setExcludedAgentPatterns(Set<Pattern>) - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
setExcludedAgents(Set<String>) - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
setExcludedCipherSuites(List<String>) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setExcludedPathPatterns(Set<Pattern>) - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
setExcludedPaths(Set<String>) - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
setExcludedProtocols(List<String>) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setExcludedUserAgentPatterns(Set<Pattern>) - Method in class io.dropwizard.jetty.GzipFilterFactory
 
setExcludedUserAgents(Set<String>) - Method in class io.dropwizard.jetty.GzipFilterFactory
 
setGzipCompatibleDeflation(boolean) - Method in class io.dropwizard.jetty.GzipFilterFactory
 
setHeaderCacheSize(Size) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setIdleTimeout(Duration) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setIncludedMethods(Set<String>) - Method in class io.dropwizard.jetty.GzipFilterFactory
 
setInitParameter(String, String) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Set an initialization parameter.
setInputBufferSize(Size) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setJceProvider(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setKeyManagerPassword(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setKeyStorePassword(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setKeyStorePath(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setKeyStoreProvider(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setKeyStoreType(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setLogTimeZone(TimeZone) - Method in class io.dropwizard.jetty.Slf4jRequestLog
 
setMaxBufferPoolSize(Size) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setMaxCertPathLength(Integer) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setMaxRequestHeaderSize(Size) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setMaxResponseHeaderSize(Size) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setMethods(Set<String>) - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
setMimeTypes(Set<String>) - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
setMinBufferPoolSize(Size) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setMinGzipSize(int) - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
setMinimumEntitySize(Size) - Method in class io.dropwizard.jetty.GzipFilterFactory
 
setNeedClientAuth(Boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setOcspResponderUrl(URI) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setOutputBufferSize(Size) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setPort(int) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setProtectedTargets(String...) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Set protected targets.
setResourceBase(String) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Sets the base resource for this context.
setReuseAddress(boolean) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setSecurityEnabled(boolean) - Method in class io.dropwizard.jetty.MutableServletContextHandler
 
setSecurityHandler(SecurityHandler) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Set the security handler.
setSelectorThreads(int) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setSessionHandler(SessionHandler) - Method in class io.dropwizard.jetty.setup.ServletEnvironment
Set the session handler.
setSessionsEnabled(boolean) - Method in class io.dropwizard.jetty.MutableServletContextHandler
 
setSoLingerTime(Duration) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setSupportedCipherSuites(List<String>) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setSupportedProtocols(List<String>) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setTimeZone(TimeZone) - Method in class io.dropwizard.jetty.RequestLogFactory
 
setTrustStorePassword(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setTrustStorePath(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setTrustStoreProvider(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setTrustStoreType(String) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setUseDateHeader(boolean) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setUseForwardedHeaders(boolean) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setUseServerHeader(boolean) - Method in class io.dropwizard.jetty.HttpConnectorFactory
 
setValidateCerts(boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setValidatePeers(boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
setVary(String) - Method in class io.dropwizard.jetty.BiDiGzipFilter
 
setVary(String) - Method in class io.dropwizard.jetty.GzipFilterFactory
 
setWantClientAuth(Boolean) - Method in class io.dropwizard.jetty.HttpsConnectorFactory
 
Slf4jRequestLog - Class in io.dropwizard.jetty
A SLF4J-backed RequestLog implementation of AbstractNCSARequestLog.
Slf4jRequestLog(AppenderAttachableImpl<ILoggingEvent>, TimeZone) - Constructor for class io.dropwizard.jetty.Slf4jRequestLog
Creates a new request log.

W

write(String) - Method in class io.dropwizard.jetty.Slf4jRequestLog
 
A B C D E G H I L M N R S W 
Skip navigation links

Copyright © 2015. All rights reserved.