A C D E F G H I L M N O P Q R S U W _ 

A

AbstractCompressedStream - Class in org.eclipse.jetty.servlets.gzip
Skeletal implementation of a CompressedStream.
AbstractCompressedStream(String, HttpServletRequest, CompressedResponseWrapper, String) - Constructor for class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Instantiates a new compressed stream.
ACCESS_CONTROL_ALLOW_CREDENTIALS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_ALLOW_HEADERS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_ALLOW_METHODS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_ALLOW_ORIGIN_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_EXPOSE_HEADERS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_MAX_AGE_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_REQUEST_HEADERS_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ACCESS_CONTROL_REQUEST_METHOD_HEADER - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
addExcludedAgentPatterns(String...) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
addExcludedMethods(String...) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
addExcludedMimeTypes(String...) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Set the mime types.
addExcludedPaths(String...) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Add path to excluded paths list.
addHeader(String, String) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
addHeader(String, String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
addIncludedAgentPatterns(String...) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
addIncludedMethods(String...) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
addIncludedMimeTypes(String...) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Add included mime types.
addIncludedPaths(String...) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Add path specs to include.
addWhitelistAddress(String) - Method in class org.eclipse.jetty.servlets.DoSFilter
Adds the given IP address, either in the form of a dotted decimal notation A.B.C.D or in the CIDR notation A.B.C.D/M, to the list of whitelisted IP addresses.
ALLOW_CREDENTIALS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ALLOWED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ALLOWED_METHODS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
ALLOWED_ORIGINS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
AsyncGzipFilter - Class in org.eclipse.jetty.servlets
Async GZIP Filter This filter is a gzip filter using jetty internal mechanism to apply gzip compression to output that is compatible with async IO and does not need to wrap the response nor output stream.
AsyncGzipFilter() - Constructor for class org.eclipse.jetty.servlets.AsyncGzipFilter
 

C

CGI - Class in org.eclipse.jetty.servlets
CGI Servlet.
CGI() - Constructor for class org.eclipse.jetty.servlets.CGI
 
CHAIN_PREFLIGHT_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
checkWhitelist(String) - Method in class org.eclipse.jetty.servlets.DoSFilter
 
checkWhitelist(List<String>, String) - Method in class org.eclipse.jetty.servlets.DoSFilter
Deprecated.
clearWhitelist() - Method in class org.eclipse.jetty.servlets.DoSFilter
Clears the list of whitelisted IP addresses
close() - Method in interface org.eclipse.jetty.servlets.EventSource.Emitter
Closes this event source connection.
close() - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
 
close() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
close() - Method in class org.eclipse.jetty.servlets.gzip.DeflatedOutputStream
 
CloseableDoSFilter - Class in org.eclipse.jetty.servlets
Closeable DoS Filter.
CloseableDoSFilter() - Constructor for class org.eclipse.jetty.servlets.CloseableDoSFilter
 
closeConnection(HttpServletRequest, HttpServletResponse, Thread) - Method in class org.eclipse.jetty.servlets.CloseableDoSFilter
 
closeConnection(HttpServletRequest, HttpServletResponse, Thread) - Method in class org.eclipse.jetty.servlets.DoSFilter
Takes drastic measures to return this response and stop this thread.
closed - Variable in class org.eclipse.jetty.servlets.gzip.DeflatedOutputStream
 
comment(String) - Method in interface org.eclipse.jetty.servlets.EventSource.Emitter
Sends a comment to the client.
comment(String) - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
 
commit(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.servlets.gzip.GzipHttpOutput
 
CompressedResponseWrapper - Class in org.eclipse.jetty.servlets.gzip
 
CompressedResponseWrapper(HttpServletRequest, HttpServletResponse) - Constructor for class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
ConcatServlet - Class in org.eclipse.jetty.servlets
This servlet may be used to concatenate multiple resources into a single response.
ConcatServlet() - Constructor for class org.eclipse.jetty.servlets.ConcatServlet
 
configureWrappedResponse(CompressedResponseWrapper) - Method in class org.eclipse.jetty.servlets.GzipFilter
 
containsHeader(String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
CONTENT_TYPE_SUFFIX - Static variable in class org.eclipse.jetty.servlets.MultiPartFilter
Deprecated.
 
createStream() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Create the stream fitting to the underlying compression type.
createWrappedResponse(HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.servlets.GzipFilter
 
createWrappedResponse(HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.servlets.IncludableGzipFilter
 
CrossOriginFilter - Class in org.eclipse.jetty.servlets
Implementation of the cross-origin resource sharing.
CrossOriginFilter() - Constructor for class org.eclipse.jetty.servlets.CrossOriginFilter
 

D

data(String) - Method in interface org.eclipse.jetty.servlets.EventSource.Emitter
Sends a default event with data to the client.
data(String) - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
 
DataRateLimitedServlet - Class in org.eclipse.jetty.servlets
A servlet that uses the Servlet 3.1 asynchronous IO API to server static content at a limited data rate.
DataRateLimitedServlet() - Constructor for class org.eclipse.jetty.servlets.DataRateLimitedServlet
 
DEFAULT_BUFFER_SIZE - Static variable in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
DEFAULT_MIN_COMPRESS_SIZE - Static variable in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
DEFAULT_MIN_GZIP_SIZE - Static variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
DEFLATE - Static variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
DEFLATE - Static variable in class org.eclipse.jetty.servlets.GzipFilter
 
DeflatedOutputStream - Class in org.eclipse.jetty.servlets.gzip
Reimplementation of DeflaterOutputStream that supports reusing the buffer.
DeflatedOutputStream(OutputStream, Deflater, byte[]) - Constructor for class org.eclipse.jetty.servlets.gzip.DeflatedOutputStream
 
destroy() - Method in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.CrossOriginFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.DataRateLimitedServlet
 
destroy() - Method in class org.eclipse.jetty.servlets.DoSFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.EventSourceServlet
 
destroy() - Method in class org.eclipse.jetty.servlets.GzipFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.MultiPartFilter
Deprecated.
 
destroy() - Method in class org.eclipse.jetty.servlets.PutFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.QoSFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.UserAgentFilter
 
destroy() - Method in class org.eclipse.jetty.servlets.WelcomeFilter
 
doCompress() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Do compress.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.CrossOriginFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.DoSFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.DoSFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.GzipFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.MultiPartFilter
Deprecated.
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.PutFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.QoSFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.UserAgentFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.servlets.WelcomeFilter
 
doFilterChain(FilterChain, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.DoSFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.ConcatServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.DataRateLimitedServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.EventSourceServlet
 
doNotCompress(boolean) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Do not compress.
DoSFilter - Class in org.eclipse.jetty.servlets
Denial of Service filter

DoSFilter() - Constructor for class org.eclipse.jetty.servlets.DoSFilter
 
doStart() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 

E

ETAG - Static variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
ETAG - Static variable in class org.eclipse.jetty.servlets.GzipFilter
 
ETAG_DEFLATE - Static variable in class org.eclipse.jetty.servlets.GzipFilter
 
ETAG_GZIP - Static variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
ETAG_GZIP - Static variable in class org.eclipse.jetty.servlets.GzipFilter
 
event(String, String) - Method in interface org.eclipse.jetty.servlets.EventSource.Emitter
Sends a named event with data to the client.
event(String, String) - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
 
EventSource - Interface in org.eclipse.jetty.servlets
EventSource is the passive half of an event source connection, as defined by the EventSource Specification.
EventSource.Emitter - Interface in org.eclipse.jetty.servlets
EventSource.Emitter is the active half of an event source connection, and allows applications to operate on the connection by sending events, data or comments, or by closing the connection.
EventSourceServlet - Class in org.eclipse.jetty.servlets
A servlet that implements the event source protocol, also known as "server sent events".
EventSourceServlet() - Constructor for class org.eclipse.jetty.servlets.EventSourceServlet
 
EventSourceServlet.EventSourceEmitter - Class in org.eclipse.jetty.servlets
 
EventSourceServlet.EventSourceEmitter(EventSource, AsyncContext) - Constructor for class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
 
EXPOSED_HEADERS_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
extractUserId(ServletRequest) - Method in class org.eclipse.jetty.servlets.DoSFilter
Returns the user id, used to track this connection.

F

finish() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Finish.
finish() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
finish() - Method in class org.eclipse.jetty.servlets.gzip.DeflatedOutputStream
 
finish() - Method in class org.eclipse.jetty.servlets.gzip.GzipOutputStream
 
flush() - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
 
flush() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
flushBuffer() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 

G

getBufferSize() - Method in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
getBufferSize() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
getBufferSize() - Method in interface org.eclipse.jetty.servlets.gzip.GzipFactory
 
getBufferSize() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Get the buffer size.
getContentLength() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
getDeflater(Request, long) - Method in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
getDeflater(Request, long) - Method in interface org.eclipse.jetty.servlets.gzip.GzipFactory
 
getDelayMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get delay (in milliseconds) that is applied to all requests over the rate limit, before they are considered at all.
getETag() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
getExcluded() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Get the excluded user agents.
getExcludedAgentPatterns() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
getExcludedMethods() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
getExcludedMimeTypes() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
getExcludedPaths() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
getIncludedAgentPatterns() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
getIncludedMethods() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
getIncludedMimeTypes() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
getIncludedPaths() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
getLastModified(HttpServletRequest) - Method in class org.eclipse.jetty.servlets.ConcatServlet
 
getMaxIdleTrackerMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get maximum amount of time (in milliseconds) to keep track of request rates for a connection, before deciding that the user has gone away, and discarding it.
getMaxPriority() - Method in class org.eclipse.jetty.servlets.DoSFilter
 
getMaxRequestMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get maximum amount of time (in milliseconds) to allow the request to process.
getMaxRequests() - Method in class org.eclipse.jetty.servlets.QoSFilter
Get the maximum number of requests allowed to be processed at the same time.
getMaxRequestsPerSec() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get maximum number of requests from a connection per second.
getMaxWaitMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get maximum amount of time (in milliseconds) the filter will blocking wait for the throttle semaphore.
getMimeTypes() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
getMinCompressSize() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
getMinGzipSize() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Get the minimum reponse size.
getOutputStream() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
getOutputStream() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
getPriority(HttpServletRequest, DoSFilter.RateTracker) - Method in class org.eclipse.jetty.servlets.DoSFilter
Get priority for this request, based on user type
getPriority(ServletRequest) - Method in class org.eclipse.jetty.servlets.QoSFilter
Computes the request priority.
getRateTracker(ServletRequest) - Method in class org.eclipse.jetty.servlets.DoSFilter
Return a request rate tracker associated with this connection; keeps track of this connection's request rate.
getRequest() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
getSuspendMs() - Method in class org.eclipse.jetty.servlets.QoSFilter
Get the amount of time (in milliseconds) that the filter would suspend a request for while waiting for the semaphore to become available.
getThrottledRequests() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get number of requests over the rate limit able to be considered at once.
getThrottleMs() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get amount of time (in milliseconds) to async wait for semaphore.
getUserAgent(ServletRequest) - Method in class org.eclipse.jetty.servlets.UserAgentFilter
 
getUserAgent(String) - Method in class org.eclipse.jetty.servlets.UserAgentFilter
Get UserAgent.
getVary() - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
getVaryField() - Method in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
getVaryField() - Method in interface org.eclipse.jetty.servlets.gzip.GzipFactory
 
getWaitMs() - Method in class org.eclipse.jetty.servlets.QoSFilter
Get the (short) amount of time (in milliseconds) that the filter would wait for the semaphore to become available before suspending a request.
getWhitelist() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get a list of IP addresses that will not be rate limited.
getWriter() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
GZIP - Static variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
GZIP - Static variable in class org.eclipse.jetty.servlets.GzipFilter
 
GzipFactory - Interface in org.eclipse.jetty.servlets.gzip
 
GzipFilter - Class in org.eclipse.jetty.servlets
GZIP Filter This filter will gzip or deflate the content of a response if: The filter is mapped to a matching path accept-encoding header is set to either gzip, deflate or a combination of those The response status code is >=200 and <300 The content length is unknown or more than the minGzipSize initParameter or the minGzipSize is 0(default) If a list of mimeTypes is set by the mimeTypes init parameter, then the Content-Type is in the list. If no mimeType list is set, then the content-type is not in the list defined by excludedMimeTypes No content-encoding is specified by the resource
GzipFilter() - Constructor for class org.eclipse.jetty.servlets.GzipFilter
 
GzipHandler - Class in org.eclipse.jetty.servlets.gzip
GZIP Handler This handler will gzip the content of a response if: The handler is mapped to a matching path The response status code is >=200 and <300 The content length is unknown or more than the minGzipSize initParameter or the minGzipSize is 0(default) The content-type matches one of the set of mimetypes to be compressed The content-type does NOT match one of the set of mimetypes AND setExcludeMimeTypes is true No content-encoding is specified by the resource
GzipHandler() - Constructor for class org.eclipse.jetty.servlets.gzip.GzipHandler
Instantiates a new gzip handler.
GzipHttpOutput - Class in org.eclipse.jetty.servlets.gzip
 
GzipHttpOutput(HttpChannel<?>) - Constructor for class org.eclipse.jetty.servlets.gzip.GzipHttpOutput
 
GzipOutputStream - Class in org.eclipse.jetty.servlets.gzip
Reimplementation of GZIPOutputStream that supports reusing a Deflater instance.
GzipOutputStream(OutputStream, Deflater, byte[]) - Constructor for class org.eclipse.jetty.servlets.gzip.GzipOutputStream
 

H

handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
handleDelete(HttpServletRequest, HttpServletResponse, String, File) - Method in class org.eclipse.jetty.servlets.PutFilter
 
handleMove(HttpServletRequest, HttpServletResponse, String, File) - Method in class org.eclipse.jetty.servlets.PutFilter
 
handleOptions(FilterChain, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.PutFilter
 
handlePut(HttpServletRequest, HttpServletResponse, String, File) - Method in class org.eclipse.jetty.servlets.PutFilter
 

I

IncludableGzipFilter - Class in org.eclipse.jetty.servlets
Includable GZip Filter.
IncludableGzipFilter() - Constructor for class org.eclipse.jetty.servlets.IncludableGzipFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
init() - Method in class org.eclipse.jetty.servlets.CGI
 
init() - Method in class org.eclipse.jetty.servlets.ConcatServlet
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.CrossOriginFilter
 
init() - Method in class org.eclipse.jetty.servlets.DataRateLimitedServlet
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.DoSFilter
 
init() - Method in class org.eclipse.jetty.servlets.EventSourceServlet
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.GzipFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.IncludableGzipFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.MultiPartFilter
Deprecated.
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.PutFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.QoSFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.UserAgentFilter
 
init(FilterConfig) - Method in class org.eclipse.jetty.servlets.WelcomeFilter
 
isClosed() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
isEnabled(HttpServletRequest) - Method in class org.eclipse.jetty.servlets.CrossOriginFilter
 
isEnabled() - Method in class org.eclipse.jetty.servlets.DoSFilter
 
isExcludedMimeType(String) - Method in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
isExcludedMimeType(String) - Method in interface org.eclipse.jetty.servlets.gzip.GzipFactory
 
isInsertHeaders() - Method in class org.eclipse.jetty.servlets.DoSFilter
Check flag to insert the DoSFilter headers into the response.
isReady() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
isRemotePort() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get flag to have usage rate tracked by IP+port (effectively connection) if session tracking is not used.
isTrackSessions() - Method in class org.eclipse.jetty.servlets.DoSFilter
Get flag to have usage rate tracked by session if a session exists.

L

LOG - Static variable in class org.eclipse.jetty.servlets.gzip.GzipHttpOutput
 

M

mightCompress() - Method in class org.eclipse.jetty.servlets.gzip.GzipHttpOutput
 
mightCompress(GzipFactory) - Method in class org.eclipse.jetty.servlets.gzip.GzipHttpOutput
 
MultiPartFilter - Class in org.eclipse.jetty.servlets
Deprecated.
See servlet 3.0 apis like javax.servlet.http.HttpServletRequest.getParts()
MultiPartFilter() - Constructor for class org.eclipse.jetty.servlets.MultiPartFilter
Deprecated.
 

N

newCompressedStream(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
newEventSource(HttpServletRequest) - Method in class org.eclipse.jetty.servlets.EventSourceServlet
 
newGzipResponseWrapper(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Allows derived implementations to replace ResponseWrapper implementation.
newWriter(OutputStream, String) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Allows derived implementations to replace PrintWriter implementation.
newWriter(OutputStream, String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
Allows derived implementations to replace PrintWriter implementation.
newWriter(OutputStream, String) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Allows derived implementations to replace PrintWriter implementation.
noCompression() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
noCompression() - Method in class org.eclipse.jetty.servlets.gzip.GzipHttpOutput
 
noCompressionIfPossible() - Method in class org.eclipse.jetty.servlets.gzip.GzipHttpOutput
 

O

OLD_CHAIN_PREFLIGHT_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
onClose() - Method in interface org.eclipse.jetty.servlets.EventSource
Callback method invoked when an event source connection is closed.
onOpen(EventSource.Emitter) - Method in interface org.eclipse.jetty.servlets.EventSource
Callback method invoked when an event source connection is opened.
open(EventSource, EventSource.Emitter) - Method in class org.eclipse.jetty.servlets.EventSourceServlet
 
org.eclipse.jetty.servlets - package org.eclipse.jetty.servlets
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
org.eclipse.jetty.servlets.gzip - package org.eclipse.jetty.servlets.gzip
Jetty Servlets : GZIP Filter Classes

P

passConditionalHeaders(HttpServletRequest, HttpServletResponse, File) - Method in class org.eclipse.jetty.servlets.PutFilter
 
PREFLIGHT_MAX_AGE_PARAM - Static variable in class org.eclipse.jetty.servlets.CrossOriginFilter
 
PutFilter - Class in org.eclipse.jetty.servlets
PutFilter A Filter that handles PUT, DELETE and MOVE methods.
PutFilter() - Constructor for class org.eclipse.jetty.servlets.PutFilter
 

Q

QoSFilter - Class in org.eclipse.jetty.servlets
Quality of Service Filter.
QoSFilter() - Constructor for class org.eclipse.jetty.servlets.QoSFilter
 

R

recycle(Deflater) - Method in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
recycle(Deflater) - Method in interface org.eclipse.jetty.servlets.gzip.GzipFactory
 
removeWhitelistAddress(String) - Method in class org.eclipse.jetty.servlets.DoSFilter
Removes the given address from the list of whitelisted IP addresses.
reset() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
reset() - Method in class org.eclipse.jetty.servlets.gzip.GzipHttpOutput
 
resetBuffer() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
Reset buffer.
resetBuffer() - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
respond(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.EventSourceServlet
 
run() - Method in class org.eclipse.jetty.servlets.EventSourceServlet.EventSourceEmitter
 

S

sendError(int, String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
sendError(int) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
sendRedirect(String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.servlets.CGI
 
setBufferSize(int) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
setBufferSize(int) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setBufferSize(int) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Set the buffer size.
setContentLength() - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
setContentLength(int) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setContentLength(long) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setContentType(String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setDelayMs(long) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set delay (in milliseconds) that is applied to all requests over the rate limit, before they are considered at all.
setEnabled(boolean) - Method in class org.eclipse.jetty.servlets.DoSFilter
 
setExcluded(Set<String>) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Set the excluded user agents.
setExcluded(String) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Set the excluded user agents.
setExcludeMimeTypes(boolean) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Deprecated.
use #setExcludedMimeTypes() instead
setHeader(String, String) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
setHeader(String, String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setInsertHeaders(boolean) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set flag to insert the DoSFilter headers into the response.
setIntHeader(String, int) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setMaxIdleTrackerMs(long) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set maximum amount of time (in milliseconds) to keep track of request rates for a connection, before deciding that the user has gone away, and discarding it.
setMaxRequestMs(long) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set maximum amount of time (in milliseconds) to allow the request to process.
setMaxRequests(int) - Method in class org.eclipse.jetty.servlets.QoSFilter
Set the maximum number of requests allowed to be processed at the same time.
setMaxRequestsPerSec(int) - Method in class org.eclipse.jetty.servlets.DoSFilter
Get maximum number of requests from a connection per second.
setMaxWaitMs(long) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set maximum amount of time (in milliseconds) the filter will blocking wait for the throttle semaphore.
setMimeTypes(IncludeExclude<String>) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setMimeTypes(Set<String>) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Deprecated.
use #setExcludedMimeTypes() or #setIncludedMimeTypes() instead
setMimeTypes(String) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Deprecated.
use #setExcludedMimeTypes() or #setIncludedMimeTypes() instead
setMinCompressSize(int) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setMinGzipSize(int) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Set the minimum reponse size.
setRemotePort(boolean) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set flag to have usage rate tracked by IP+port (effectively connection) if session tracking is not used.
setStatus(int, String) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setStatus(int) - Method in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
setSuspendMs(long) - Method in class org.eclipse.jetty.servlets.QoSFilter
Set the amount of time (in milliseconds) that the filter would suspend a request for while waiting for the semaphore to become available.
setThrottledRequests(int) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set number of requests over the rate limit able to be considered at once.
setThrottleMs(long) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set amount of time (in milliseconds) to async wait for semaphore.
setTrackSessions(boolean) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set flag to have usage rate tracked by session if a session exists.
setVary(String) - Method in class org.eclipse.jetty.servlets.gzip.GzipHandler
Set the value of the Vary header sent with responses that could be compressed.
setWaitMs(long) - Method in class org.eclipse.jetty.servlets.QoSFilter
Set the (short) amount of time (in milliseconds) that the filter would wait for the semaphore to become available before suspending a request.
setWhitelist(String) - Method in class org.eclipse.jetty.servlets.DoSFilter
Set a list of IP addresses that will not be rate limited.
setWriteListener(WriteListener) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
startScheduler() - Method in class org.eclipse.jetty.servlets.DoSFilter
 
stopScheduler() - Method in class org.eclipse.jetty.servlets.DoSFilter
 
subnetMatch(String, String) - Method in class org.eclipse.jetty.servlets.DoSFilter
 

U

UserAgentFilter - Class in org.eclipse.jetty.servlets
User Agent Filter.
UserAgentFilter() - Constructor for class org.eclipse.jetty.servlets.UserAgentFilter
 

W

WelcomeFilter - Class in org.eclipse.jetty.servlets
Welcome Filter This filter can be used to server an index file for a directory when no index file actually exists (thus the web.xml mechanism does not work).
WelcomeFilter() - Constructor for class org.eclipse.jetty.servlets.WelcomeFilter
 
write(int) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
write(byte[]) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
write(int) - Method in class org.eclipse.jetty.servlets.gzip.DeflatedOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.servlets.gzip.DeflatedOutputStream
 
write(ByteBuffer, boolean, Callback) - Method in class org.eclipse.jetty.servlets.gzip.GzipHttpOutput
 
write(byte[], int, int) - Method in class org.eclipse.jetty.servlets.gzip.GzipOutputStream
 

_

__DELETE - Static variable in class org.eclipse.jetty.servlets.PutFilter
 
__MOVE - Static variable in class org.eclipse.jetty.servlets.PutFilter
 
__OPTIONS - Static variable in class org.eclipse.jetty.servlets.PutFilter
 
__PUT - Static variable in class org.eclipse.jetty.servlets.PutFilter
 
_bOut - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_buf - Variable in class org.eclipse.jetty.servlets.gzip.DeflatedOutputStream
 
_buffer - Static variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_buffer - Static variable in class org.eclipse.jetty.servlets.GzipFilter
 
_bufferSize - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_bufferSize - Variable in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
_bufferSize - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_checkGzExists - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_checkGzExists - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_closed - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_compressedOutputStream - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_context - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_context - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_def - Variable in class org.eclipse.jetty.servlets.gzip.DeflatedOutputStream
 
_deflateCompressionLevel - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_deflateCompressionLevel - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_deflateNoWrap - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_deflateNoWrap - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_deflater - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_deflater - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_doNotCompress - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_excludedAgentPatterns - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_excludedAgentPatterns - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_excludedAgents - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_excludedAgents - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_excludedPathPatterns - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_excludedPathPatterns - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_excludedPaths - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_excludedPaths - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_excludeMimeTypes - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_excludeMimeTypes - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_methods - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_methods - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_mimeTypes - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_mimeTypes - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_minGzipSize - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_minGzipSize - Variable in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
_minGzipSize - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_out - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_request - Variable in class org.eclipse.jetty.servlets.gzip.CompressedResponseWrapper
 
_response - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_vary - Variable in class org.eclipse.jetty.servlets.AsyncGzipFilter
 
_vary - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
_vary - Variable in class org.eclipse.jetty.servlets.gzip.GzipHandler
 
_vary - Variable in class org.eclipse.jetty.servlets.GzipFilter
 
_wrapper - Variable in class org.eclipse.jetty.servlets.gzip.AbstractCompressedStream
 
A C D E F G H I L M N O P Q R S U W _ 

Copyright © 1995-2018 Webtide. All Rights Reserved.