A B C D E F G H I J K L M N O P Q R S T U V W X _

A

AbstractBuffer - Class in org.eclipse.jetty.io
 
AbstractBuffer(int, boolean) - Constructor for class org.eclipse.jetty.io.AbstractBuffer
Constructor for BufferView
AbstractBuffers - Class in org.eclipse.jetty.io
 
AbstractBuffers(Buffers.Type, int, Buffers.Type, int, Buffers.Type) - Constructor for class org.eclipse.jetty.io.AbstractBuffers
 
AbstractConnection - Class in org.eclipse.jetty.io
 
AbstractConnection(EndPoint) - Constructor for class org.eclipse.jetty.io.AbstractConnection
 
AbstractConnection(EndPoint, long) - Constructor for class org.eclipse.jetty.io.AbstractConnection
 
AbstractConnector - Class in org.eclipse.jetty.server
Abstract Connector implementation.
AbstractConnector() - Constructor for class org.eclipse.jetty.server.AbstractConnector
 
AbstractExtension - Class in org.eclipse.jetty.websocket
 
AbstractExtension(String) - Constructor for class org.eclipse.jetty.websocket.AbstractExtension
 
AbstractGenerator - Class in org.eclipse.jetty.http
Abstract Generator.
AbstractGenerator(Buffers, EndPoint) - Constructor for class org.eclipse.jetty.http.AbstractGenerator
Constructor.
AbstractHandler - Class in org.eclipse.jetty.server.handler
AbstractHandler.
AbstractHandler() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandler
 
AbstractHandlerContainer - Class in org.eclipse.jetty.server.handler
Abstract Handler Container.
AbstractHandlerContainer() - Constructor for class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
AbstractHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
 
AbstractHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
AbstractLifeCycle - Class in org.eclipse.jetty.util.component
Basic implementation of the life cycle interface for components.
AbstractLifeCycle() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle
 
AbstractLifeCycle.AbstractLifeCycleListener - Class in org.eclipse.jetty.util.component
 
AbstractLifeCycle.AbstractLifeCycleListener() - Constructor for class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
AbstractNIOConnector - Class in org.eclipse.jetty.server.nio
 
AbstractNIOConnector() - Constructor for class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
AbstractSessionIdManager - Class in org.eclipse.jetty.server.session
 
AbstractSessionIdManager() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
AbstractSessionIdManager(Random) - Constructor for class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
AbstractSessionManager - Class in org.eclipse.jetty.server.session
An Abstract implementation of SessionManager.
AbstractSessionManager() - Constructor for class org.eclipse.jetty.server.session.AbstractSessionManager
 
AbstractSessionManager.NullSessionContext - Class in org.eclipse.jetty.server.session
Null returning implementation of HttpSessionContext
AbstractSessionManager.Session - Class in org.eclipse.jetty.server.session
Implements HttpSession from the javax.servlet package.
AbstractSessionManager.Session(HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
AbstractSessionManager.Session(long, long, String) - Constructor for class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
AbstractSessionManager.SessionIf - Interface in org.eclipse.jetty.server.session
Interface that any session wrapper should implement so that SessionManager may access the Jetty session implementation.
AbstractSessionManagerMBean - Class in org.eclipse.jetty.server.session.jmx
 
AbstractSessionManagerMBean(Object) - Constructor for class org.eclipse.jetty.server.session.jmx.AbstractSessionManagerMBean
 
ACCEPT - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
accept(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
accept(int) - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
accept(int) - Method in class org.eclipse.jetty.server.LocalConnector
 
accept(int) - Method in class org.eclipse.jetty.server.nio.BlockingChannelConnector
 
accept(int) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
accept(int) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
ACCEPT_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ACCEPT_CHARSET - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
ACCEPT_CHARSET_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ACCEPT_CHARSET_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ACCEPT_ENCODING - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
ACCEPT_ENCODING_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ACCEPT_ENCODING_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ACCEPT_LANGUAGE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
ACCEPT_LANGUAGE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ACCEPT_LANGUAGE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ACCEPT_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ACCEPT_RANGES - Static variable in class org.eclipse.jetty.http.HttpHeaders
Response Fields.
ACCEPT_RANGES_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ACCEPT_RANGES_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ACCEPTED_202 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
acceptWebSocket(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.WebSocketFactory
 
access(HttpSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
access(long) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
access(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Entry to session.
access(HttpSession, boolean) - Method in interface org.eclipse.jetty.server.SessionManager
Called by the SessionHandler when a session is first accessed by a request.
add(String, String) - Method in class org.eclipse.jetty.http.HttpFields
Add to or set a field.
add(Buffer, Buffer) - Method in class org.eclipse.jetty.http.HttpFields
Add to or set a field.
add(HttpFields) - Method in class org.eclipse.jetty.http.HttpFields
Add fields from another HttpFields instance.
add(String, int) - Method in class org.eclipse.jetty.io.BufferCache
Add a buffer to the cache at the specified index.
add(String, IPAddressMap<PathMap>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Helper method to parse the new entry and add it to the specified address pattern map.
add(Object) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, Object) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, double) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, long) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(String, boolean) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
add(E) - Method in class org.eclipse.jetty.util.ArrayQueue
 
add(int, E) - Method in class org.eclipse.jetty.util.ArrayQueue
 
add(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
add(int, E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
add(Container.Relationship) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
add(E) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
add(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
Add an item to a LazyList
add(Object, int, Object) - Static method in class org.eclipse.jetty.util.LazyList
Add an item to a LazyList
add(Throwable) - Method in exception org.eclipse.jetty.util.MultiException
 
add(K, Object) - Method in class org.eclipse.jetty.util.MultiMap
Add value to multi valued entry.
add(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
addAll(Attributes) - Method in class org.eclipse.jetty.util.AttributesMap
 
addArray(Object, Object[]) - Static method in class org.eclipse.jetty.util.LazyList
Add the contents of an array to a LazyList
addBean(Object) - Method in class org.eclipse.jetty.server.Server
Add an associated bean.
addBean(Object) - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
Add an associated bean.
addBean(Object) - Method in class org.eclipse.jetty.util.component.Container
 
addBean(Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
addBlack(String) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Add a blacklist entry to an existing handler configuration
addBlack(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Add a blacklist entry to an existing handler configuration
addChange(Object) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
addChange(SelectableChannel, Object) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
addClass(Class) - Method in interface org.eclipse.jetty.util.ajax.JSON.Output
 
addCollection(Object, Collection<?>) - Static method in class org.eclipse.jetty.util.LazyList
Add the contents of a Collection to a LazyList
addConnector(Connector) - Method in class org.eclipse.jetty.server.Server
 
addContent(Buffer, boolean) - Method in interface org.eclipse.jetty.http.Generator
Add content.
addContent(byte) - Method in interface org.eclipse.jetty.http.Generator
Add content.
addContent(Buffer, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
Add content.
addContent(byte) - Method in class org.eclipse.jetty.http.HttpGenerator
Add content.
addContext(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Add a context handler.
addContinuationListener(ContinuationListener) - Method in interface org.eclipse.jetty.continuation.Continuation
Add a ContinuationListener.
addContinuationListener(ContinuationListener) - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
addContinuationListener(ContinuationListener) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
addContinuationListener(ContinuationListener) - Method in interface org.eclipse.jetty.server.AsyncContext
 
addContinuationListener(ContinuationListener) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
addConvertor(Class, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
Register a JSON.Convertor for a class or interface.
addConvertorFor(String, JSON.Convertor) - Method in class org.eclipse.jetty.util.ajax.JSON
Register a JSON.Convertor for a named class or interface.
addCookie(HttpCookie) - Method in class org.eclipse.jetty.server.Response
 
addCookie(Cookie) - Method in class org.eclipse.jetty.server.Response
 
addCookie(Cookie) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addCookieField(String) - Method in class org.eclipse.jetty.server.CookieCutter
 
addDateField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of a date field.
addDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
 
addDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addEventListener(EventListener) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Add a context event listeners.
addEventListener(EventListener) - Method in class org.eclipse.jetty.server.Request
 
addEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
addEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
addEventListener(EventListener) - Method in interface org.eclipse.jetty.server.SessionManager
Adds an event listener for session-related events.
addEventListener(Container.Listener) - Method in class org.eclipse.jetty.util.component.Container
 
addFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addFile(File) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addFiles(Collection<File>) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
addFrame(byte, byte, byte[], int, int) - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
addFrame(byte, byte, byte[], int, int) - Method in class org.eclipse.jetty.websocket.DeflateFrameExtension
 
addFrame(byte, byte, byte[], int, int) - Method in class org.eclipse.jetty.websocket.FragmentExtension
 
addFrame(byte, byte, byte[], int, int) - Method in interface org.eclipse.jetty.websocket.WebSocketGenerator
 
addFrame(byte, byte, byte[], int, int) - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD00
 
addFrame(byte, byte, byte[], int, int) - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD06
 
addFrame(byte, byte, byte[], int, int) - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9
 
addGetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
addHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
addHeader(String, String) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
addHeader(String, String) - Method in class org.eclipse.jetty.server.Response
 
addHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
 
addIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
addJSON(Appendable) - Method in interface org.eclipse.jetty.util.ajax.JSON.Generator
 
addJSON(Appendable) - Method in class org.eclipse.jetty.util.ajax.JSON.Literal
 
addLifeCycle(LifeCycle) - Method in class org.eclipse.jetty.server.Server
Deprecated. Use Server.addBean(Object)
addLifeCycleListener(LifeCycle.Listener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
addLifeCycleListener(LifeCycle.Listener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
addListener(Scanner.Listener) - Method in class org.eclipse.jetty.util.Scanner
Add an added/removed/changed listener
addLocaleEncoding(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
addLongField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of an long field.
addLongField(Buffer, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of an long field.
addMimeMapping(String, String) - Method in class org.eclipse.jetty.http.MimeTypes
Set a mime mapping
addNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
addPath(String) - Method in class org.eclipse.jetty.util.resource.FileResource
 
addPath(String) - Method in class org.eclipse.jetty.util.resource.Resource
Returns the resource contained inside the current resource with the given name.
addPath(String) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
addPath(String) - Method in class org.eclipse.jetty.util.resource.URLResource
Returns the resource contained inside the current resource with the given name
addPaths(String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Add two URI path segments.
addScanDir(File) - Method in class org.eclipse.jetty.util.Scanner
 
addSession(AbstractSessionManager.Session) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
addSession(AbstractSessionManager.Session, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Add the session Registers the session with this manager and registers the session ID with the sessionIDManager;
addSession(HttpSession) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
addSession(AbstractSessionManager.Session) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
addSession(HttpSession) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
addSession(AbstractSessionManager.Session) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Add a newly created session to our in-memory list for this node and persist it.
addSession(HttpSession) - Method in interface org.eclipse.jetty.server.SessionIdManager
Add a session to the list of known sessions for a given ID.
addSetCookie(HttpCookie) - Method in class org.eclipse.jetty.http.HttpFields
Format a set cookie value
addSetCookie(String, String, String, String, long, String, boolean, boolean, int) - Method in class org.eclipse.jetty.http.HttpFields
Format a set cookie value
addSetter(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
addToArray(Object[], Object, Class<?>) - Static method in class org.eclipse.jetty.util.LazyList
Add element to an array
addUnsafe(E) - Method in class org.eclipse.jetty.util.ArrayQueue
Add without synchronization or bounds checking
addValues(K, List) - Method in class org.eclipse.jetty.util.MultiMap
Add values to multi valued entry.
addValues(K, String[]) - Method in class org.eclipse.jetty.util.MultiMap
Add values to multi valued entry.
addWhite(String) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Add a whitelist entry to an existing handler configuration
addWhite(String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Add a whitelist entry to an existing handler configuration
AGE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Response Fields.
AGE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
AGE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
AggregateLifeCycle - Class in org.eclipse.jetty.util.component
An AggregateLifeCycle is an AbstractLifeCycle with a collection of dependent beans.
AggregateLifeCycle() - Constructor for class org.eclipse.jetty.util.component.AggregateLifeCycle
 
AliasedX509ExtendedKeyManager - Class in org.eclipse.jetty.http.ssl
KeyManager to select a key with desired alias while delegating processing to specified KeyManager Can be used both with server and client sockets
AliasedX509ExtendedKeyManager(String, X509KeyManager) - Constructor for class org.eclipse.jetty.http.ssl.AliasedX509ExtendedKeyManager
Construct KeyManager instance
AliasedX509KeyManager - Class in org.eclipse.jetty.http.ssl
KeyManager to select a key with desired alias while delegating processing to specified KeyManager Can be used both with server and client sockets
AliasedX509KeyManager(String, X509KeyManager) - Constructor for class org.eclipse.jetty.http.ssl.AliasedX509KeyManager
Construct KeyManager instance
ALL_INTERFACES - Static variable in class org.eclipse.jetty.util.StringUtil
 
ALLOW - Static variable in class org.eclipse.jetty.http.HttpHeaders
Entity Fields.
ALLOW_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ALLOW_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ANY_ROLE - Static variable in class org.eclipse.jetty.http.security.Constraint
 
append(StringBuffer, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
append(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Append object as JSON to string buffer.
append(StringBuilder, String, int, int) - Static method in class org.eclipse.jetty.util.StringUtil
Append substring to StringBuilder
append(StringBuilder, byte, int) - Static method in class org.eclipse.jetty.util.StringUtil
append hex digit
append(byte) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(byte[], int, int) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append(byte[], int, int, int) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
append2digits(StringBuffer, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
append2digits(StringBuilder, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
appendArray(StringBuffer, Collection) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendArray(Appendable, Collection) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendArray(StringBuffer, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendArray(Appendable, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendBoolean(StringBuffer, Boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendBoolean(Appendable, Boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendByte(byte) - Method in class org.eclipse.jetty.util.Utf8Appendable
 
appendJSON(StringBuffer, JSON.Convertor, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendJSON(Appendable, JSON.Convertor, Object) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendJSON(StringBuffer, JSON.Convertible) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendJSON(Appendable, JSON.Convertible) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendJSON(StringBuffer, JSON.Generator) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendJSON(Appendable, JSON.Generator) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendMap(StringBuffer, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendMap(Appendable, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendNull(StringBuffer) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendNull(Appendable) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendNumber(StringBuffer, Number) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendNumber(Appendable, Number) - Method in class org.eclipse.jetty.util.ajax.JSON
 
appendString(StringBuffer, String) - Method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
appendString(Appendable, String) - Method in class org.eclipse.jetty.util.ajax.JSON
 
array() - Method in interface org.eclipse.jetty.io.Buffer
Get the underlying array, if one exists.
array() - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
array() - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
array() - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
array() - Method in class org.eclipse.jetty.io.View
 
array2List(E[]) - Static method in class org.eclipse.jetty.util.LazyList
 
ArrayQueue<E> - Class in org.eclipse.jetty.util
Queue backed by circular array.
ArrayQueue() - Constructor for class org.eclipse.jetty.util.ArrayQueue
 
ArrayQueue(int) - Constructor for class org.eclipse.jetty.util.ArrayQueue
 
ArrayQueue(int, int) - Constructor for class org.eclipse.jetty.util.ArrayQueue
 
ArrayQueue(int, int, Object) - Constructor for class org.eclipse.jetty.util.ArrayQueue
 
asArray() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
asArray() - Method in interface org.eclipse.jetty.io.Buffer
 
asciiToLowerCase(String) - Static method in class org.eclipse.jetty.util.StringUtil
fast lower case conversion.
asImmutableBuffer() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
asImmutableBuffer() - Method in interface org.eclipse.jetty.io.Buffer
 
asList(T[]) - Static method in class org.eclipse.jetty.util.TypeUtil
Array to List.
asMutableBuffer() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
asMutableBuffer() - Method in interface org.eclipse.jetty.io.Buffer
 
asNonVolatileBuffer() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
asNonVolatileBuffer() - Method in interface org.eclipse.jetty.io.Buffer
 
asReadOnlyBuffer() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
asReadOnlyBuffer() - Method in interface org.eclipse.jetty.io.Buffer
 
ASYNC_CONTEXT_PATH - Static variable in interface org.eclipse.jetty.server.AsyncContext
 
ASYNC_PATH_INFO - Static variable in interface org.eclipse.jetty.server.AsyncContext
 
ASYNC_QUERY_STRING - Static variable in interface org.eclipse.jetty.server.AsyncContext
 
ASYNC_REQUEST_URI - Static variable in interface org.eclipse.jetty.server.AsyncContext
 
ASYNC_SERVLET_PATH - Static variable in interface org.eclipse.jetty.server.AsyncContext
 
AsyncContext - Interface in org.eclipse.jetty.server
 
AsyncContinuation - Class in org.eclipse.jetty.server
Implementation of Continuation and AsyncContext interfaces.
AsyncContinuation() - Constructor for class org.eclipse.jetty.server.AsyncContinuation
 
AsyncContinuation.AsyncEventState - Class in org.eclipse.jetty.server
 
AsyncContinuation.AsyncEventState(ServletContext, ServletRequest, ServletResponse) - Constructor for class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
AsyncEndPoint - Interface in org.eclipse.jetty.io
 
AsyncHttpConnection - Class in org.eclipse.jetty.server
 
AsyncHttpConnection(Connector, EndPoint, Server) - Constructor for class org.eclipse.jetty.server.AsyncHttpConnection
 
ATTRIBUTE - Static variable in interface org.eclipse.jetty.continuation.Continuation
 
Attributes - Interface in org.eclipse.jetty.util
Attributes.
AttributesMap - Class in org.eclipse.jetty.util
AttributesMap.
AttributesMap() - Constructor for class org.eclipse.jetty.util.AttributesMap
 
AttributesMap(Map<String, Object>) - Constructor for class org.eclipse.jetty.util.AttributesMap
 
AttributesMap(AttributesMap) - Constructor for class org.eclipse.jetty.util.AttributesMap
 
authenticate(ServletRequest) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Authenticate if possible without sending a challenge.
authenticate(ServletRequest, ServletResponse) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Authenticate and possibly send a challenge.
Authentication - Interface in org.eclipse.jetty.server
The Authentication state of a request.
Authentication.Challenge - Interface in org.eclipse.jetty.server
An Authentication Challenge has been sent.
Authentication.Deferred - Interface in org.eclipse.jetty.server
A deferred authentication with methods to progress the authentication process.
Authentication.Failure - Interface in org.eclipse.jetty.server
An Authentication Failure has been sent.
Authentication.ResponseSent - Interface in org.eclipse.jetty.server
Authentication Response sent state.
Authentication.SendSuccess - Interface in org.eclipse.jetty.server
 
Authentication.User - Interface in org.eclipse.jetty.server
A successful Authentication with User information.
Authentication.Wrapped - Interface in org.eclipse.jetty.server
A wrapped authentication with methods provide the wrapped request/response for use by the application
AUTHORIZATION - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
AUTHORIZATION_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
AUTHORIZATION_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
available() - Method in class org.eclipse.jetty.http.HttpParser
 
available() - Method in class org.eclipse.jetty.server.HttpInput
 

B

B64Code - Class in org.eclipse.jetty.http.security
Deprecated. use B64Code
B64Code() - Constructor for class org.eclipse.jetty.http.security.B64Code
Deprecated.  
B64Code - Class in org.eclipse.jetty.util
Fast B64 Encoder/Decoder as described in RFC 1421.
B64Code() - Constructor for class org.eclipse.jetty.util.B64Code
 
BAD_GATEWAY_502 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
BAD_REQUEST_400 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
binaryOpcode() - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
binaryOpcode() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
bind(WebSocket.FrameConnection, WebSocketParser.FrameHandler, WebSocketGenerator) - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
bind(WebSocket.FrameConnection, WebSocketParser.FrameHandler, WebSocketGenerator) - Method in interface org.eclipse.jetty.websocket.Extension
 
bindValue(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
If value implements HttpSessionBindingListener, call valueBound()
blockForContent(long) - Method in class org.eclipse.jetty.http.HttpParser
 
blockForOutput(long) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
BlockingArrayQueue<E> - Class in org.eclipse.jetty.util
Queue backed by a circular array.
BlockingArrayQueue() - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a growing partially blocking Queue
BlockingArrayQueue(int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a fixed size partially blocking Queue
BlockingArrayQueue(int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a growing partially blocking Queue.
BlockingArrayQueue(int, int, int) - Constructor for class org.eclipse.jetty.util.BlockingArrayQueue
Create a growing limited partially blocking Queue.
BlockingChannelConnector - Class in org.eclipse.jetty.server.nio
Blocking NIO connector.
BlockingChannelConnector() - Constructor for class org.eclipse.jetty.server.nio.BlockingChannelConnector
Constructor.
BlockingHttpConnection - Class in org.eclipse.jetty.server
 
BlockingHttpConnection(Connector, EndPoint, Server) - Constructor for class org.eclipse.jetty.server.BlockingHttpConnection
 
BlockingHttpConnection(Connector, EndPoint, Server, Parser, Generator, Request) - Constructor for class org.eclipse.jetty.server.BlockingHttpConnection
 
blockReadable(long) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
blockReadable(long) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
blockReadable(long) - Method in interface org.eclipse.jetty.io.EndPoint
 
blockReadable(long) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
blockReadable(long) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
blockWritable(long) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
blockWritable(long) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
blockWritable(long) - Method in interface org.eclipse.jetty.io.EndPoint
 
blockWritable(long) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
blockWritable(long) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
buffer() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
Buffer - Interface in org.eclipse.jetty.io
Byte Buffer interface.
buffer() - Method in interface org.eclipse.jetty.io.Buffer
Get the unerlying buffer.
buffer() - Method in class org.eclipse.jetty.io.View
 
Buffer.CaseInsensitve - Interface in org.eclipse.jetty.io
 
BufferCache - Class in org.eclipse.jetty.io
Stores a collection of BufferCache.CachedBuffer objects.
BufferCache() - Constructor for class org.eclipse.jetty.io.BufferCache
 
BufferCache.CachedBuffer - Class in org.eclipse.jetty.io
 
BufferCache.CachedBuffer(String, int) - Constructor for class org.eclipse.jetty.io.BufferCache.CachedBuffer
 
BufferDateCache - Class in org.eclipse.jetty.io
 
BufferDateCache() - Constructor for class org.eclipse.jetty.io.BufferDateCache
 
BufferDateCache(String, DateFormatSymbols) - Constructor for class org.eclipse.jetty.io.BufferDateCache
 
BufferDateCache(String, Locale) - Constructor for class org.eclipse.jetty.io.BufferDateCache
 
BufferDateCache(String) - Constructor for class org.eclipse.jetty.io.BufferDateCache
 
Buffers - Interface in org.eclipse.jetty.io
BufferSource.
Buffers.Type - Enum in org.eclipse.jetty.io
 
BuffersFactory - Class in org.eclipse.jetty.io
 
BuffersFactory() - Constructor for class org.eclipse.jetty.io.BuffersFactory
 
bufferSize - Static variable in class org.eclipse.jetty.util.IO
 
BufferUtil - Class in org.eclipse.jetty.io
Buffer utility methods.
BufferUtil() - Constructor for class org.eclipse.jetty.io.BufferUtil
 
ByteArrayBuffer - Class in org.eclipse.jetty.io
 
ByteArrayBuffer(int, int, boolean) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(byte[]) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(byte[], int, int) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(byte[], int, int, int) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(byte[], int, int, int, boolean) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(int) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(String) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(String, String) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer.CaseInsensitive - Class in org.eclipse.jetty.io
 
ByteArrayBuffer.CaseInsensitive(String) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer.CaseInsensitive
 
ByteArrayBuffer.CaseInsensitive(byte[], int, int, int) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer.CaseInsensitive
 
ByteArrayEndPoint - Class in org.eclipse.jetty.io
ByteArrayEndPoint.
ByteArrayEndPoint() - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(byte[], int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayISO8859Writer - Class in org.eclipse.jetty.util
Byte Array ISO 8859 writer.
ByteArrayISO8859Writer() - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
Constructor.
ByteArrayISO8859Writer(int) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
Constructor.
ByteArrayISO8859Writer(byte[]) - Constructor for class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
ByteArrayOutputStream2 - Class in org.eclipse.jetty.util
ByteArrayOutputStream with public internals
ByteArrayOutputStream2() - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
 
ByteArrayOutputStream2(int) - Constructor for class org.eclipse.jetty.util.ByteArrayOutputStream2
 
BYTES - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
BYTES_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
BYTES_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 

C

CACHE - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CACHE - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
CACHE - Static variable in class org.eclipse.jetty.http.HttpMethods
 
CACHE - Static variable in class org.eclipse.jetty.http.HttpVersions
 
CACHE - Static variable in class org.eclipse.jetty.http.MimeTypes
 
CACHE_CONTROL - Static variable in class org.eclipse.jetty.http.HttpHeaders
General Fields.
CACHE_CONTROL_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CACHE_CONTROL_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
cacheInvalidate(JDBCSessionManager.Session) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
A method that can be implemented in subclasses to support distributed caching of sessions.
call(Class<?>, String, Object, Object[]) - Static method in class org.eclipse.jetty.util.TypeUtil
 
cancel() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
cancel() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Cancel the task.
cancelAll() - Method in class org.eclipse.jetty.util.thread.Timeout
 
cancelIdle() - Method in interface org.eclipse.jetty.io.AsyncEndPoint
Cancel a call to the idle timeout
cancelIdle() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
cancelTimeout(Timeout.Task) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
cancelTimeout() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
cancelTimeout(Timeout.Task) - Method in class org.eclipse.jetty.server.HttpConnection
 
canonicalPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Convert a path to a cananonical form.
capacity() - Method in interface org.eclipse.jetty.io.Buffer
The capacity of the buffer.
capacity() - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
capacity() - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
capacity() - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
capacity() - Method in class org.eclipse.jetty.io.View
 
capacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
CARRIAGE_RETURN - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
CASE_INSENSTIVE - Static variable in class org.eclipse.jetty.util.StringMap
 
CertificateUtils - Class in org.eclipse.jetty.util.security
 
CertificateUtils() - Constructor for class org.eclipse.jetty.util.security.CertificateUtils
 
CertificateValidator - Class in org.eclipse.jetty.util.security
Convenience class to handle validation of certificates, aliases and keystores Allows specifying Certificate Revocation List (CRL), as well as enabling CRL Distribution Points Protocol (CRLDP) certificate extension support, and also enabling On-Line Certificate Status Protocol (OCSP) support.
CertificateValidator(KeyStore, Collection<? extends CRL>) - Constructor for class org.eclipse.jetty.util.security.CertificateValidator
creates an instance of the certificate validator
ChannelEndPoint - Class in org.eclipse.jetty.io.nio
Channel End Point.
ChannelEndPoint(ByteChannel) - Constructor for class org.eclipse.jetty.io.nio.ChannelEndPoint
 
ChannelEndPoint(ByteChannel, int) - Constructor for class org.eclipse.jetty.io.nio.ChannelEndPoint
 
check(Object) - Method in class org.eclipse.jetty.http.security.Credential
Check a credential
check(Object) - Method in class org.eclipse.jetty.http.security.Credential.Crypt
 
check(Object) - Method in class org.eclipse.jetty.http.security.Credential.MD5
 
check(Object) - Method in class org.eclipse.jetty.http.security.Password
 
checkConfig() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Check configuration.
checkConnection() - Method in class org.eclipse.jetty.util.resource.JarResource
 
checkConnection() - Method in class org.eclipse.jetty.util.resource.URLResource
 
checkContext(String, Request, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
checkForwardedHeaders(EndPoint, Request) - Method in class org.eclipse.jetty.server.AbstractConnector
 
checkIdleTimestamp(long) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
checkManagedAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
checkOrigin(HttpServletRequest, String, String) - Method in interface org.eclipse.jetty.websocket.WebSocketFactory.Acceptor
 
checkOrigin(HttpServletRequest, String, String) - Method in class org.eclipse.jetty.websocket.WebSocketHandler
 
checkOrigin(HttpServletRequest, String, String) - Method in class org.eclipse.jetty.websocket.WebSocketServlet
 
checkParams(Class[], Class[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
checkStarted() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Check if the lifecycle has been started and throw runtime exception
chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.http.ssl.AliasedX509ExtendedKeyManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.eclipse.jetty.http.ssl.AliasedX509KeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.eclipse.jetty.http.ssl.AliasedX509ExtendedKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.eclipse.jetty.http.ssl.AliasedX509ExtendedKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.http.ssl.AliasedX509ExtendedKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.eclipse.jetty.http.ssl.AliasedX509KeyManager
 
CHUNKED - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
CHUNKED_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
CHUNKED_CONTENT - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
CHUNKED_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
clear() - Method in class org.eclipse.jetty.http.HttpFields
Clear the header.
clear() - Method in class org.eclipse.jetty.http.HttpURI
 
clear() - Method in class org.eclipse.jetty.http.PathMap
 
clear() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
clear() - Method in interface org.eclipse.jetty.io.Buffer
Clear the buffer.
clear() - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
clear() - Method in class org.eclipse.jetty.io.View
 
clear() - Method in class org.eclipse.jetty.util.ArrayQueue
 
clear() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
clear() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
clear() - Method in class org.eclipse.jetty.util.MultiMap
 
clear() - Method in class org.eclipse.jetty.util.StringMap
 
clearAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
clearAttributes() - Method in class org.eclipse.jetty.server.Server
 
clearAttributes() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
clearAttributes() - Method in interface org.eclipse.jetty.util.Attributes
 
clearAttributes() - Method in class org.eclipse.jetty.util.AttributesMap
 
clearEventListeners() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
clearEventListeners() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
clearEventListeners() - Method in interface org.eclipse.jetty.server.SessionManager
Removes all event listeners for session-related events.
clearFlag(byte, int) - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
clone() - Method in class org.eclipse.jetty.http.security.Constraint
 
clone(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
clone() - Method in class org.eclipse.jetty.util.UrlEncoded
 
close() - Method in class org.eclipse.jetty.http.gzip.GzipStream
 
CLOSE - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
close() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
close() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
close() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
close() - Method in interface org.eclipse.jetty.io.EndPoint
Close any backing stream associated with the endpoint
close() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
close() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
close() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
close() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Close the stream.
close() - Method in class org.eclipse.jetty.io.WriterOutputStream
 
close() - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
close() - Method in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
close() - Method in interface org.eclipse.jetty.server.Connector
 
close() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
close() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
close() - Method in class org.eclipse.jetty.server.HttpConnection.Output
 
close() - Method in class org.eclipse.jetty.server.HttpOutput
 
close() - Method in class org.eclipse.jetty.server.HttpWriter
 
close() - Method in class org.eclipse.jetty.server.LocalConnector
 
close() - Method in class org.eclipse.jetty.server.nio.BlockingChannelConnector
 
close() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
close() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
close(InputStream) - Static method in class org.eclipse.jetty.util.IO
closes an input stream, and logs exceptions
close(Reader) - Static method in class org.eclipse.jetty.util.IO
closes a reader, and logs exceptions
close(Writer) - Static method in class org.eclipse.jetty.util.IO
closes a writer, and logs exceptions
close(OutputStream) - Static method in class org.eclipse.jetty.util.IO
closes an output stream, and logs exceptions
close() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
End the current part.
close() - Method in class org.eclipse.jetty.util.MultiPartWriter
End the current part.
close() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
close(int, String) - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
close(int, String) - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
close(int, String) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
close(int, String) - Method in interface org.eclipse.jetty.websocket.WebSocketParser.FrameHandler
 
CLOSE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
CLOSE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
closeClient() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
closeClient() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
closed() - Method in interface org.eclipse.jetty.io.Connection
Called when the connection is closed
closed(Socket) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when a connection to a remote client has been closed.
closed(Socket) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
closed() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
closed() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
closed() - Method in class org.eclipse.jetty.server.HttpConnection
 
closed() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
closed() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD06
 
closed() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
closeIn(int, String) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD06
 
closeIn(int, String) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
closeOut(int, String) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD06
 
closeOut(int, String) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
closeServer() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
closeServer() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
COLON - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
commitResponse(boolean) - Method in class org.eclipse.jetty.server.HttpConnection
 
compact() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
compact() - Method in interface org.eclipse.jetty.io.Buffer
Compact the buffer by discarding bytes before the postion (or mark if set).
compact() - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
compact() - Method in class org.eclipse.jetty.io.View
 
compactPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Convert a path to a compact form.
complete() - Method in interface org.eclipse.jetty.continuation.Continuation
Complete a suspended request.
complete() - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
complete() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
complete() - Method in class org.eclipse.jetty.http.AbstractGenerator
Complete the message.
complete() - Method in interface org.eclipse.jetty.http.Generator
 
complete() - Method in class org.eclipse.jetty.http.HttpGenerator
Complete the message.
complete() - Method in interface org.eclipse.jetty.server.AsyncContext
 
complete() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
complete() - Method in class org.eclipse.jetty.server.Response
 
complete(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
complete() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
complete() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Exit from session
complete(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
Called by the SessionHandler when a session is last accessed by a request.
complete(String, JSON.Source) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
completeHeader(HttpFields, boolean) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
completeHeader(HttpFields, boolean) - Method in interface org.eclipse.jetty.http.Generator
 
completeHeader(HttpFields, boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
completeResponse() - Method in class org.eclipse.jetty.server.HttpConnection
 
completeUncheckedAddContent() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
ConcurrentHashSet<E> - Class in org.eclipse.jetty.util
 
ConcurrentHashSet() - Constructor for class org.eclipse.jetty.util.ConcurrentHashSet
 
configure(Socket) - Method in class org.eclipse.jetty.server.AbstractConnector
 
configure(Socket) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
CONFLICT_409 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
CONNECT - Static variable in class org.eclipse.jetty.http.HttpMethods
 
connect(HttpServletRequest, String, int) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Establishes a connection to the remote server.
CONNECT_BUFFER - Static variable in class org.eclipse.jetty.http.HttpMethods
 
CONNECT_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpMethods
 
ConnectedEndPoint - Interface in org.eclipse.jetty.io
 
ConnectHandler - Class in org.eclipse.jetty.server.handler
Implementation of a tunneling proxy that supports HTTP CONNECT.
ConnectHandler() - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler
 
ConnectHandler(String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler
 
ConnectHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler
 
ConnectHandler(Handler, String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler
 
ConnectHandler.ClientToProxyConnection - Class in org.eclipse.jetty.server.handler
 
ConnectHandler.ClientToProxyConnection(ConcurrentMap<String, Object>, SocketChannel, EndPoint, long) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
ConnectHandler.ProxyToServerConnection - Class in org.eclipse.jetty.server.handler
 
ConnectHandler.ProxyToServerConnection(ConcurrentMap<String, Object>, Buffer) - Constructor for class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
CONNECTION - Static variable in class org.eclipse.jetty.http.HttpHeaders
General Fields.
Connection - Interface in org.eclipse.jetty.io
Abstract Connection used by Jetty Connectors.
CONNECTION_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONNECTION_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
connectionClosed(Connection) - Method in class org.eclipse.jetty.server.AbstractConnector
 
connectionFailed(SocketChannel, Throwable, Object) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
connectionOpened(Connection) - Method in class org.eclipse.jetty.server.AbstractConnector
 
connectionUpgraded(Connection, Connection) - Method in class org.eclipse.jetty.server.AbstractConnector
 
Connector - Interface in org.eclipse.jetty.server
 
Constraint - Class in org.eclipse.jetty.http.security
Describe an auth and/or data constraint.
Constraint() - Constructor for class org.eclipse.jetty.http.security.Constraint
Constructor.
Constraint(String, String) - Constructor for class org.eclipse.jetty.http.security.Constraint
Conveniance Constructor.
Container - Class in org.eclipse.jetty.util.component
Container.
Container() - Constructor for class org.eclipse.jetty.util.component.Container
 
Container.Listener - Interface in org.eclipse.jetty.util.component
Listener.
Container.Relationship - Class in org.eclipse.jetty.util.component
A Container event.
contains(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
contains(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
 
containsAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
containsHeader(String) - Method in class org.eclipse.jetty.server.Response
 
containsHeader(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
containsKey(Buffer) - Method in class org.eclipse.jetty.http.HttpFields
 
containsKey(String) - Method in class org.eclipse.jetty.http.HttpFields
 
containsKey(Object) - Method in class org.eclipse.jetty.util.MultiMap
 
containsKey(Object) - Method in class org.eclipse.jetty.util.StringMap
 
containsMatch(String) - Method in class org.eclipse.jetty.http.PathMap
Return whether the path matches any entries in the PathMap, excluding the default entry
containsSameFieldName(Field, Class, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
containsSameMethodSignature(Method, Class, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
containsValue(Object) - Method in class org.eclipse.jetty.util.MultiMap
 
content(Buffer) - Method in class org.eclipse.jetty.http.HttpParser.EventHandler
 
CONTENT_ENCODING - Static variable in class org.eclipse.jetty.http.HttpHeaders
Entity Fields.
CONTENT_ENCODING_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONTENT_ENCODING_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONTENT_LANGUAGE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Entity Fields.
CONTENT_LANGUAGE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONTENT_LANGUAGE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONTENT_LENGTH - Static variable in class org.eclipse.jetty.http.HttpHeaders
Entity Fields.
CONTENT_LENGTH_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONTENT_LENGTH_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONTENT_LOCATION - Static variable in class org.eclipse.jetty.http.HttpHeaders
Entity Fields.
CONTENT_LOCATION_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONTENT_LOCATION_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONTENT_MD5 - Static variable in class org.eclipse.jetty.http.HttpHeaders
Entity Fields.
CONTENT_MD5_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONTENT_MD5_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONTENT_RANGE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Entity Fields.
CONTENT_RANGE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONTENT_RANGE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONTENT_TYPE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Entity Fields.
CONTENT_TYPE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CONTENT_TYPE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
contextFor(String) - Method in class org.eclipse.jetty.util.ajax.JSON
 
contextForArray() - Method in class org.eclipse.jetty.util.ajax.JSON
 
ContextHandler - Class in org.eclipse.jetty.server.handler
ContextHandler.
ContextHandler() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler(ContextHandler.Context) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler(String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler(HandlerContainer, String) - Constructor for class org.eclipse.jetty.server.handler.ContextHandler
 
ContextHandler.Context - Class in org.eclipse.jetty.server.handler
Context.
ContextHandler.Context() - Constructor for class org.eclipse.jetty.server.handler.ContextHandler.Context
 
ContextHandlerCollection - Class in org.eclipse.jetty.server.handler
ContextHandlerCollection.
ContextHandlerCollection() - Constructor for class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
ContextHandlerMBean - Class in org.eclipse.jetty.server.handler.jmx
 
ContextHandlerMBean(Object) - Constructor for class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
Continuation - Interface in org.eclipse.jetty.continuation
Continuation.
ContinuationFilter - Class in org.eclipse.jetty.continuation
ContinuationFilter must be applied to servlet paths that make use of the asynchronous features provided by ContinuationFilter.FilteredContinuation APIs, but that are deployed in servlet containers that are neither Jetty (>= 7) nor a compliant Servlet 3.0 container.
ContinuationFilter() - Constructor for class org.eclipse.jetty.continuation.ContinuationFilter
 
ContinuationFilter.FilteredContinuation - Interface in org.eclipse.jetty.continuation
 
ContinuationListener - Interface in org.eclipse.jetty.continuation
A Continuation Listener
continuationOpcode() - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
continuationOpcode() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
ContinuationSupport - Class in org.eclipse.jetty.continuation
ContinuationSupport.
ContinuationSupport() - Constructor for class org.eclipse.jetty.continuation.ContinuationSupport
 
ContinuationThrowable - Error in org.eclipse.jetty.continuation
ContinuationThrowable
ContinuationThrowable() - Constructor for error org.eclipse.jetty.continuation.ContinuationThrowable
 
CONTINUE - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
CONTINUE_100 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
CONTINUE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
CONTINUE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
convertHexDigit(byte) - Static method in class org.eclipse.jetty.util.TypeUtil
 
convertIdentifier(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
Convert a camel case identifier into either upper or lower depending on the way the db stores identifiers.
convertTo(Class, Map) - Method in class org.eclipse.jetty.util.ajax.JSON
 
COOKIE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Other Fields.
COOKIE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
COOKIE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
CookieCutter - Class in org.eclipse.jetty.server
Cookie parser
CookieCutter() - Constructor for class org.eclipse.jetty.server.CookieCutter
 
cookieSet() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
cookieSet() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
copy(InputStream, OutputStream) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream out until EOF or exception.
copy(Reader, Writer) - Static method in class org.eclipse.jetty.util.IO
Copy Reader to Writer out until EOF or exception.
copy(InputStream, OutputStream, long) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream for byteCount bytes or until EOF or exception.
copy(Reader, Writer, long) - Static method in class org.eclipse.jetty.util.IO
Copy Reader to Writer for byteCount bytes or until EOF or exception.
copy(File, File) - Static method in class org.eclipse.jetty.util.IO
Copy files or directories
copyDir(File, File) - Static method in class org.eclipse.jetty.util.IO
 
copyFile(File, File) - Static method in class org.eclipse.jetty.util.IO
 
copyThread(InputStream, OutputStream) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream out until EOF or exception.
copyThread(Reader, Writer) - Static method in class org.eclipse.jetty.util.IO
Copy Stream in to Stream out until EOF or exception in own thread
copyTo(File) - Method in class org.eclipse.jetty.util.resource.FileResource
 
copyTo(File) - Method in class org.eclipse.jetty.util.resource.JarResource
 
copyTo(File) - Method in class org.eclipse.jetty.util.resource.Resource
 
copyTo(File) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
CounterStatistic - Class in org.eclipse.jetty.util.statistic
Statistics on a counter value.
CounterStatistic() - Constructor for class org.eclipse.jetty.util.statistic.CounterStatistic
 
countTokens() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
Not implemented.
CR - Static variable in class org.eclipse.jetty.util.TypeUtil
 
CREATED_201 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
createSSLContext() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
createSSLEngine(SocketChannel) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
Credential - Class in org.eclipse.jetty.http.security
Credentials.
Credential() - Constructor for class org.eclipse.jetty.http.security.Credential
 
Credential.Crypt - Class in org.eclipse.jetty.http.security
Unix Crypt Credentials
Credential.MD5 - Class in org.eclipse.jetty.http.security
MD5 Credentials
CRLF - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
CRLF - Static variable in class org.eclipse.jetty.util.IO
 
CRLF - Static variable in class org.eclipse.jetty.util.StringUtil
 
CRLF_BYTES - Static variable in class org.eclipse.jetty.util.IO
 
crypt(String, String) - Static method in class org.eclipse.jetty.http.security.Credential.Crypt
 
crypt(String, String) - Static method in class org.eclipse.jetty.http.security.UnixCrypt
Encrypts String into crypt (Unix) code.
customize(EndPoint, Request) - Method in class org.eclipse.jetty.server.AbstractConnector
 
customize(EndPoint, Request) - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
customize(EndPoint, Request) - Method in interface org.eclipse.jetty.server.Connector
Customize a request for an endpoint.
customize(EndPoint, Request) - Method in class org.eclipse.jetty.server.nio.BlockingChannelConnector
 
customize(EndPoint, Request) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
customize(SSLSession, EndPoint, Request) - Static method in class org.eclipse.jetty.server.ssl.SslCertificates
Allow the Listener a chance to customise the request.
customize(EndPoint, Request) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Allow the Listener a chance to customise the request.
customize(EndPoint, Request) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Allow the Listener a chance to customise the request.

D

DATE - Static variable in class org.eclipse.jetty.http.HttpHeaders
General Fields.
DATE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
DATE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
DateCache - Class in org.eclipse.jetty.util
Date Format Cache.
DateCache() - Constructor for class org.eclipse.jetty.util.DateCache
Constructor.
DateCache(String) - Constructor for class org.eclipse.jetty.util.DateCache
Constructor.
DateCache(String, Locale) - Constructor for class org.eclipse.jetty.util.DateCache
 
DateCache(String, DateFormatSymbols) - Constructor for class org.eclipse.jetty.util.DateCache
 
DC_CONFIDENTIAL - Static variable in class org.eclipse.jetty.http.security.Constraint
 
DC_FORBIDDEN - Static variable in class org.eclipse.jetty.http.security.Constraint
 
DC_INTEGRAL - Static variable in class org.eclipse.jetty.http.security.Constraint
 
DC_NONE - Static variable in class org.eclipse.jetty.http.security.Constraint
 
DC_UNSET - Static variable in class org.eclipse.jetty.http.security.Constraint
 
debug(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
debug(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
debug(Throwable) - Static method in class org.eclipse.jetty.util.log.Log
 
debug(String) - Static method in class org.eclipse.jetty.util.log.Log
 
debug(String, Object) - Static method in class org.eclipse.jetty.util.log.Log
 
debug(String, Object, Object) - Static method in class org.eclipse.jetty.util.log.Log
 
debug(String, Object...) - Method in interface org.eclipse.jetty.util.log.Logger
Formats and logs at debug level.
debug(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given Throwable information at debug level
debug(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given message at debug level, with Throwable information.
debug(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
debug(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
debug(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
debug(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
debug(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
debug(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
debug(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
DebugHandler - Class in org.eclipse.jetty.server.handler
Debug Handler.
DebugHandler() - Constructor for class org.eclipse.jetty.server.handler.DebugHandler
 
decode(String, String) - Static method in class org.eclipse.jetty.util.B64Code
Base 64 decode as described in RFC 2045.
decode(char[]) - Static method in class org.eclipse.jetty.util.B64Code
Fast Base 64 decode as described in RFC 1421.
decode(String) - Static method in class org.eclipse.jetty.util.B64Code
Base 64 decode as described in RFC 2045.
decode(String) - Method in class org.eclipse.jetty.util.UrlEncoded
 
decode(String, String) - Method in class org.eclipse.jetty.util.UrlEncoded
 
decode88591To(InputStream, MultiMap, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
 
decodePath(byte[], int, int) - Static method in class org.eclipse.jetty.util.URIUtil
 
decodeQueryTo(MultiMap) - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
decodeQueryTo(MultiMap, String) - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
decodeQueryTo(MultiMap) - Method in class org.eclipse.jetty.http.HttpURI
 
decodeQueryTo(MultiMap, String) - Method in class org.eclipse.jetty.http.HttpURI
 
decodeString(String, int, int, String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decode String with % encoding.
decodeTo(String, MultiMap, String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeTo(InputStream, MultiMap, String, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf16To(InputStream, MultiMap, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
 
decodeUtf8To(byte[], int, int, MultiMap) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf8To(byte[], int, int, MultiMap, Utf8StringBuilder) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decodeUtf8To(InputStream, MultiMap, int) - Static method in class org.eclipse.jetty.util.UrlEncoded
Decoded parameters to Map.
decrement() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
deduceKeyLength(String) - Static method in class org.eclipse.jetty.server.ssl.ServletSSL
Given the name of a TLS/SSL cipher suite, return an int representing it effective stream cipher key strength.
DEFAULT - Static variable in class org.eclipse.jetty.util.ajax.JSON
 
DEFAULT_CAPACITY - Variable in class org.eclipse.jetty.util.ArrayQueue
 
DEFAULT_CAPACITY - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
 
DEFAULT_FORMAT - Static variable in class org.eclipse.jetty.util.DateCache
 
DEFAULT_GROWTH - Variable in class org.eclipse.jetty.util.ArrayQueue
 
DEFAULT_GROWTH - Variable in class org.eclipse.jetty.util.BlockingArrayQueue
 
DEFAULT_KEYMANAGERFACTORY_ALGORITHM - Static variable in class org.eclipse.jetty.http.ssl.SslContextFactory
 
DEFAULT_KEYSTORE - Static variable in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
DEFAULT_KEYSTORE_ALGORITHM - Static variable in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
DEFAULT_KEYSTORE_PATH - Static variable in class org.eclipse.jetty.http.ssl.SslContextFactory
Default value for the keystore location path.
DEFAULT_TRUSTMANAGERFACTORY_ALGORITHM - Static variable in class org.eclipse.jetty.http.ssl.SslContextFactory
 
DEFAULT_TRUSTSTORE_ALGORITHM - Static variable in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
DefaultHandler - Class in org.eclipse.jetty.server.handler
Default Handler.
DefaultHandler() - Constructor for class org.eclipse.jetty.server.handler.DefaultHandler
 
DeflateFrameExtension - Class in org.eclipse.jetty.websocket
 
DeflateFrameExtension() - Constructor for class org.eclipse.jetty.websocket.DeflateFrameExtension
 
deIdle() - Method in class org.eclipse.jetty.server.session.HashSessionManager.HashedSession
 
DELETE - Static variable in class org.eclipse.jetty.http.HttpMethods
 
delete(File) - Static method in class org.eclipse.jetty.util.IO
Delete File.
delete() - Method in class org.eclipse.jetty.util.resource.FileResource
Deletes the given resource
delete() - Method in class org.eclipse.jetty.util.resource.Resource
Deletes the given resource
delete() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
delete() - Method in class org.eclipse.jetty.util.resource.URLResource
Deletes the given resource
DELETE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpMethods
 
DELETE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpMethods
 
deleteSession(JDBCSessionManager.SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Delete a session from the database.
deobfuscate(String) - Static method in class org.eclipse.jetty.http.security.Password
 
deregister(LifeCycle) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
destroy() - Method in class org.eclipse.jetty.continuation.ContinuationFilter
 
destroy() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
destroy() - Method in interface org.eclipse.jetty.server.Handler
 
destroy() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
destroy() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
destroy() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
destroy() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
destroy() - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
 
destroy() - Method in interface org.eclipse.jetty.util.component.Destroyable
 
destroy() - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
Destroyable - Interface in org.eclipse.jetty.util.component
A Destroyable is an object which can be destroyed.
destroyEndPoint(SelectChannelEndPoint) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
didActivate() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
digest(String) - Static method in class org.eclipse.jetty.http.security.Credential.MD5
 
DirectNIOBuffer - Class in org.eclipse.jetty.io.nio
 
DirectNIOBuffer(int) - Constructor for class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
DirectNIOBuffer(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
DirectNIOBuffer(File) - Constructor for class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
disconnect() - Method in interface org.eclipse.jetty.websocket.WebSocket.Connection
 
disconnect() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
dispatch() - Method in interface org.eclipse.jetty.io.AsyncEndPoint
Dispatch the endpoint to a thread to attend to it.
dispatch() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
dispatch(Runnable) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
dispatch() - Method in interface org.eclipse.jetty.server.AsyncContext
 
dispatch(String) - Method in interface org.eclipse.jetty.server.AsyncContext
 
dispatch(ServletContext, String) - Method in interface org.eclipse.jetty.server.AsyncContext
 
dispatch() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
dispatch(ServletContext, String) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
dispatch(String) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
dispatch() - Method in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
dispatch(Runnable) - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
dispatch(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dispatch(Runnable) - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
Dispatcher - Class in org.eclipse.jetty.server
Servlet RequestDispatcher.
Dispatcher(ContextHandler, String, String, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
 
Dispatcher(ContextHandler, String) - Constructor for class org.eclipse.jetty.server.Dispatcher
Constructor.
DispatcherType - Enum in org.eclipse.jetty.server
 
doComplete() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
doDirectory(HttpServletRequest, HttpServletResponse, Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.jetty.continuation.ContinuationFilter
 
doGzip() - Method in class org.eclipse.jetty.http.gzip.GzipStream
Do gzip.
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
doInvalidate() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
doInvalidate() - Method in class org.eclipse.jetty.server.session.HashSessionManager.HashedSession
 
doNotGzip() - Method in class org.eclipse.jetty.http.gzip.GzipStream
Do not gzip.
doResponseHeaders(HttpServletResponse, Resource, String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Set the response headers.
doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
doScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
doSelect(int) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
doSelect() - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
Select and dispatch tasks found from changes and the selector.
doStart() - Method in class org.eclipse.jetty.http.HttpBuffers
 
doStart() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Create the SSLContext object and start the lifecycle
doStart() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
doStart() - Method in class org.eclipse.jetty.server.AbstractConnector
 
doStart() - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
doStart() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
doStart() - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
doStart() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
doStart() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Dump the white- and black-list configurations when started
doStart() - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
doStart() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
doStart() - Method in class org.eclipse.jetty.server.NCSARequestLog
Set up request logging and open log file.
doStart() - Method in class org.eclipse.jetty.server.nio.BlockingChannelConnector
 
doStart() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
doStart() - Method in class org.eclipse.jetty.server.Server
 
doStart() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
doStart() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
doStart() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
doStart() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
doStart() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Start up the id manager.
doStart() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Start the session manager.
doStart() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
doStart() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
doStart() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
doStart() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
doStart() - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
 
doStart() - Method in class org.eclipse.jetty.util.Scanner
Start the scanning action.
doStart() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
doStart() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
doStart() - Method in class org.eclipse.jetty.websocket.WebSocketHandler
 
doStop() - Method in class org.eclipse.jetty.http.HttpBuffers
 
doStop() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
doStop() - Method in class org.eclipse.jetty.server.AbstractConnector
 
doStop() - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
doStop() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
doStop() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
doStop() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
doStop() - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
doStop() - Method in class org.eclipse.jetty.server.NCSARequestLog
Close the log file and perform cleanup.
doStop() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
doStop() - Method in class org.eclipse.jetty.server.Server
 
doStop() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
doStop() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
doStop() - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
doStop() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
doStop() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Stop the scavenger.
doStop() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Stop the session manager.
doStop() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
doStop() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
doStop() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
doStop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
doStop() - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
 
doStop() - Method in class org.eclipse.jetty.util.Scanner
Stop the scanning.
doStop() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
doStop() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
doStop() - Method in class org.eclipse.jetty.websocket.WebSocketHandler
 
doTheHixieHixieShake(long, long, byte[]) - Static method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
DOUBLE - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
doWebSocketConnect(HttpServletRequest, String) - Method in interface org.eclipse.jetty.websocket.WebSocketFactory.Acceptor
 
drainTo(Collection<? super E>) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
drainTo(Collection<? super E>, int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
dump() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
dump(Appendable, String) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
dump() - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
dump(Appendable, String) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
dump() - Method in class org.eclipse.jetty.server.AbstractConnector
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
dump() - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Dump the handler configuration
dump(StringBuilder, IPAddressMap<PathMap>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Dump a pattern map into a StringBuilder buffer
dump(Appendable, String) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
dump(Appendable, String) - Method in class org.eclipse.jetty.server.Server
 
dump() - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
 
dump(Dumpable) - Static method in class org.eclipse.jetty.util.component.AggregateLifeCycle
 
dump(Appendable) - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
 
dump(Appendable, String, Collection<?>...) - Static method in class org.eclipse.jetty.util.component.AggregateLifeCycle
 
dump() - Method in interface org.eclipse.jetty.util.component.Dumpable
 
dump(Appendable, String) - Method in interface org.eclipse.jetty.util.component.Dumpable
 
dump() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dump(Appendable, String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
dump(Class) - Static method in class org.eclipse.jetty.util.TypeUtil
 
dump(ClassLoader) - Static method in class org.eclipse.jetty.util.TypeUtil
 
dump() - Method in class org.eclipse.jetty.websocket.TestClient
 
Dumpable - Interface in org.eclipse.jetty.util.component
 
dumpKeyState(List<Object>) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
dumpStdErr() - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
 
dumpThis(Appendable) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
dumpThis(Appendable) - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
 
dumpThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
duplicate(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 

E

element() - Method in class org.eclipse.jetty.util.ArrayQueue
 
element() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
encode(String) - Static method in class org.eclipse.jetty.util.B64Code
Base 64 encode as described in RFC 1421.
encode(String, String) - Static method in class org.eclipse.jetty.util.B64Code
Base 64 encode as described in RFC 1421.
encode(byte[]) - Static method in class org.eclipse.jetty.util.B64Code
Fast Base 64 encode as described in RFC 1421.
encode(byte[], boolean) - Static method in class org.eclipse.jetty.util.B64Code
Fast Base 64 encode as described in RFC 1421 and RFC2045
encode(String) - Method in class org.eclipse.jetty.util.resource.FileResource
Encode according to this resource type.
encode(String) - Method in class org.eclipse.jetty.util.resource.Resource
Encode according to this resource type.
encode() - Method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
encode(String) - Method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
encode(String, boolean) - Method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
encode(MultiMap, String, boolean) - Static method in class org.eclipse.jetty.util.UrlEncoded
Encode Hashtable with % encoding.
EncodedHttpURI - Class in org.eclipse.jetty.http
 
EncodedHttpURI(String) - Constructor for class org.eclipse.jetty.http.EncodedHttpURI
 
encodePath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode a URI path.
encodePath(StringBuilder, String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode a URI path.
encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.Response
 
encodeRedirectUrl(String) - Method in class org.eclipse.jetty.server.Response
Deprecated. 
encodeRedirectURL(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
encodeRedirectUrl(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
encodeString(StringBuilder, String, String) - Static method in class org.eclipse.jetty.util.URIUtil
Encode a URI path.
encodeString(String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Perform URL encoding.
encodeString(String, String) - Static method in class org.eclipse.jetty.util.UrlEncoded
Perform URL encoding.
encodeURL(String) - Method in class org.eclipse.jetty.server.Response
 
encodeUrl(String) - Method in class org.eclipse.jetty.server.Response
Deprecated. 
encodeURL(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
encodeUrl(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
ENCODING - Static variable in class org.eclipse.jetty.util.UrlEncoded
 
endPart() - Method in class org.eclipse.jetty.util.MultiPartWriter
end creation of the next Content.
EndPoint - Interface in org.eclipse.jetty.io
A transport EndPoint
endPointClosed(SelectChannelEndPoint) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
endPointClosed(SelectChannelEndPoint) - Method in class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
endPointClosed(SelectChannelEndPoint) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
endPointOpened(SelectChannelEndPoint) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
endPointUpgraded(ConnectedEndPoint, Connection) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
endsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
ensureSize(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
Ensure the capcity of the underlying list.
ensureSpareCapacity(int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
enter(ServletResponse) - Method in interface org.eclipse.jetty.continuation.ContinuationFilter.FilteredContinuation
 
enter(ServletResponse) - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
entrySet() - Method in class org.eclipse.jetty.util.MultiMap
 
entrySet() - Method in class org.eclipse.jetty.util.StringMap
 
EOF_CONTENT - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
EofException - Exception in org.eclipse.jetty.io
 
EofException() - Constructor for exception org.eclipse.jetty.io.EofException
 
EofException(String) - Constructor for exception org.eclipse.jetty.io.EofException
 
EofException(Throwable) - Constructor for exception org.eclipse.jetty.io.EofException
 
equals(int) - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
equals(Object) - Method in class org.eclipse.jetty.http.security.Password
 
equals(Object) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
equals(Object) - Method in class org.eclipse.jetty.io.ByteArrayBuffer.CaseInsensitive
 
equals(Object) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
equals(Object) - Method in class org.eclipse.jetty.io.View.CaseInsensitive
 
equals(Object) - Method in class org.eclipse.jetty.io.View
 
equals(Object) - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
equals(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
equals(Object) - Method in class org.eclipse.jetty.util.MultiMap
 
equals(Object) - Method in class org.eclipse.jetty.util.resource.FileResource
 
equals(Object) - Method in class org.eclipse.jetty.util.resource.URLResource
 
equals(String, char[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
equalsIgnoreCase(Buffer) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
equalsIgnoreCase(Buffer) - Method in interface org.eclipse.jetty.io.Buffer
 
equalsIgnoreCase(Buffer) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
error(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
ERROR_EXCEPTION - Static variable in class org.eclipse.jetty.server.Dispatcher
 
ERROR_EXCEPTION_TYPE - Static variable in class org.eclipse.jetty.server.Dispatcher
 
ERROR_MESSAGE - Static variable in class org.eclipse.jetty.server.Dispatcher
 
ERROR_REQUEST_URI - Static variable in class org.eclipse.jetty.server.Dispatcher
 
ERROR_SERVLET_NAME - Static variable in class org.eclipse.jetty.server.Dispatcher
 
ERROR_STATUS_CODE - Static variable in class org.eclipse.jetty.server.Dispatcher
 
ErrorHandler - Class in org.eclipse.jetty.server.handler
Handler for Error pages An ErrorHandler is registered with ContextHandler.setErrorHandler(ErrorHandler) or Server.addBean(Object).
ErrorHandler() - Constructor for class org.eclipse.jetty.server.handler.ErrorHandler
 
ETAG - Static variable in class org.eclipse.jetty.http.HttpHeaders
Response Fields.
ETAG_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ETAG_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
EXCEPTION - Static variable in class org.eclipse.jetty.util.log.Log
 
execute(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
executeRequest(String) - Method in class org.eclipse.jetty.server.LocalConnector
 
ExecutorThreadPool - Class in org.eclipse.jetty.util.thread
Jetty ThreadPool using java 5 ThreadPoolExecutor This class wraps a ExecutorService as a ThreadPool and LifeCycle interfaces so that it may be used by the Jetty org.eclipse.jetty.server.Server
ExecutorThreadPool(ExecutorService) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
ExecutorThreadPool() - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
constructor.
ExecutorThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
constructor.
ExecutorThreadPool(int, int, long) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
constructor.
ExecutorThreadPool(int, int, long, TimeUnit) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
constructor.
ExecutorThreadPool(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
exists() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns true if the resource exists.
exists() - Method in class org.eclipse.jetty.util.resource.JarResource
Returns true if the respresenetd resource exists.
exists() - Method in class org.eclipse.jetty.util.resource.Resource
Returns true if the respresened resource exists.
exists() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
exists() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns true if the represented resource exists.
exit() - Method in interface org.eclipse.jetty.continuation.ContinuationFilter.FilteredContinuation
 
exit() - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
expandChildren(Object, Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
expandChildren(Object, Class) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
expandChildren(Object, Class) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
expandChildren(Object, Class) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
expandHandler(Handler, Object, Class<Handler>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
EXPECT - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
EXPECT_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
EXPECT_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
EXPECTATION_FAILED_417 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
expire(List) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Expire any Sessions we have in memory matching the list of expired Session ids.
expire() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Expire task.
expired() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
expired() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
expired() - Method in class org.eclipse.jetty.util.thread.Timeout
Get an expired tasks.
expired() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Expire task.
EXPIRES - Static variable in class org.eclipse.jetty.http.HttpHeaders
Entity Fields.
EXPIRES_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
EXPIRES_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
Extension - Interface in org.eclipse.jetty.websocket
 
extractParameters() - Method in class org.eclipse.jetty.server.Request
Extract Paramters from query string and/or form _content.

F

FAILED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
FAILED_DEPENDENCY_424 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
fileAdded(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
 
fileChanged(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
 
FileDestroyable - Class in org.eclipse.jetty.util.component
 
FileDestroyable() - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileDestroyable(String) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
FileDestroyable(File) - Constructor for class org.eclipse.jetty.util.component.FileDestroyable
 
fileRemoved(String) - Method in interface org.eclipse.jetty.util.Scanner.DiscreteListener
 
FileResource - Class in org.eclipse.jetty.util.resource
File Resource.
FileResource(URL) - Constructor for class org.eclipse.jetty.util.resource.FileResource
 
filesChanged(List<String>) - Method in interface org.eclipse.jetty.util.Scanner.BulkListener
 
fill() - Method in class org.eclipse.jetty.http.HttpParser
fill the buffers from the endpoint
fill(Buffer) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
fill(Buffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
fill(Buffer) - Method in interface org.eclipse.jetty.io.EndPoint
Fill the buffer from the current putIndex to it's capacity from whatever byte source is backing the buffer.
fill(Buffer) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
fill(Buffer) - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
fill(Buffer) - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
Fill the buffer with unencrypted bytes.
fill(Buffer) - Method in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
fill(Buffer) - Method in interface org.eclipse.jetty.websocket.WebSocketParser
 
fill(Buffer) - Method in class org.eclipse.jetty.websocket.WebSocketParserD00
 
fill(Buffer) - Method in class org.eclipse.jetty.websocket.WebSocketParserD06
 
fill(Buffer) - Method in class org.eclipse.jetty.websocket.WebSocketParserD7_9
 
fillBuffersFrom(Buffer) - Method in interface org.eclipse.jetty.websocket.WebSocketConnection
 
fillBuffersFrom(Buffer) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
fillBuffersFrom(Buffer) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD06
 
fillBuffersFrom(Buffer) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
finalize() - Method in class org.eclipse.jetty.util.resource.Resource
 
findContainerOf(HandlerContainer, Class<T>, Handler) - Static method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
findField(Class, String, Class, boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findInheritedField(Package, Class, String, Class, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findInheritedMethod(Package, Class, String, Class[], boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findMethod(Class, String, Class[], boolean, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
findResource(String) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
finish() - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
Finish.
finish() - Method in class org.eclipse.jetty.http.gzip.GzipStream
Finish.
finMask() - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
finMask() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
FLOAT - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
flush(long) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
flush() - Method in class org.eclipse.jetty.http.gzip.GzipStream
 
flush(Buffer) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
flush(Buffer, Buffer, Buffer) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
flush() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
flush(Buffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
flush(Buffer, Buffer, Buffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
flush() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
flush(Buffer) - Method in interface org.eclipse.jetty.io.EndPoint
Flush the buffer from the current getIndex to it's putIndex using whatever byte sink is backing the buffer.
flush(Buffer, Buffer, Buffer) - Method in interface org.eclipse.jetty.io.EndPoint
Flush the buffer from the current getIndex to it's putIndex using whatever byte sink is backing the buffer.
flush() - Method in interface org.eclipse.jetty.io.EndPoint
Flush any buffered output.
flush(Buffer) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
flush(Buffer, Buffer, Buffer) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
flush() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
flush(Buffer) - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
flush(Buffer, Buffer, Buffer) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
flush(Buffer) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
flush(Buffer) - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
flush(Buffer, Buffer, Buffer) - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
flush() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
flush() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Flush the stream.
flush() - Method in class org.eclipse.jetty.io.WriterOutputStream
 
flush() - Method in class org.eclipse.jetty.server.HttpConnection.Output
 
flush() - Method in class org.eclipse.jetty.server.HttpOutput
 
flush() - Method in class org.eclipse.jetty.server.HttpWriter
 
flush() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
flush() - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
flush() - Method in interface org.eclipse.jetty.websocket.WebSocketGenerator
 
flush(int) - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD00
 
flush() - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD00
 
flush(int) - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD06
 
flush() - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD06
 
flush() - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9
 
flushBuffer() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
flushBuffer() - Method in interface org.eclipse.jetty.http.Generator
 
flushBuffer() - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
flushBuffer() - Method in class org.eclipse.jetty.http.HttpGenerator
 
flushBuffer() - Method in class org.eclipse.jetty.server.Response
 
flushBuffer() - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9
 
flushCache() - Method in class org.eclipse.jetty.server.ResourceCache
 
flushResponse() - Method in class org.eclipse.jetty.server.HttpConnection
 
FORBIDDEN_403 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
FORM_ENCODED - Static variable in class org.eclipse.jetty.http.MimeTypes
 
FORM_ENCODED_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
format(Date) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
format(long) - Method in class org.eclipse.jetty.util.DateCache
Format a date according to our stored formatter.
format(long, StringBuilder) - Method in class org.eclipse.jetty.util.DateCache
Format to string buffer.
formatBuffer(long) - Method in class org.eclipse.jetty.io.BufferDateCache
 
formatCookieDate(StringBuilder, long) - Static method in class org.eclipse.jetty.http.HttpFields
Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies
formatCookieDate(long) - Static method in class org.eclipse.jetty.http.HttpFields
Format "EEE, dd-MMM-yyyy HH:mm:ss 'GMT'" for cookies
formatDate(long) - Static method in class org.eclipse.jetty.http.HttpFields
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'"
forward(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
forward(ServletRequest, ServletResponse, DispatcherType) - Method in class org.eclipse.jetty.server.Dispatcher
 
FORWARD_CONTEXT_PATH - Static variable in class org.eclipse.jetty.server.Dispatcher
 
FORWARD_PATH_INFO - Static variable in class org.eclipse.jetty.server.Dispatcher
 
FORWARD_QUERY_STRING - Static variable in class org.eclipse.jetty.server.Dispatcher
 
FORWARD_REQUEST_URI - Static variable in class org.eclipse.jetty.server.Dispatcher
 
FORWARD_SERVLET_PATH - Static variable in class org.eclipse.jetty.server.Dispatcher
 
FORWARDED - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
FORWARDED_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
FORWARDED_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
FOUND_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
FragmentExtension - Class in org.eclipse.jetty.websocket
 
FragmentExtension() - Constructor for class org.eclipse.jetty.websocket.FragmentExtension
 
FROM - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
FROM_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
FROM_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
fromHexString(String) - Static method in class org.eclipse.jetty.util.TypeUtil
 
fromJSON(Map) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertible
 
fromJSON(Map) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertor
 
fromJSON(String) - Method in class org.eclipse.jetty.util.ajax.JSON
Convert JSON to Object
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
fromJSON(Map) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 
fromName(String) - Static method in class org.eclipse.jetty.util.TypeUtil
Class from a canonical name for a type.
fwdReset() - Method in class org.eclipse.jetty.server.Response
 

G

GATEWAY_TIMEOUT_504 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
gatheringFlush(Buffer, ByteBuffer, Buffer, ByteBuffer) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
gatheringFlush(Buffer, ByteBuffer, Buffer, ByteBuffer) - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
Generator - Interface in org.eclipse.jetty.http
 
genMask(byte[]) - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD06.FixedMaskGen
 
genMask(byte[]) - Method in interface org.eclipse.jetty.websocket.WebSocketGeneratorD06.MaskGen
 
genMask(byte[]) - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD06.NullMaskGen
 
genMask(byte[]) - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD06.RandomMaskGen
 
genMask(byte[]) - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9.FixedMaskGen
 
genMask(byte[]) - Method in interface org.eclipse.jetty.websocket.WebSocketGeneratorD7_9.MaskGen
 
genMask(byte[]) - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9.NullMaskGen
 
genMask(byte[]) - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9.RandomMaskGen
 
get(Buffer) - Method in class org.eclipse.jetty.http.HttpFields
 
GET - Static variable in class org.eclipse.jetty.http.HttpMethods
 
get() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
get(byte[], int, int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
get(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
get() - Method in interface org.eclipse.jetty.io.Buffer
Get the byte at the current getIndex and increment it.
get(byte[], int, int) - Method in interface org.eclipse.jetty.io.Buffer
Get bytes from the current postion and put them into the passed byte array.
get(int) - Method in interface org.eclipse.jetty.io.Buffer
 
get(int) - Method in class org.eclipse.jetty.io.BufferCache
 
get(Buffer) - Method in class org.eclipse.jetty.io.BufferCache
 
get(String) - Method in class org.eclipse.jetty.io.BufferCache
 
get() - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
get(int) - Method in class org.eclipse.jetty.util.ArrayQueue
 
get(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
get(Object) - Method in class org.eclipse.jetty.util.HostMap
 
get(Object) - Method in class org.eclipse.jetty.util.IPAddressMap
Retrieve the object mapped to the specified internet address literal
get(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
Get item from the list
get(Object) - Method in class org.eclipse.jetty.util.MultiMap
 
get(int) - Method in class org.eclipse.jetty.util.SingletonList
 
get(Object) - Method in class org.eclipse.jetty.util.StringMap
 
get(String) - Method in class org.eclipse.jetty.util.StringMap
 
GET_BUFFER - Static variable in class org.eclipse.jetty.http.HttpMethods
 
GET_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpMethods
 
getAcceptorPriorityOffset() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getAcceptors() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getAcceptQueueSize() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getAccessed() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getActualValue(Number) - Method in interface org.eclipse.jetty.util.ajax.JSONPojoConvertor.NumberType
 
getAge() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
 
getAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getAlias() - Method in class org.eclipse.jetty.util.resource.FileResource
 
getAlias() - Method in class org.eclipse.jetty.util.resource.Resource
 
getAllowNullPathInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAssociate(Object) - Method in class org.eclipse.jetty.io.BufferCache.CachedBuffer
 
getAssociate() - Method in class org.eclipse.jetty.util.resource.Resource
 
getAssociatedObject() - Method in class org.eclipse.jetty.server.HttpConnection
 
getAsyncContext() - Method in class org.eclipse.jetty.server.Request
 
getAsyncContinuation() - Method in class org.eclipse.jetty.server.Request
 
getAsyncEventState() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getAttribute(String) - Method in interface org.eclipse.jetty.continuation.Continuation
Get a request attribute.
getAttribute(String) - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
getAttribute(String) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
getAttribute(String) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttribute(String) - Method in class org.eclipse.jetty.server.Request
 
getAttribute(String) - Method in class org.eclipse.jetty.server.Server
 
getAttribute(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getAttribute(String) - Method in interface org.eclipse.jetty.util.Attributes
 
getAttribute(String) - Method in class org.eclipse.jetty.util.AttributesMap
 
getAttributeEntrySet() - Method in class org.eclipse.jetty.util.AttributesMap
 
getAttributeMap() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getAttributeNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getAttributeNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttributeNames() - Method in class org.eclipse.jetty.server.Request
 
getAttributeNames() - Method in class org.eclipse.jetty.server.Server
 
getAttributeNames() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getAttributeNames() - Method in interface org.eclipse.jetty.util.Attributes
 
getAttributeNames() - Method in class org.eclipse.jetty.util.AttributesMap
 
getAttributeNamesCopy(Attributes) - Static method in class org.eclipse.jetty.util.AttributesMap
 
getAttributeNameSet() - Method in class org.eclipse.jetty.util.AttributesMap
 
getAttributes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getAttributes() - Method in class org.eclipse.jetty.server.Request
 
getAuthenticate() - Method in class org.eclipse.jetty.http.security.Constraint
 
getAuthentication() - Method in class org.eclipse.jetty.server.Request
Get the authentication.
getAuthMethod() - Method in interface org.eclipse.jetty.server.Authentication.User
 
getAuthority() - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
getAuthority() - Method in class org.eclipse.jetty.http.HttpURI
 
getAuthType() - Method in class org.eclipse.jetty.server.Request
 
getAuthType() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getBaseRequest() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getBaseResource() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getBaseResource() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getBean(Class<T>) - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
Get dependent bean of a specific class.
getBeans() - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
Get dependent beans
getBeans(Class<T>) - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
Get dependent beans of a specific class
getBest(byte[], int, int) - Method in class org.eclipse.jetty.io.BufferCache
 
getBestEntry(byte[], int, int) - Method in class org.eclipse.jetty.util.StringMap
Get a map entry by byte array key, using as much of the passed key as needed for a match.
getBlobInputStream(ResultSet, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getBlobType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getBlobType() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getBodyBuffer() - Method in class org.eclipse.jetty.http.HttpParser
 
getBoundary() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
getBoundary() - Method in class org.eclipse.jetty.util.MultiPartWriter
 
getBuf() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
getBuf() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
getBuffer() - Method in interface org.eclipse.jetty.io.Buffers
 
getBuffer(int) - Method in interface org.eclipse.jetty.io.Buffers
 
getBuffer() - Method in class org.eclipse.jetty.io.PooledBuffers
 
getBuffer(int) - Method in class org.eclipse.jetty.io.PooledBuffers
 
getBuffer() - Method in class org.eclipse.jetty.io.SimpleBuffers
 
getBuffer(int) - Method in class org.eclipse.jetty.io.SimpleBuffers
 
getBuffer() - Method in class org.eclipse.jetty.io.ThreadLocalBuffers
 
getBuffer(int) - Method in class org.eclipse.jetty.io.ThreadLocalBuffers
 
getBuffer() - Method in class org.eclipse.jetty.websocket.WebSocketBuffers
 
getBuffer() - Method in interface org.eclipse.jetty.websocket.WebSocketParser
 
getBuffer() - Method in class org.eclipse.jetty.websocket.WebSocketParserD00
 
getBuffer() - Method in class org.eclipse.jetty.websocket.WebSocketParserD06
 
getBuffer() - Method in class org.eclipse.jetty.websocket.WebSocketParserD7_9
 
getBufferSize() - Method in class org.eclipse.jetty.io.AbstractBuffers
 
getBufferSize() - Method in class org.eclipse.jetty.server.Response
 
getBufferSize() - Method in class org.eclipse.jetty.websocket.WebSocketBuffers
 
getBufferSize() - Method in class org.eclipse.jetty.websocket.WebSocketFactory
Get the bufferSize.
getBufferSize() - Method in class org.eclipse.jetty.websocket.WebSocketHandler
Get the bufferSize.
getByteArray() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
getByteBuffer() - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
getByteBuffer() - Method in class org.eclipse.jetty.io.nio.IndirectNIOBuffer
 
getByteBuffer() - Method in interface org.eclipse.jetty.io.nio.NIOBuffer
 
getBytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
getBytes(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
getBytesBuffered() - Method in class org.eclipse.jetty.http.HttpGenerator
 
getCacheControl() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
Get the cacheControl.
getCacheControl() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getCachedFiles() - Method in class org.eclipse.jetty.server.ResourceCache
 
getCachedSize() - Method in class org.eclipse.jetty.server.ResourceCache
 
getCanonicalContext() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getCapacity() - Method in class org.eclipse.jetty.util.ArrayQueue
 
getCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
getCertAlias() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getCertChain(SSLSession) - Static method in class org.eclipse.jetty.server.ssl.SslCertificates
 
getCertificateChain(String) - Method in class org.eclipse.jetty.http.ssl.AliasedX509ExtendedKeyManager
 
getCertificateChain(String) - Method in class org.eclipse.jetty.http.ssl.AliasedX509KeyManager
 
getChannel() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getCharacterEncoding() - Method in class org.eclipse.jetty.server.Request
 
getCharacterEncoding() - Method in class org.eclipse.jetty.server.Response
 
getCharsetFromContentType(Buffer) - Static method in class org.eclipse.jetty.http.MimeTypes
 
getCheckAliases() - Static method in class org.eclipse.jetty.util.resource.FileResource
getCheckAliases.
getChild() - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
getChildHandlerByClass(Class<T>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
getChildHandlerByClass(Class<T>) - Method in interface org.eclipse.jetty.server.HandlerContainer
 
getChildHandlers() - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
getChildHandlers() - Method in interface org.eclipse.jetty.server.HandlerContainer
 
getChildHandlersByClass(Class<?>) - Method in class org.eclipse.jetty.server.handler.AbstractHandlerContainer
 
getChildHandlersByClass(Class<?>) - Method in interface org.eclipse.jetty.server.HandlerContainer
 
getClassLoader() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getClassPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Make best effort to extract a file classpath from the context classloader
getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.http.ssl.AliasedX509ExtendedKeyManager
 
getClientAliases(String, Principal[]) - Method in class org.eclipse.jetty.http.ssl.AliasedX509KeyManager
 
getClosedStream() - Static method in class org.eclipse.jetty.util.IO
 
getClusterId(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getClusterId() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getClusterId(String) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
Get the session ID without any worker ID.
getClusterId(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Get the session id without any node identifier suffix.
getClusterId(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
Get a cluster ID from a node ID.
getClusterId(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
 
getCode() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
getCode(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Get the HttpStatusCode for a specific code
getComment() - Method in class org.eclipse.jetty.http.HttpCookie
Get the comment.
getCompletePath() - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
getCompletePath() - Method in class org.eclipse.jetty.http.HttpURI
 
getComponentType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getConfidentialPort() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConfidentialPort() - Method in interface org.eclipse.jetty.server.Connector
 
getConfidentialScheme() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConfidentialScheme() - Method in interface org.eclipse.jetty.server.Connector
 
getConnection() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getConnection() - Method in interface org.eclipse.jetty.io.ConnectedEndPoint
 
getConnection() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
getConnection() - Method in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
getConnection() - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
getConnection() - Method in interface org.eclipse.jetty.server.Connector
 
getConnection() - Method in class org.eclipse.jetty.server.LocalConnector
 
getConnection() - Method in class org.eclipse.jetty.server.nio.BlockingChannelConnector
 
getConnection() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
getConnection() - Method in class org.eclipse.jetty.server.Request
 
getConnection() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Get a connection from the driver or datasource.
getConnection() - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
getConnection() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD06
 
getConnection() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
getConnections() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnections() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsDurationMax() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsDurationMax() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsDurationMean() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsDurationMean() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsDurationStdDev() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsDurationStdDev() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsDurationTotal() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsDurationTotal() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsOpen() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsOpen() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsOpenMax() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsOpenMax() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsRequestsMax() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsRequestsMax() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsRequestsMean() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsRequestsMean() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionsRequestsStdDev() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getConnectionsRequestsStdDev() - Method in interface org.eclipse.jetty.server.Connector
 
getConnectionUrl() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getConnector() - Method in class org.eclipse.jetty.server.HttpConnection
 
getConnectorNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getConnectors() - Method in class org.eclipse.jetty.server.Server
 
getConnectTimeout() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
getContainer() - Method in class org.eclipse.jetty.server.Server
 
getContainer() - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
getContentBufferSize() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
getContentBufferSize() - Method in interface org.eclipse.jetty.http.Generator
 
getContentCount() - Method in class org.eclipse.jetty.server.Response
 
getContentLength() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentLength() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getContentLength() - Method in class org.eclipse.jetty.http.HttpParser
 
getContentLength() - Method in class org.eclipse.jetty.server.Request
 
getContentLength() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getContentRead() - Method in class org.eclipse.jetty.http.HttpParser
 
getContentRead() - Method in class org.eclipse.jetty.server.Request
 
getContentType() - Method in interface org.eclipse.jetty.http.HttpContent
 
getContentType() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getContentType() - Method in class org.eclipse.jetty.server.Request
 
getContentType() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getContentType() - Method in class org.eclipse.jetty.server.Response
 
getContentWritten() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
getContentWritten() - Method in interface org.eclipse.jetty.http.Generator
 
getContext(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getContext() - Method in class org.eclipse.jetty.server.Request
 
getContextAttributes() - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
getContextClass() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
getContextHandler() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getContextHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getContextName(ContextHandler) - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getContextPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getContextPath() - Method in class org.eclipse.jetty.server.Request
 
getContextPath() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getContextPath() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
 
getContexts() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
 
getContinuation(ServletRequest) - Static method in class org.eclipse.jetty.continuation.ContinuationSupport
Get a Continuation.
getContinuation(ServletRequest, ServletResponse) - Static method in class org.eclipse.jetty.continuation.ContinuationSupport
Deprecated. use ContinuationSupport.getContinuation(ServletRequest)
getConvertor(Class) - Method in class org.eclipse.jetty.util.ajax.JSON
Lookup a convertor for a class.
getConvertorFor(String) - Method in class org.eclipse.jetty.util.ajax.JSON
Lookup a convertor for a named class.
getCookies() - Method in class org.eclipse.jetty.server.CookieCutter
 
getCookies() - Method in class org.eclipse.jetty.server.Request
 
getCookies() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getCookieSet() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getCookieSetTime() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getCount() - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
getCount() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getCreated() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getCreationTime() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getCredential(String) - Static method in class org.eclipse.jetty.http.security.Credential
Get a credential from a String.
getCrlPath() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getCrls() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getCurrent() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
getCurrentConnection() - Static method in class org.eclipse.jetty.server.HttpConnection
 
getCurrentContext() - Static method in class org.eclipse.jetty.server.handler.ContextHandler
Get the current ServletContext implementation.
getDataConstraint() - Method in class org.eclipse.jetty.http.security.Constraint
 
getDatasourceName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getDatedFilename() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the file name of the request log with the expanded date wildcard if the output is written to the disk using RolloverFileOutputStream.
getDatedFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getDateField(String) - Method in class org.eclipse.jetty.http.HttpFields
Get a header as a date value.
getDateHeader(String) - Method in class org.eclipse.jetty.server.Request
 
getDateHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getDBName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
getDecodedPath() - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
getDecodedPath() - Method in class org.eclipse.jetty.http.HttpURI
 
getDefault() - Static method in class org.eclipse.jetty.util.ajax.JSON
 
getDefaultUseCaches() - Static method in class org.eclipse.jetty.util.resource.Resource
 
getDigest() - Method in class org.eclipse.jetty.http.security.Credential.MD5
 
getDirectBuffer() - Method in interface org.eclipse.jetty.http.HttpContent
 
getDirectBuffer() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getDirectBuffer() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getDirectBuffer(Resource) - Method in class org.eclipse.jetty.server.ResourceCache
 
getDirectBuffer() - Method in class org.eclipse.jetty.websocket.WebSocketBuffers
 
getDispatchContext() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
getDispatched() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatchedActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatchedActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatchedTimeMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatchedTimeMean() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatchedTimeStdDev() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatchedTimeTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getDispatcherType() - Method in class org.eclipse.jetty.server.Request
 
getDispatchTime() - Method in class org.eclipse.jetty.server.Request
Get timestamp of the request dispatch
getDisplayName() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getDomain() - Method in class org.eclipse.jetty.http.HttpCookie
Get the domain.
getDouble() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
getDriverClassName() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getDuration() - Method in class org.eclipse.jetty.util.thread.Timeout
 
getEndPoint() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getEntry(String, int, int) - Method in class org.eclipse.jetty.util.StringMap
Get a map entry by substring key.
getEntry(char[], int, int) - Method in class org.eclipse.jetty.util.StringMap
Get a map entry by char array key.
getErrorHandler() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getEventListeners() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getExcludeCipherSuites() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getExcludeCipherSuites() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getExcludeCipherSuites() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getExcludeCipherSuites() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getExcluded() - Method in class org.eclipse.jetty.server.handler.GzipHandler
Get the excluded user agents.
getExcludedCount() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
getExpires() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getExpires() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getExpiryTime() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getExtensionClassesMap() - Method in class org.eclipse.jetty.websocket.WebSocketFactory
 
getExtensions() - Method in interface org.eclipse.jetty.websocket.WebSocketConnection
 
getExtensions() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
getExtensions() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD06
 
getExtensions() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
getField(int) - Method in class org.eclipse.jetty.http.HttpFields
Get a Field by index.
getFieldNames() - Method in class org.eclipse.jetty.http.HttpFields
Get enumeration of header _names.
getFile() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns an File representing the given resource or NULL if this is not possible.
getFile() - Method in class org.eclipse.jetty.util.resource.JarResource
 
getFile() - Method in class org.eclipse.jetty.util.resource.Resource
Returns an File representing the given resource or NULL if this is not possible.
getFile() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getFile() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns an File representing the given resource or NULL if this is not possible.
getFilename() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the output file name of the request log.
getFilename() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getFilenameDateFormat() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the file name date format string.
getFilenameFilter() - Method in class org.eclipse.jetty.util.Scanner
Get any filter applied to files in the scan dir.
getFirst() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getFirst(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getFormat() - Method in class org.eclipse.jetty.util.DateCache
Get the format.
getFormatString() - Method in class org.eclipse.jetty.util.DateCache
 
getForwardedCipherSuiteHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getForwardedForHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getForwardedHostHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getForwardedProtoHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
Get the forwardedProtoHeader.
getForwardedServerHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getForwardedSslSessionIdHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getFragment() - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
getFragment() - Method in class org.eclipse.jetty.http.HttpURI
 
getGenerator() - Method in class org.eclipse.jetty.server.HttpConnection
 
getGracefulShutdown() - Method in class org.eclipse.jetty.server.Server
 
getHandler() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
getHandler() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
getHandlers() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
getHandlers() - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
getHandlers() - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
getHandlers() - Method in interface org.eclipse.jetty.server.HandlerContainer
 
getHandshakeTimeout() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getHeader() - Method in interface org.eclipse.jetty.io.Buffers
 
getHeader() - Method in class org.eclipse.jetty.io.PooledBuffers
 
getHeader() - Method in class org.eclipse.jetty.io.SimpleBuffers
 
getHeader() - Method in class org.eclipse.jetty.io.ThreadLocalBuffers
 
getHeader(String) - Method in class org.eclipse.jetty.server.Request
 
getHeader(String) - Method in class org.eclipse.jetty.server.Response
 
getHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getHeaderBuffer() - Method in class org.eclipse.jetty.http.HttpParser
 
getHeaderNames() - Method in class org.eclipse.jetty.server.Request
 
getHeaderNames() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getHeaders(String) - Method in class org.eclipse.jetty.server.Request
 
getHeaders(String) - Method in class org.eclipse.jetty.server.Response
 
getHeaders(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getHeaderSize() - Method in class org.eclipse.jetty.io.AbstractBuffers
 
getHost() - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
getHost() - Method in class org.eclipse.jetty.http.HttpURI
 
getHost() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getHost() - Method in interface org.eclipse.jetty.server.Connector
 
getHostHeader() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getHttpFields() - Method in class org.eclipse.jetty.server.Response
 
getHttpOnly() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getHttpOnly() - Method in interface org.eclipse.jetty.server.SessionManager
 
getHttpServletRequest() - Method in interface org.eclipse.jetty.server.Authentication.Wrapped
 
getHttpServletResponse() - Method in interface org.eclipse.jetty.server.Authentication.Wrapped
 
getHttpSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getHttpSession(String) - Method in interface org.eclipse.jetty.server.SessionManager
Returns the HttpSession with the given session id
getId() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getId() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getIdleSavePeriod() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getIdleThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getIdleThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getIdleThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
getIdManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getIdManager() - Method in interface org.eclipse.jetty.server.SessionManager
 
getIds() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.NullSessionContext
Deprecated. From HttpSessionContext
getIgnorePaths() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the request paths that will not be logged.
getIn() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getIncludeCipherSuites() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getIncludeCipherSuites() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getIncludeCipherSuites() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getIncludeCipherSuites() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getIndex() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
getIndex() - Method in interface org.eclipse.jetty.io.Buffer
The index within the buffer that will next be read or written.
getIndirectBuffer() - Method in interface org.eclipse.jetty.http.HttpContent
 
getIndirectBuffer() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getIndirectBuffer() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getIndirectBuffer(Resource) - Method in class org.eclipse.jetty.server.ResourceCache
 
getInitParameter(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getInitParameter(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getInitParameter(String) - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
getInitParameter(String, String) - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
getInitParameter(String, int) - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getInitParameterNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getInitParams() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getInputState() - Method in class org.eclipse.jetty.server.Request
 
getInputStream() - Method in interface org.eclipse.jetty.http.HttpContent
 
getInputStream() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getInputStream() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getInputStream() - Method in class org.eclipse.jetty.server.HttpConnection
Get the inputStream from the connection.
getInputStream() - Method in class org.eclipse.jetty.server.Request
 
getInputStream() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getInputStream() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns an input stream to the resource
getInputStream() - Method in class org.eclipse.jetty.util.resource.JarResource
 
getInputStream() - Method in class org.eclipse.jetty.util.resource.Resource
Returns an input stream to the resource
getInputStream() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getInputStream() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns an input stream to the resource
getInstance() - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
Returns the instance of the singleton
getIntegralPort() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getIntegralPort() - Method in interface org.eclipse.jetty.server.Connector
 
getIntegralScheme() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getIntegralScheme() - Method in interface org.eclipse.jetty.server.Connector
 
getIntHeader(String) - Method in class org.eclipse.jetty.server.Request
 
getIntHeader(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getIntValue() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getKey() - Method in class org.eclipse.jetty.http.PathMap.Entry
 
getKey() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getKeyManagers(KeyStore) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getKeyStore() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getKeyStore(InputStream, String, String, String, String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Deprecated.  
getKeystore() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getKeystore() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getKeystore() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getKeyStore(InputStream, String, String, String, String) - Static method in class org.eclipse.jetty.util.security.CertificateUtils
 
getKeyStoreInputStream() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Deprecated.  
getKeyStoreProvider() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getKeyStoreType() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getKeystoreType() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getKeystoreType() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getKeystoreType() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getLast() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getLast(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getLastAccessed() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getLastAccessedTime() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getLastModified() - Method in interface org.eclipse.jetty.http.HttpContent
 
getLastModified() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getLastModified() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getLastNode() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getLastSaved() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getLazyMatches(String) - Method in class org.eclipse.jetty.http.PathMap
Get all entries matched by the path.
getLazyMatches(String) - Method in class org.eclipse.jetty.util.HostMap
Retrieve a lazy list of map entries associated with specified hostname by taking into account the domain suffix matches.
getLazyMatches(String) - Method in class org.eclipse.jetty.util.IPAddressMap
Retrieve a lazy list of map entries associated with specified internet address by taking into account the wildcard specifications.
getLeftMostFieldValue(HttpFields, String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
getLimit() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
getList(Object) - Static method in class org.eclipse.jetty.util.LazyList
Get the real List from a LazyList.
getList(Object, boolean) - Static method in class org.eclipse.jetty.util.LazyList
Get the real List from a LazyList.
getListHTML(String, boolean) - Method in class org.eclipse.jetty.util.resource.Resource
Get the resource list as a HTML directory listing.
getLocalAddr() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getLocalAddr() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getLocalAddr() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getLocalAddr() - Method in interface org.eclipse.jetty.io.EndPoint
 
getLocalAddr() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getLocalAddr() - Method in class org.eclipse.jetty.server.Request
 
getLocale() - Method in class org.eclipse.jetty.server.Request
 
getLocale() - Method in class org.eclipse.jetty.server.Response
 
getLocaleEncoding(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getLocaleEncoding(Locale) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Get the character encoding for a locale.
getLocales() - Method in class org.eclipse.jetty.server.Request
 
getLocalHost() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getLocalHost() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getLocalHost() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getLocalHost() - Method in interface org.eclipse.jetty.io.EndPoint
 
getLocalHost() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getLocalName() - Method in class org.eclipse.jetty.server.Request
 
getLocalPort() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getLocalPort() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getLocalPort() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getLocalPort() - Method in interface org.eclipse.jetty.io.EndPoint
 
getLocalPort() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getLocalPort() - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
getLocalPort() - Method in interface org.eclipse.jetty.server.Connector
 
getLocalPort() - Method in class org.eclipse.jetty.server.LocalConnector
 
getLocalPort() - Method in class org.eclipse.jetty.server.nio.BlockingChannelConnector
 
getLocalPort() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
getLocalPort() - Method in class org.eclipse.jetty.server.Request
 
getLock() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
getLog() - Static method in class org.eclipse.jetty.util.log.Log
 
getLogCookies() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve log cookies flag
getLogDateFormat() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the timestamp format string for request log entries.
getLogger() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getLogger(String) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
getLogger(String) - Static method in class org.eclipse.jetty.util.log.Log
Obtain a named Logger or the default Logger if null is passed.
getLogger(String) - Method in interface org.eclipse.jetty.util.log.Logger
 
getLogger(String) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
getLogger(String) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
getLogger(String) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
getLogLatency() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve log request processing time flag.
getLogLocale() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the locale of the request log.
getLogServer() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve log hostname flag.
getLogTimeZone() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the timezone of the request log.
getLongField(String) - Method in class org.eclipse.jetty.http.HttpFields
Get a header as an long value.
getLongField(Buffer) - Method in class org.eclipse.jetty.http.HttpFields
Get a header as an long value.
getLongValue() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getLowResourceMaxIdleTime() - Method in class org.eclipse.jetty.server.AbstractConnector
Deprecated.  
getLowResourceMaxIdleTime() - Method in interface org.eclipse.jetty.server.Connector
 
getLowResourcesConnections() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
getLowResourcesConnections() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
getLowResourcesMaxIdleTime() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
getLowResourcesMaxIdleTime() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getLowResourcesMaxIdleTime() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
getMajorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getManager() - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
getMapped() - Method in class org.eclipse.jetty.http.PathMap.Entry
 
getMatch(String) - Method in class org.eclipse.jetty.http.PathMap
Get the entry mapped by the best specification.
getMatch(String) - Method in class org.eclipse.jetty.util.IPAddressMap
Retrieve the first map entry that is associated with the specified internet address by taking into account the wildcard specifications.
getMatches(String) - Method in class org.eclipse.jetty.http.PathMap
Get all entries matched by the path.
getMax() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
getMax() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getMaxAge() - Method in class org.eclipse.jetty.http.HttpCookie
Get the maxAge.
getMaxBinaryMessageSize() - Method in interface org.eclipse.jetty.websocket.WebSocket.Connection
Size in bytes of the maximum binary message to be received
getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
getMaxBuffers() - Method in class org.eclipse.jetty.http.HttpBuffers
 
getMaxCachedFiles() - Method in class org.eclipse.jetty.server.ResourceCache
 
getMaxCachedFileSize() - Method in class org.eclipse.jetty.server.ResourceCache
 
getMaxCacheSize() - Method in class org.eclipse.jetty.server.ResourceCache
 
getMaxCertPathLength() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getMaxCertPathLength() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getMaxCookieAge() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getMaxCookieAge() - Method in interface org.eclipse.jetty.server.SessionManager
 
getMaxCookieVersion() - Method in class org.eclipse.jetty.server.Server
Get the maximum cookie version.
getMaxFormContentSize() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getMaxIdleMs() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getMaxIdleTime() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getMaxIdleTime() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getMaxIdleTime() - Method in interface org.eclipse.jetty.io.EndPoint
Get the max idle time in ms.
getMaxIdleTime() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getMaxIdleTime() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
getMaxIdleTime() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getMaxIdleTime() - Method in interface org.eclipse.jetty.server.Connector
 
getMaxIdleTime() - Method in class org.eclipse.jetty.websocket.WebSocketFactory
Get the maxIdleTime.
getMaxIdleTime() - Method in class org.eclipse.jetty.websocket.WebSocketHandler
Get the maxIdleTime.
getMaxIdleTimeMs() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Get the maximum thread idle time.
getMaxInactiveInterval() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getMaxInactiveInterval() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getMaxInactiveInterval() - Method in interface org.eclipse.jetty.server.SessionManager
 
getMaxQueued() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMaxSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated. 
getMaxStopTimeMs() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getMaxTextMessageSize() - Method in interface org.eclipse.jetty.websocket.WebSocket.Connection
Size in characters of the maximum text message to be received
getMaxTextMessageSize() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
getMaxThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the maximum number of threads.
getMaxThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
getMean() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getMessage() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
getMessage(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Get the status message for a specific code.
getMetaManager() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated. use AbstractSessionManager.getIdManager()
getMetaManager() - Method in interface org.eclipse.jetty.server.SessionManager
Deprecated. use SessionManager.getIdManager()
getMethod() - Method in class org.eclipse.jetty.server.Request
 
getMethod() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getMethod() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getMimeByExtension(String) - Method in class org.eclipse.jetty.http.MimeTypes
Get the MIME type by filename extension.
getMimeMap() - Method in class org.eclipse.jetty.http.MimeTypes
 
getMimeType(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getMimeTypes() - Method in class org.eclipse.jetty.server.handler.GzipHandler
Get the mime types.
getMimeTypes() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getMinGzipSize() - Method in class org.eclipse.jetty.server.handler.GzipHandler
Get the minimum reponse size.
getMinorVersion() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getMinSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated. always returns 0. no replacement available.
getMinThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Get the minimum number of threads.
getMinThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
getName() - Method in class org.eclipse.jetty.http.HttpCookie
Get the name.
getName() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getName() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getName() - Method in interface org.eclipse.jetty.server.Connector
 
getName() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
 
getName() - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
getName() - Method in interface org.eclipse.jetty.util.log.Logger
 
getName() - Method in class org.eclipse.jetty.util.log.LoggerLog
 
getName() - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
getName() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
getName() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns the name of the resource
getName() - Method in class org.eclipse.jetty.util.resource.Resource
Returns the name of the resource
getName() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getName() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns the name of the resource
getName() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getName() - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
getName() - Method in interface org.eclipse.jetty.websocket.Extension
 
getNamedDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getNameOrdinal() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getNeedClientAuth() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getNeedClientAuth() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getNeedClientAuth() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getNeedClientAuth() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getNestedHandlerByClass(Class<H>) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
getNewContextURL() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
getNodeId(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getNodeId() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getNodeId(String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
Get the session ID with any worker ID.
getNodeId(String, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Get the session id, including this node's id as a suffix.
getNodeId(String, HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionIdManager
Get a node ID from a cluster ID and a request
getNodeId(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
 
getNow() - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
getNow() - Method in class org.eclipse.jetty.util.thread.Timeout
 
getNullPrintWriter() - Static method in class org.eclipse.jetty.util.IO
 
getNullStream() - Static method in class org.eclipse.jetty.util.IO
 
getNullWriter() - Static method in class org.eclipse.jetty.util.IO
 
getNumberType(Class<?>) - Static method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
getNumberType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getObjectContextBasis() - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
getObjectContextBasis() - Method in class org.eclipse.jetty.server.session.jmx.AbstractSessionManagerMBean
 
getObjectNameBasis() - Method in class org.eclipse.jetty.server.handler.jmx.AbstractHandlerMBean
 
getOcspResponderURL() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getOcspResponderURL() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getOrdinal() - Method in class org.eclipse.jetty.io.BufferCache.CachedBuffer
 
getOrdinal(Buffer) - Method in class org.eclipse.jetty.io.BufferCache
 
getOut() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getOut() - Method in class org.eclipse.jetty.util.MultiPartOutputStream
 
getOutput() - Method in class org.eclipse.jetty.io.bio.StringEndPoint
 
getOutputStream() - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
getOutputStream() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getOutputStream() - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
getOutputStream() - Method in class org.eclipse.jetty.server.HttpConnection
 
getOutputStream() - Method in class org.eclipse.jetty.server.Response
 
getOutputStream() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns an output stream to the resource
getOutputStream() - Method in class org.eclipse.jetty.util.resource.Resource
Returns an output stream to the resource
getOutputStream() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getOutputStream() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns an output stream to the resource
getParam() - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
getParam() - Method in class org.eclipse.jetty.http.HttpURI
 
getParameter(String) - Method in class org.eclipse.jetty.server.Request
 
getParameterizedName() - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
getParameterizedName() - Method in interface org.eclipse.jetty.websocket.Extension
 
getParameterMap() - Method in class org.eclipse.jetty.server.Request
 
getParameterNames() - Method in class org.eclipse.jetty.server.Request
 
getParameters() - Method in class org.eclipse.jetty.server.Request
 
getParameterValues(String) - Method in class org.eclipse.jetty.server.Request
 
getParent() - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
getParser() - Method in class org.eclipse.jetty.server.HttpConnection
 
getPassword(String, String, String) - Static method in class org.eclipse.jetty.http.security.Password
Get a password.
getPath() - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
getPath() - Method in class org.eclipse.jetty.http.HttpCookie
Get the path.
getPath() - Method in class org.eclipse.jetty.http.HttpURI
 
getPath() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
getPathAndParam() - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
getPathAndParam() - Method in class org.eclipse.jetty.http.HttpURI
 
getPathInfo() - Method in class org.eclipse.jetty.server.Request
 
getPathInfo() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getPathTranslated() - Method in class org.eclipse.jetty.server.Request
 
getPathTranslated() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getPort() - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
getPort() - Method in class org.eclipse.jetty.http.HttpURI
 
getPort() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getPort() - Method in interface org.eclipse.jetty.server.Connector
 
getPreferProxiedForAddress() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieved log X-Forwarded-For IP address flag.
getPrintWriter(String) - Method in class org.eclipse.jetty.server.HttpConnection
 
getPrivateKey(String) - Method in class org.eclipse.jetty.http.ssl.AliasedX509ExtendedKeyManager
 
getPrivateKey(String) - Method in class org.eclipse.jetty.http.ssl.AliasedX509KeyManager
 
getPropertyName() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getProtocol() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getProtocol() - Method in class org.eclipse.jetty.server.Request
 
getProtocol() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getProtocol() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getProtocol() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getProtocol() - Method in interface org.eclipse.jetty.websocket.WebSocket.Connection
 
getProtocol() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
getProvider() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getProvider() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getProvider() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getProvider() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getQuality(String) - Static method in class org.eclipse.jetty.http.HttpFields
 
getQuery() - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
getQuery() - Method in class org.eclipse.jetty.http.HttpURI
 
getQuery(String) - Method in class org.eclipse.jetty.http.HttpURI
 
getQueryEncoding() - Method in class org.eclipse.jetty.server.Request
 
getQueryString() - Method in class org.eclipse.jetty.server.Request
 
getQueryString() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getRandom() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
getReader() - Method in class org.eclipse.jetty.server.Request
 
getRealPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getRealPath(String) - Method in class org.eclipse.jetty.server.Request
 
getReason() - Method in exception org.eclipse.jetty.http.HttpException
 
getReason() - Method in class org.eclipse.jetty.server.Response
 
getReasonBuffer(int) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
getRecursive() - Method in class org.eclipse.jetty.util.Scanner
 
getRefreshCookieAge() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getRelationship() - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
getRemoteAddr() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getRemoteAddr() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getRemoteAddr() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getRemoteAddr() - Method in interface org.eclipse.jetty.io.EndPoint
 
getRemoteAddr() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getRemoteAddr() - Method in class org.eclipse.jetty.server.Request
 
getRemoteHost() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getRemoteHost() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getRemoteHost() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getRemoteHost() - Method in interface org.eclipse.jetty.io.EndPoint
 
getRemoteHost() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getRemoteHost() - Method in class org.eclipse.jetty.server.Request
 
getRemotePort() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getRemotePort() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getRemotePort() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getRemotePort() - Method in interface org.eclipse.jetty.io.EndPoint
 
getRemotePort() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getRemotePort() - Method in class org.eclipse.jetty.server.Request
 
getRemoteUser() - Method in class org.eclipse.jetty.server.Request
 
getRemoteUser() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getReportDirs() - Method in class org.eclipse.jetty.util.Scanner
 
getReportExistingFilesOnStartup() - Method in class org.eclipse.jetty.util.Scanner
 
getRequest() - Method in interface org.eclipse.jetty.server.AsyncContext
 
getRequest() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
getRequest() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getRequest() - Method in class org.eclipse.jetty.server.HttpConnection
 
getRequest(HttpServletRequest) - Static method in class org.eclipse.jetty.server.Request
 
getRequestBuffers() - Method in class org.eclipse.jetty.http.HttpBuffers
 
getRequestBuffers() - Method in interface org.eclipse.jetty.server.Connector
 
getRequestBufferSize() - Method in class org.eclipse.jetty.http.HttpBuffers
 
getRequestBufferSize() - Method in interface org.eclipse.jetty.server.Connector
 
getRequestBufferType() - Method in class org.eclipse.jetty.http.HttpBuffers
 
getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getRequestDispatcher(String) - Method in class org.eclipse.jetty.server.Request
 
getRequestedSessionId() - Method in class org.eclipse.jetty.server.Request
 
getRequestedSessionId() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getRequestFields() - Method in class org.eclipse.jetty.server.HttpConnection
 
getRequestHeaderSize() - Method in class org.eclipse.jetty.http.HttpBuffers
 
getRequestHeaderSize() - Method in interface org.eclipse.jetty.server.Connector
 
getRequestHeaderType() - Method in class org.eclipse.jetty.http.HttpBuffers
 
getRequestLog() - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
getRequests() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getRequests() - Method in interface org.eclipse.jetty.server.Connector
 
getRequests() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequests() - Method in class org.eclipse.jetty.server.HttpConnection
 
getRequestsActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestsActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeMean() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeStdDev() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestTimeTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRequestURI() - Method in class org.eclipse.jetty.server.Request
 
getRequestURI() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getRequestURL() - Method in class org.eclipse.jetty.server.Request
 
getRequestURL() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getResolvedUserIdentity() - Method in class org.eclipse.jetty.server.Request
 
getResolveNames() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getResolveNames() - Method in interface org.eclipse.jetty.server.Connector
 
getResolveNames() - Method in class org.eclipse.jetty.server.HttpConnection
 
getResource() - Method in interface org.eclipse.jetty.http.HttpContent
 
getResource() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getResource(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getResource(HttpServletRequest) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getResource() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
getResource(Class, String, boolean) - Static method in class org.eclipse.jetty.util.Loader
 
getResource(String) - Method in class org.eclipse.jetty.util.resource.Resource
Get a resource from withing this resource.
getResource(String) - Method in interface org.eclipse.jetty.util.resource.ResourceFactory
Get a resource for a path.
getResourceAsStream(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getResourceBase() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getResourceBase() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getResourceBase() - Method in class org.eclipse.jetty.websocket.TestServer
 
getResourceBundle(Class, String, boolean, Locale) - Static method in class org.eclipse.jetty.util.Loader
 
getResourcePaths(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getResourcePaths(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getResources() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getResponse() - Method in interface org.eclipse.jetty.server.AsyncContext
 
getResponse() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
getResponse() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getResponse() - Method in class org.eclipse.jetty.server.HttpConnection
 
getResponse() - Method in class org.eclipse.jetty.server.Request
 
getResponseBuffers() - Method in class org.eclipse.jetty.http.HttpBuffers
 
getResponseBuffers() - Method in interface org.eclipse.jetty.server.Connector
 
getResponseBufferSize() - Method in class org.eclipse.jetty.http.HttpBuffers
 
getResponseBufferSize() - Method in interface org.eclipse.jetty.server.Connector
 
getResponseBufferType() - Method in class org.eclipse.jetty.http.HttpBuffers
 
getResponseFields() - Method in class org.eclipse.jetty.server.HttpConnection
 
getResponseHeaderSize() - Method in class org.eclipse.jetty.http.HttpBuffers
 
getResponseHeaderSize() - Method in interface org.eclipse.jetty.server.Connector
 
getResponseHeaderType() - Method in class org.eclipse.jetty.http.HttpBuffers
 
getResponses(String) - Method in class org.eclipse.jetty.server.LocalConnector
 
getResponses(String, boolean) - Method in class org.eclipse.jetty.server.LocalConnector
 
getResponses(ByteArrayBuffer, boolean) - Method in class org.eclipse.jetty.server.LocalConnector
 
getResponses1xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses2xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses3xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses4xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponses5xx() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResponsesBytesTotal() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getResumes() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getRetainDays() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the number of days before rotated log files are deleted.
getRetainDays() - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
getReuseAddress() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getRoleRefMap() - Method in interface org.eclipse.jetty.server.UserIdentity.Scope
 
getRoles() - Method in class org.eclipse.jetty.http.security.Constraint
 
getRootURL() - Method in class org.eclipse.jetty.server.Request
Reconstructs the URL the client used to make the request.
getRowId() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getSaveInterval() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
getSavePeriod() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getScanDepth() - Method in class org.eclipse.jetty.util.Scanner
Get the scanDepth.
getScanDir() - Method in class org.eclipse.jetty.util.Scanner
Deprecated. use getScanDirs() instead
getScanDirs() - Method in class org.eclipse.jetty.util.Scanner
 
getScanInterval() - Method in class org.eclipse.jetty.util.Scanner
Get the scan interval
getScavengeInterval() - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
getScavengePeriod() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getScheme() - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
getScheme() - Method in class org.eclipse.jetty.http.HttpURI
 
getScheme() - Method in class org.eclipse.jetty.server.Request
 
getSecureCookies() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSecureCookies() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSecureRandomAlgorithm() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getSecureRandomAlgorithm() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getSecureRandomAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getSecureRandomAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getSelectionKey() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
getSelectManager() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
getSelectSet() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
getSelectSet(int) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
getSelectSets() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
getSendDateHeader() - Method in class org.eclipse.jetty.server.Server
 
getSendServerVersion() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
getSendServerVersion() - Method in class org.eclipse.jetty.server.Server
 
getServeIcon() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
getServer() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getServer() - Method in interface org.eclipse.jetty.server.Connector
 
getServer() - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
getServer() - Method in interface org.eclipse.jetty.server.Handler
 
getServer() - Method in class org.eclipse.jetty.server.HttpConnection
 
getServerAliases(String, Principal[]) - Method in class org.eclipse.jetty.http.ssl.AliasedX509ExtendedKeyManager
 
getServerAliases(String, Principal[]) - Method in class org.eclipse.jetty.http.ssl.AliasedX509KeyManager
 
getServerInfo() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getServerName() - Method in class org.eclipse.jetty.server.Request
 
getServerPort() - Method in class org.eclipse.jetty.server.Request
 
getServlet(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getServletContext() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
getServletContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getServletContext() - Method in class org.eclipse.jetty.server.Request
 
getServletContext() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getServletContextName() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getServletName() - Method in class org.eclipse.jetty.server.Request
 
getServletNames() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getServletPath() - Method in class org.eclipse.jetty.server.Request
 
getServletPath() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getServletResponse() - Method in interface org.eclipse.jetty.continuation.Continuation
Get the suspended response.
getServletResponse() - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
getServletResponse() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
getServletResponse() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getServletResponse() - Method in class org.eclipse.jetty.server.Request
 
getServlets() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
getSession() - Method in class org.eclipse.jetty.server.Request
 
getSession(boolean) - Method in class org.eclipse.jetty.server.Request
 
getSession(boolean) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getSession() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Get a known existing session
getSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.NullSessionContext
Deprecated. From HttpSessionContext
getSession() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
getSession() - Method in interface org.eclipse.jetty.server.session.AbstractSessionManager.SessionIf
 
getSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
A session has been requested by it's id on this node.
getSessionContext() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
Deprecated.  
getSessionCookie() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionCookie(HttpSession, String, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionCookie(HttpSession, String, boolean) - Method in interface org.eclipse.jetty.server.SessionManager
Gets a Cookie for a session.
getSessionCookie() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionDomain() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionDomain() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionHandler() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionIdManager() - Method in class org.eclipse.jetty.server.Server
 
getSessionIdPathParameterName() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionIdPathParameterName() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionIdPathParameterNamePrefix() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionIdPathParameterNamePrefix() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessionManager() - Method in class org.eclipse.jetty.server.Request
 
getSessionManager() - Method in class org.eclipse.jetty.server.session.SessionHandler
 
getSessionMap() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated. Need to review if it is needed.
getSessionMap() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getSessionMap() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Get all the sessions as a map of id to Session.
getSessionPath() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionPath() - Method in interface org.eclipse.jetty.server.SessionManager
 
getSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getSessions() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Get the number of sessions.
getSessionsMax() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionsTotal() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionTimeMax() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionTimeMean() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionTimeStdDev() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSessionTimeTotal() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
getSetter(String) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
getShowContexts() - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
getSingle() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
getSize(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
getSize() - Method in class org.eclipse.jetty.websocket.TestClient
 
getSoLingerTime() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getSslBuffers() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getSslContext() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getSslContext() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getSslContext() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getSslContext() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getSslContextFactory() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
 
getSslContextFactory() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
getSslContextFactory() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
getSSLEngine() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
getSslKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getSslKeyManagerFactoryAlgorithm() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getSslKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getSslKeyManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getSslSessionCacheSize() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Get SSL session cache size.
getSslSessionTimeout() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Get SSL session timeout.
getSslTrustManagerFactoryAlgorithm() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getSslTrustManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getSslTrustManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getStartupTime() - Method in class org.eclipse.jetty.server.jmx.ServerMBean
 
getState() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
getState() - Method in class org.eclipse.jetty.http.HttpParser
 
getState() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getState(LifeCycle) - Static method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
getStatsOn() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getStatsOn() - Method in interface org.eclipse.jetty.server.Connector
 
getStatsOnMs() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getStatsOnMs() - Method in interface org.eclipse.jetty.server.Connector
 
getStatsOnMs() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getStatus() - Method in exception org.eclipse.jetty.http.HttpException
 
getStatus() - Method in class org.eclipse.jetty.server.Response
 
getStatusString() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getStdDev() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getStopAtShutdown() - Method in class org.eclipse.jetty.server.Server
 
getStoreDirectory() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
getString(Object) - Method in class org.eclipse.jetty.util.MultiMap
Get value as String.
getStringBuffer() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
getStringBufferSize() - Method in class org.eclipse.jetty.util.ajax.JSON
 
getStringBuilder() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
getStringField(String) - Method in class org.eclipse.jetty.http.HttpFields
 
getStringField(Buffer) - Method in class org.eclipse.jetty.http.HttpFields
 
getStylesheet() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getSubject() - Method in interface org.eclipse.jetty.server.UserIdentity
 
getSuspendedContext() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
getSuspends() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getSuspendsActive() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
getSuspendsActiveMax() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
GETTER_ARG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
getThreadPool() - Method in class org.eclipse.jetty.server.AbstractConnector
 
getThreadPool() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
getThreadPool() - Method in class org.eclipse.jetty.server.Server
 
getThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
getThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
getThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
getThreadsPriority() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Get the priority of the pool threads.
getThrowable(int) - Method in exception org.eclipse.jetty.util.MultiException
 
getThrowables() - Method in exception org.eclipse.jetty.util.MultiException
 
getTimeout() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
getTimeStamp() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getTimeStamp() - Method in interface org.eclipse.jetty.io.Connection
 
getTimeStamp() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
getTimeStamp() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
getTimeStamp() - Method in class org.eclipse.jetty.server.Request
Get Request TimeStamp
getTimestamp() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
 
getTimeStampBuffer() - Method in class org.eclipse.jetty.server.Request
Get Request TimeStamp
getTimeToNext() - Method in class org.eclipse.jetty.util.thread.Timeout
 
getTimeZone() - Method in class org.eclipse.jetty.util.DateCache
 
getTotal() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
getTotal() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getTransport() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getTransport() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getTransport() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getTransport() - Method in interface org.eclipse.jetty.io.EndPoint
 
getTransport() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getTrustManagerFactoryAlgorithm() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getTrustManagers(KeyStore, Collection<? extends CRL>) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getTrustStore() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getTruststore() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getTruststore() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getTruststore() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getTrustStore() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
getTrustStoreInputStream() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Deprecated.  
getTrustStoreProvider() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getTrustStoreType() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getTruststoreType() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getTruststoreType() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getTruststoreType() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getType() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
getUncheckedBuffer() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
getUnsafe(int) - Method in class org.eclipse.jetty.util.ArrayQueue
Get without synchronization or bounds checking.
getUri() - Method in class org.eclipse.jetty.server.Request
 
getURI() - Method in class org.eclipse.jetty.util.resource.Resource
Returns an URI representing the given resource
getURL() - Method in class org.eclipse.jetty.util.resource.Resource
Returns an URL representing the given resource
getURL() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
getURL() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns an URL representing the given resource
getUseCaches() - Method in class org.eclipse.jetty.util.resource.URLResource
 
getUseDirectBuffers() - Method in class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
getUseDirectBuffers() - Method in interface org.eclipse.jetty.server.nio.NIOConnector
 
getUserIdentity() - Method in interface org.eclipse.jetty.server.Authentication.User
 
getUserIdentity() - Method in class org.eclipse.jetty.server.Request
 
getUserIdentityScope() - Method in class org.eclipse.jetty.server.Request
 
getUserPrincipal() - Method in class org.eclipse.jetty.server.Request
 
getUserPrincipal() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
getUserPrincipal() - Method in interface org.eclipse.jetty.server.UserIdentity
 
getValidateCerts() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Deprecated.  
getValue() - Method in class org.eclipse.jetty.http.HttpCookie
Get the value.
getValue() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getValue() - Method in class org.eclipse.jetty.http.PathMap.Entry
 
getValue(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
Deprecated. As of Version 2.2, this method is replaced by AbstractSessionManager.Session.getAttribute(java.lang.String)
getValue(Object, int) - Method in class org.eclipse.jetty.util.MultiMap
Get a value from a multiple value.
getValueBuffer() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getValueNames() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
Deprecated. As of Version 2.2, this method is replaced by AbstractSessionManager.Session.getAttributeNames()
getValueOrdinal() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
getValues(String) - Method in class org.eclipse.jetty.http.HttpFields
Get multi headers
getValues(Buffer) - Method in class org.eclipse.jetty.http.HttpFields
Get multi headers
getValues(String, String) - Method in class org.eclipse.jetty.http.HttpFields
Get multi field values with separator.
getValues(Object) - Method in class org.eclipse.jetty.util.MultiMap
Get multiple values.
getVariance() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
getVersion() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
getVersion() - Method in class org.eclipse.jetty.http.HttpCookie
Get the version.
getVersion() - Static method in class org.eclipse.jetty.server.Server
 
getVirtualHost() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
getVirtualHosts() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Get the virtual hosts for the context.
getWantClientAuth() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
getWantClientAuth() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
getWantClientAuth() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
getWantClientAuth() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
getWelcome(Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getWelcomeFiles() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
getWelcomeFiles() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
getWidth() - Method in class org.eclipse.jetty.util.StringMap
 
getWorkerName() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Get the workname.
getWorkerName() - Method in interface org.eclipse.jetty.server.SessionIdManager
 
getWriter() - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
getWriter() - Method in class org.eclipse.jetty.server.Response
 
getWriteTimeout() - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
GONE_410 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
grow() - Method in class org.eclipse.jetty.util.ArrayQueue
 
GZIP - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
GZIP_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
GZIP_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
GzipHandler - Class in org.eclipse.jetty.server.handler
GZIP Handler This handler will gzip the content of a response if: The filter 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 is in the comma separated list of mimeTypes set in the mimeTypes initParameter or if no mimeTypes are defined the content-type is not "application/gzip" No content-encoding is specified by the resource
GzipHandler() - Constructor for class org.eclipse.jetty.server.handler.GzipHandler
Instantiates a new gzip handler.
GzipResponseWrapper - Class in org.eclipse.jetty.http.gzip
 
GzipResponseWrapper(HttpServletRequest, HttpServletResponse) - Constructor for class org.eclipse.jetty.http.gzip.GzipResponseWrapper
Instantiates a new gzip response wrapper.
GzipStream - Class in org.eclipse.jetty.http.gzip
 
GzipStream(HttpServletRequest, HttpServletResponse, long, int, int) - Constructor for class org.eclipse.jetty.http.gzip.GzipStream
Instantiates a new gzip stream.

H

handle() - Method in interface org.eclipse.jetty.io.Connection
Handle the connection.
handle() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
handle() - Method in class org.eclipse.jetty.server.AsyncHttpConnection
 
handle() - Method in class org.eclipse.jetty.server.BlockingHttpConnection
 
handle() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
handle() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
handle(Runnable) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.GzipHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in interface org.eclipse.jetty.server.Handler
Handle a request.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerList
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Checks the incoming request against the whitelist and blacklist
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
handle() - Method in class org.eclipse.jetty.server.HttpConnection
 
handle(HttpConnection) - Method in class org.eclipse.jetty.server.Server
 
handle() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
handle() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD06
 
handle() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.WebSocketHandler
 
handleAsync(HttpConnection) - Method in class org.eclipse.jetty.server.Server
 
handleAuthentication(HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Handles the authentication before setting up the tunnel to the remote server.
handleConnect(Request, HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Handles a CONNECT request.
handleErrorPage(HttpServletRequest, Writer, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
Handler - Interface in org.eclipse.jetty.server
A Jetty Server Handler.
HandlerCollection - Class in org.eclipse.jetty.server.handler
A collection of handlers.
HandlerCollection() - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection
 
HandlerCollection(boolean) - Constructor for class org.eclipse.jetty.server.handler.HandlerCollection
 
HandlerContainer - Interface in org.eclipse.jetty.server
A Handler that contains other Handlers.
handleRequest() - Method in class org.eclipse.jetty.server.HttpConnection
 
HandlerList - Class in org.eclipse.jetty.server.handler
HandlerList.
HandlerList() - Constructor for class org.eclipse.jetty.server.handler.HandlerList
 
HandlerWrapper - Class in org.eclipse.jetty.server.handler
A HandlerWrapper acts as a Handler but delegates the handle method and life cycle events to a delegate.
HandlerWrapper() - Constructor for class org.eclipse.jetty.server.handler.HandlerWrapper
 
handleUnknown(JSON.Source, char) - Method in class org.eclipse.jetty.util.ajax.JSON
 
handling() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
handshake(HttpServletRequest, HttpServletResponse, String, String) - Method in interface org.eclipse.jetty.websocket.WebSocketConnection
 
handshake(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
handshake(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD06
 
handshake(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
hasContent() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
hasContent() - Method in interface org.eclipse.jetty.io.Buffer
 
hasDataConstraint() - Method in class org.eclipse.jetty.http.security.Constraint
 
hashCode() - Method in class org.eclipse.jetty.http.security.Password
 
hashCode() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
hashCode() - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
hashCode() - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
hashCode() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
hashCode() - Method in class org.eclipse.jetty.util.MultiMap
 
hashCode() - Method in class org.eclipse.jetty.util.resource.FileResource
 
hashCode() - Method in class org.eclipse.jetty.util.resource.URLResource
 
hashKey(String) - Static method in class org.eclipse.jetty.websocket.WebSocketConnectionD06
 
hashKey(String) - Static method in class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
HashSessionIdManager - Class in org.eclipse.jetty.server.session
HashSessionIdManager.
HashSessionIdManager() - Constructor for class org.eclipse.jetty.server.session.HashSessionIdManager
 
HashSessionIdManager(Random) - Constructor for class org.eclipse.jetty.server.session.HashSessionIdManager
 
HashSessionManager - Class in org.eclipse.jetty.server.session
An in-memory implementation of SessionManager.
HashSessionManager() - Constructor for class org.eclipse.jetty.server.session.HashSessionManager
 
HashSessionManager.ClassLoadingObjectInputStream - Class in org.eclipse.jetty.server.session
 
HashSessionManager.ClassLoadingObjectInputStream(InputStream) - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.ClassLoadingObjectInputStream
 
HashSessionManager.ClassLoadingObjectInputStream() - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.ClassLoadingObjectInputStream
 
HashSessionManager.HashedSession - Class in org.eclipse.jetty.server.session
 
HashSessionManager.HashedSession(HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.HashedSession
 
HashSessionManager.HashedSession(long, long, String) - Constructor for class org.eclipse.jetty.server.session.HashSessionManager.HashedSession
 
hasKnownValues(int) - Static method in class org.eclipse.jetty.http.HttpHeaderValues
 
hasMore() - Method in class org.eclipse.jetty.io.bio.StringEndPoint
 
hasMoreElements() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
hasMoreTokens() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
hasNext() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
hasNext() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
 
hasNext() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
hasOriginalRequestAndResponse() - Method in interface org.eclipse.jetty.server.AsyncContext
 
hasOriginalRequestAndResponse() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
hasQuery() - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
hasQuery() - Method in class org.eclipse.jetty.http.HttpURI
 
hasRole(String) - Method in class org.eclipse.jetty.http.security.Constraint
 
hasScheme(String) - Static method in class org.eclipse.jetty.util.URIUtil
 
HEAD - Static variable in class org.eclipse.jetty.http.HttpMethods
 
HEAD_BUFFER - Static variable in class org.eclipse.jetty.http.HttpMethods
 
HEAD_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpMethods
 
headerComplete() - Method in class org.eclipse.jetty.http.HttpParser.EventHandler
 
HOST - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
HOST_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
HOST_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
HostMap<TYPE> - Class in org.eclipse.jetty.util
 
HostMap() - Constructor for class org.eclipse.jetty.util.HostMap
Construct empty HostMap.
HostMap(int) - Constructor for class org.eclipse.jetty.util.HostMap
Construct empty HostMap.
HotSwapHandler - Class in org.eclipse.jetty.server.handler
A HandlerContainer that allows a hot swap of a wrapped handler.
HotSwapHandler() - Constructor for class org.eclipse.jetty.server.handler.HotSwapHandler
 
HTTP - Static variable in class org.eclipse.jetty.http.HttpSchemes
 
HTTP - Static variable in class org.eclipse.jetty.util.URIUtil
 
HTTP_0_9 - Static variable in class org.eclipse.jetty.http.HttpVersions
 
HTTP_0_9_BUFFER - Static variable in class org.eclipse.jetty.http.HttpVersions
 
HTTP_0_9_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpVersions
 
HTTP_1_0 - Static variable in class org.eclipse.jetty.http.HttpVersions
 
HTTP_1_0_BUFFER - Static variable in class org.eclipse.jetty.http.HttpVersions
 
HTTP_1_0_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpVersions
 
HTTP_1_1 - Static variable in class org.eclipse.jetty.http.HttpVersions
 
HTTP_1_1_BUFFER - Static variable in class org.eclipse.jetty.http.HttpVersions
 
HTTP_1_1_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpVersions
 
HTTP_BUFFER - Static variable in class org.eclipse.jetty.http.HttpSchemes
 
HTTP_COLON - Static variable in class org.eclipse.jetty.util.URIUtil
 
HTTP_VERSION_NOT_SUPPORTED_505 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
HttpBuffers - Class in org.eclipse.jetty.http
Abstract Buffer pool.
HttpBuffers() - Constructor for class org.eclipse.jetty.http.HttpBuffers
 
HttpConnection - Class in org.eclipse.jetty.server
A HttpConnection represents the connection of a HTTP client to the server and is created by an instance of a Connector.
HttpConnection(Connector, EndPoint, Server) - Constructor for class org.eclipse.jetty.server.HttpConnection
Constructor
HttpConnection(Connector, EndPoint, Server, Parser, Generator, Request) - Constructor for class org.eclipse.jetty.server.HttpConnection
 
HttpConnection.Output - Class in org.eclipse.jetty.server
 
HttpConnection.OutputWriter - Class in org.eclipse.jetty.server
 
HttpContent - Interface in org.eclipse.jetty.http
HttpContent.
HttpContent.ResourceAsHttpContent - Class in org.eclipse.jetty.http
 
HttpContent.ResourceAsHttpContent(Resource, Buffer) - Constructor for class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
HttpContent.ResourceAsHttpContent(Resource, Buffer, int) - Constructor for class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
HttpCookie - Class in org.eclipse.jetty.http
 
HttpCookie(String, String) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, String, String) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, int) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, String, String, int, boolean, boolean) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpCookie(String, String, String, String, int, boolean, boolean, String, int) - Constructor for class org.eclipse.jetty.http.HttpCookie
 
HttpException - Exception in org.eclipse.jetty.http
 
HttpException(int) - Constructor for exception org.eclipse.jetty.http.HttpException
 
HttpException(int, String) - Constructor for exception org.eclipse.jetty.http.HttpException
 
HttpException(int, String, Throwable) - Constructor for exception org.eclipse.jetty.http.HttpException
 
HttpFields - Class in org.eclipse.jetty.http
HTTP Fields.
HttpFields() - Constructor for class org.eclipse.jetty.http.HttpFields
Constructor.
HttpFields(int) - Constructor for class org.eclipse.jetty.http.HttpFields
Constructor.
HttpFields.Field - Class in org.eclipse.jetty.http
 
HttpGenerator - Class in org.eclipse.jetty.http
HttpGenerator.
HttpGenerator(Buffers, EndPoint) - Constructor for class org.eclipse.jetty.http.HttpGenerator
Constructor.
HttpHeaders - Class in org.eclipse.jetty.http
 
HttpHeaders() - Constructor for class org.eclipse.jetty.http.HttpHeaders
 
HttpHeaderValues - Class in org.eclipse.jetty.http
Cached HTTP Header values.
HttpHeaderValues() - Constructor for class org.eclipse.jetty.http.HttpHeaderValues
 
HttpInput - Class in org.eclipse.jetty.server
 
HttpInput(HttpParser, long) - Constructor for class org.eclipse.jetty.server.HttpInput
 
HttpMethods - Class in org.eclipse.jetty.http
 
HttpMethods() - Constructor for class org.eclipse.jetty.http.HttpMethods
 
HttpOutput - Class in org.eclipse.jetty.server
Output.
HttpOutput(AbstractGenerator, long) - Constructor for class org.eclipse.jetty.server.HttpOutput
 
HttpParser - Class in org.eclipse.jetty.http
 
HttpParser(Buffer, HttpParser.EventHandler) - Constructor for class org.eclipse.jetty.http.HttpParser
Constructor.
HttpParser(Buffers, EndPoint, HttpParser.EventHandler) - Constructor for class org.eclipse.jetty.http.HttpParser
Constructor.
HttpParser.EventHandler - Class in org.eclipse.jetty.http
 
HttpParser.EventHandler() - Constructor for class org.eclipse.jetty.http.HttpParser.EventHandler
 
HTTPS - Static variable in class org.eclipse.jetty.http.HttpSchemes
 
HTTPS - Static variable in class org.eclipse.jetty.util.URIUtil
 
HTTPS_BUFFER - Static variable in class org.eclipse.jetty.http.HttpSchemes
 
HTTPS_COLON - Static variable in class org.eclipse.jetty.util.URIUtil
 
HttpSchemes - Class in org.eclipse.jetty.http
 
HttpSchemes() - Constructor for class org.eclipse.jetty.http.HttpSchemes
 
HttpStatus - Class in org.eclipse.jetty.http
HttpStatusCode enum class, for status codes based on various HTTP RFCs.
HttpStatus() - Constructor for class org.eclipse.jetty.http.HttpStatus
 
HttpStatus.Code - Enum in org.eclipse.jetty.http
 
HttpTokens - Interface in org.eclipse.jetty.http
HTTP constants
HttpURI - Class in org.eclipse.jetty.http
Http URI.
HttpURI() - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(boolean) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(String) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpURI(byte[], int, int) - Constructor for class org.eclipse.jetty.http.HttpURI
 
HttpVersions - Class in org.eclipse.jetty.http
 
HttpVersions() - Constructor for class org.eclipse.jetty.http.HttpVersions
 
HttpWriter - Class in org.eclipse.jetty.server
OutputWriter.
HttpWriter(HttpOutput) - Constructor for class org.eclipse.jetty.server.HttpWriter
 

I

IDENTITY - Static variable in class org.eclipse.jetty.http.HttpHeaders
Other Fields.
IDENTITY - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
IDENTITY_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
IDENTITY_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
IDENTITY_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
IDENTITY_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
IdentityExtension - Class in org.eclipse.jetty.websocket
 
IdentityExtension() - Constructor for class org.eclipse.jetty.websocket.IdentityExtension
 
idInUse(String) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
idInUse(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
idInUse(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
 
idle() - Method in class org.eclipse.jetty.server.session.HashSessionManager.HashedSession
Idle the session to reduce session memory footprint.
idle() - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9
 
idleExpired() - Method in class org.eclipse.jetty.io.AbstractConnection
 
idleExpired() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
idleExpired() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
idleExpired() - Method in interface org.eclipse.jetty.io.Connection
Called when the connection idle timeout expires
idleExpired() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
idleExpired() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
idleExpired() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
idleExpired() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD06
 
idleExpired() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
IF_MATCH - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
IF_MATCH_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
IF_MATCH_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
IF_MODIFIED_SINCE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
IF_MODIFIED_SINCE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
IF_MODIFIED_SINCE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
IF_NONE_MATCH - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
IF_NONE_MATCH_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
IF_NONE_MATCH_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
IF_RANGE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
IF_RANGE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
IF_RANGE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
IF_UNMODIFIED_SINCE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
IF_UNMODIFIED_SINCE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
IF_UNMODIFIED_SINCE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ifExceptionThrow() - Method in exception org.eclipse.jetty.util.MultiException
Throw a multiexception.
ifExceptionThrowMulti() - Method in exception org.eclipse.jetty.util.MultiException
Throw a multiexception.
ifExceptionThrowRuntime() - Method in exception org.eclipse.jetty.util.MultiException
Throw a Runtime exception.
ignore(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
ignore(Throwable) - Static method in class org.eclipse.jetty.util.log.Log
Ignore an exception unless trace is enabled.
ignore(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Ignore an exception.
ignore(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
ignore(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
ignore(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
IGNORED - Static variable in class org.eclipse.jetty.util.log.Log
 
IMMUTABLE - Static variable in interface org.eclipse.jetty.io.Buffer
 
include(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Dispatcher
 
include() - Method in class org.eclipse.jetty.server.HttpConnection
 
INCLUDE_CONTEXT_PATH - Static variable in class org.eclipse.jetty.server.Dispatcher
 
INCLUDE_PATH_INFO - Static variable in class org.eclipse.jetty.server.Dispatcher
 
INCLUDE_QUERY_STRING - Static variable in class org.eclipse.jetty.server.Dispatcher
 
INCLUDE_REQUEST_URI - Static variable in class org.eclipse.jetty.server.Dispatcher
 
INCLUDE_SERVLET_PATH - Static variable in class org.eclipse.jetty.server.Dispatcher
 
included() - Method in class org.eclipse.jetty.server.HttpConnection
 
includeField(String, Object, Method) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
includeField(String, Method) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
InclusiveByteRange - Class in org.eclipse.jetty.server
Byte range inclusive of end points.
InclusiveByteRange(long, long) - Constructor for class org.eclipse.jetty.server.InclusiveByteRange
 
incoming(Socket, Buffer) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
incoming(Socket, Buffer) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when bytes sent by a remote client arrived on the server.
inContentState() - Method in class org.eclipse.jetty.http.HttpParser
 
increaseContentBufferSize(int) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
increaseContentBufferSize(int) - Method in interface org.eclipse.jetty.http.Generator
 
increment() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
indexFrom(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
returns the next index of a character from the chars string
IndirectNIOBuffer - Class in org.eclipse.jetty.io.nio
 
IndirectNIOBuffer(int) - Constructor for class org.eclipse.jetty.io.nio.IndirectNIOBuffer
 
IndirectNIOBuffer(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.io.nio.IndirectNIOBuffer
 
info(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
info(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
info(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
info(String) - Static method in class org.eclipse.jetty.util.log.Log
 
info(String, Object) - Static method in class org.eclipse.jetty.util.log.Log
 
info(String, Object, Object) - Static method in class org.eclipse.jetty.util.log.Log
 
info(String, Object...) - Method in interface org.eclipse.jetty.util.log.Logger
Formats and logs at info level.
info(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given Throwable information at info level
info(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given message at info level, with Throwable information.
info(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
info(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
info(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
info(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
info(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
info(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
info(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
info(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
info(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
inHeaderState() - Method in class org.eclipse.jetty.http.HttpParser
 
InheritedChannelConnector - Class in org.eclipse.jetty.server.nio
An implementation of the SelectChannelConnector which first tries to inherit from a channel provided by the system.
InheritedChannelConnector() - Constructor for class org.eclipse.jetty.server.nio.InheritedChannelConnector
 
init(FilterConfig) - Method in class org.eclipse.jetty.continuation.ContinuationFilter
 
init() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
init(Map<String, String>) - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
init(Map<String, String>) - Method in class org.eclipse.jetty.websocket.DeflateFrameExtension
 
init(Map<String, String>) - Method in interface org.eclipse.jetty.websocket.Extension
 
init(Map<String, String>) - Method in class org.eclipse.jetty.websocket.FragmentExtension
 
init() - Method in class org.eclipse.jetty.websocket.WebSocketServlet
 
initExtensions(List<String>, int, int, int) - Method in class org.eclipse.jetty.websocket.WebSocketFactory
 
initialized() - Static method in class org.eclipse.jetty.util.log.Log
 
initRandom() - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Set up a random number generator for the sessionids.
INSUFFICIENT_STORAGE_507 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
INTEGER - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
INTERNAL_SERVER_ERROR_500 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
interruptThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
IntrospectionUtil - Class in org.eclipse.jetty.util
IntrospectionUtil
IntrospectionUtil() - Constructor for class org.eclipse.jetty.util.IntrospectionUtil
 
invalidate() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
invalidate() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
invalidateAll(String) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
invalidateAll(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Invalidate the session matching the id on all contexts.
invalidateAll(String) - Method in interface org.eclipse.jetty.server.SessionIdManager
Call HttpSession.invalidate() on all known sessions for the given id.
invalidateSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Invalidate a session.
invalidateSessions() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
invalidateSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
invalidateSessions() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
invoke(Object, Object) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
invokeObject(Object, Object) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
IO - Class in org.eclipse.jetty.util
IO Utilities.
IO() - Constructor for class org.eclipse.jetty.util.IO
 
IPAccessHandler - Class in org.eclipse.jetty.server.handler
IP Access Handler
IPAccessHandler() - Constructor for class org.eclipse.jetty.server.handler.IPAccessHandler
Creates new handler object
IPAccessHandler(String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.IPAccessHandler
Creates new handler object and initializes white- and black-list
IPAddressMap<TYPE> - Class in org.eclipse.jetty.util
Internet address map to object
IPAddressMap() - Constructor for class org.eclipse.jetty.util.IPAddressMap
Construct empty IPAddressMap.
IPAddressMap(int) - Constructor for class org.eclipse.jetty.util.IPAddressMap
Construct empty IPAddressMap.
isAddrUriAllowed(String, String) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Check if specified request is allowed by current IPAccess rules.
isAliases() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isAliases() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
isAllContentWritten() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
isAllContentWritten() - Method in interface org.eclipse.jetty.http.Generator
 
isAllowRenegotiate() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
isAllowRenegotiate() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
isAllowRenegotiate() - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
isAllowRenegotiate() - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
isAllowRenegotiate() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
isAnyRole() - Method in class org.eclipse.jetty.http.security.Constraint
 
isAppend() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve append to log flag.
isAsync() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isAsyncStarted() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isAsyncStarted() - Method in class org.eclipse.jetty.server.Request
 
isAsyncSupported() - Method in class org.eclipse.jetty.server.Request
 
isAvailable() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isBinary(byte) - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
isBinary(byte) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
isBlocking() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isBlocking() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isBlocking() - Method in interface org.eclipse.jetty.io.EndPoint
 
isBlocking() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isBuffer(Buffer) - Method in class org.eclipse.jetty.io.AbstractBuffers
 
isBufferEmpty() - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
isBufferEmpty() - Method in interface org.eclipse.jetty.websocket.WebSocketGenerator
 
isBufferEmpty() - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD00
 
isBufferEmpty() - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD06
 
isBufferEmpty() - Method in class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9
 
isBufferEmpty() - Method in interface org.eclipse.jetty.websocket.WebSocketParser
 
isBufferEmpty() - Method in class org.eclipse.jetty.websocket.WebSocketParserD00
 
isBufferEmpty() - Method in class org.eclipse.jetty.websocket.WebSocketParserD06
 
isBufferEmpty() - Method in class org.eclipse.jetty.websocket.WebSocketParserD7_9
 
isBufferFull() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
isBufferFull() - Method in interface org.eclipse.jetty.http.Generator
 
isBufferFull() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isBufferingInput() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isBufferingInput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isBufferingInput() - Method in interface org.eclipse.jetty.io.EndPoint
 
isBufferingInput() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isBufferingInput() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
isBufferingOutput() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isBufferingOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isBufferingOutput() - Method in interface org.eclipse.jetty.io.EndPoint
 
isBufferingOutput() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isBufferingOutput() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
isBufferred() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isBufferred() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isBufferred() - Method in interface org.eclipse.jetty.io.EndPoint
 
isBufferred() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isBufferred() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
isCacheable(Resource) - Method in class org.eclipse.jetty.server.ResourceCache
 
isCached() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
isCheckingRemoteSessionIdEncoding() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isCheckingRemoteSessionIdEncoding() - Method in interface org.eclipse.jetty.server.SessionManager
 
isChunking() - Method in class org.eclipse.jetty.http.HttpParser
 
isClientError() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Client Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isClientError(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Client Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isClose(byte) - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
isClose(byte) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
isClosed() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isClosed() - Method in class org.eclipse.jetty.server.HttpOutput
 
isCommitted() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
isCommitted() - Method in interface org.eclipse.jetty.http.Generator
 
isCommitted() - Method in class org.eclipse.jetty.server.Response
 
isCompactPath() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isComplete() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
isComplete() - Method in interface org.eclipse.jetty.http.Generator
 
isComplete() - Method in class org.eclipse.jetty.http.HttpParser
 
isComplete() - Method in interface org.eclipse.jetty.http.Parser
 
isComplete() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isCompleting() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isConfidential(Request) - Method in class org.eclipse.jetty.server.AbstractConnector
 
isConfidential(Request) - Method in interface org.eclipse.jetty.server.Connector
 
isConfidential(Request) - Method in class org.eclipse.jetty.server.HttpConnection
 
isConfidential(Request) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
By default, we're confidential, given we speak SSL.
isConfidential(Request) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
By default, we're confidential, given we speak SSL.
isContainedIn(Resource, Resource) - Static method in class org.eclipse.jetty.util.resource.Resource
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
isContainedIn(Resource) - Method in class org.eclipse.jetty.util.resource.URLResource
 
isContinuation(byte) - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
isContinuation(byte) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
isControl(byte) - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
isControl(byte) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
isDaemon() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Delegated to the named or anonymous Pool.
isDebugEnabled() - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
isDebugEnabled() - Static method in class org.eclipse.jetty.util.log.Log
 
isDebugEnabled() - Method in interface org.eclipse.jetty.util.log.Logger
 
isDebugEnabled() - Method in class org.eclipse.jetty.util.log.LoggerLog
 
isDebugEnabled() - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
isDebugEnabled() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
isDeferringInterestedOps0() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
isDetailedDump() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
isDirect() - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
isDirect() - Method in class org.eclipse.jetty.io.nio.IndirectNIOBuffer
 
isDirect() - Method in interface org.eclipse.jetty.io.nio.NIOBuffer
 
isDirectoriesListed() - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Get the directory option.
isDirectory() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns true if the respresenetd resource is a container/directory.
isDirectory() - Method in class org.eclipse.jetty.util.resource.Resource
Returns true if the respresenetd resource is a container/directory.
isDirectory() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
isDirectory() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns true if the respresenetd resource is a container/directory.
isDiscardPathInfo() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
isDiscardQuery() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
isDumpAfterStart() - Method in class org.eclipse.jetty.server.Server
 
isDumpBeforeStop() - Method in class org.eclipse.jetty.server.Server
 
isEmpty() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isEmpty() - Method in class org.eclipse.jetty.util.ArrayQueue
 
isEmpty() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
isEmpty() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
isEmpty() - Method in class org.eclipse.jetty.util.MultiMap
 
isEmpty() - Method in class org.eclipse.jetty.util.StringMap
 
isEmpty() - Method in class org.eclipse.jetty.util.thread.Timeout
 
isEnableCRLDP() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
isEnableCRLDP() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
isEnableOCSP() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
isEnableOCSP() - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
isExpecting100Continues() - Method in class org.eclipse.jetty.server.HttpConnection
 
isExpecting102Processing() - Method in class org.eclipse.jetty.server.HttpConnection
 
isExpired() - Method in interface org.eclipse.jetty.continuation.Continuation
 
isExpired() - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
isExpired() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
isExpired() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isExpired() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
 
isExtended() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve the extended request log format flag.
isFailed() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isFailed() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isFlag(byte, int) - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
isForbidden() - Method in class org.eclipse.jetty.http.security.Constraint
 
isForwarded() - Method in class org.eclipse.jetty.server.AbstractConnector
Is reverse proxy handling on?
isGrowOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isHandled() - Method in class org.eclipse.jetty.server.Request
 
isHead() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
isHeader(Buffer) - Method in class org.eclipse.jetty.io.AbstractBuffers
 
isHideStacks() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
isHttpOnly() - Method in class org.eclipse.jetty.http.HttpCookie
Get the isHttpOnly.
isIdChanged() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
isIdle() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
isIdle() - Method in interface org.eclipse.jetty.http.Generator
 
isIdle() - Method in class org.eclipse.jetty.http.HttpParser
 
isIdle() - Method in interface org.eclipse.jetty.http.Parser
 
isIdle() - Method in interface org.eclipse.jetty.io.Connection
 
isIdle() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
isIdle() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
isIdle() - Method in class org.eclipse.jetty.server.HttpConnection
 
isIdle() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
isIdle() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD06
 
isIdle() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
isIdled() - Method in class org.eclipse.jetty.server.session.HashSessionManager.HashedSession
 
isIgnoreCase() - Method in class org.eclipse.jetty.util.StringMap
 
isImmutable() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
isImmutable() - Method in interface org.eclipse.jetty.io.Buffer
 
isIncluding() - Method in class org.eclipse.jetty.server.HttpConnection
 
isInformational() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Informational message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isInformational(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Informational message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isInheritable(Package, Member) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isInitial() - Method in interface org.eclipse.jetty.continuation.Continuation
 
isInitial() - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
isInitial() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
isInitial() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isInputShutdown() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
isInputShutdown() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isInputShutdown() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isInputShutdown() - Method in interface org.eclipse.jetty.io.EndPoint
 
isInputShutdown() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isInputShutdown() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
isIntegral(Request) - Method in class org.eclipse.jetty.server.AbstractConnector
 
isIntegral(Request) - Method in interface org.eclipse.jetty.server.Connector
 
isIntegral(Request) - Method in class org.eclipse.jetty.server.HttpConnection
Find out if the request is INTEGRAL security.
isIntegral(Request) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
By default, we're integral, given we speak SSL.
isIntegral(Request) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
By default, we're integral, given we speak SSL.
isJavaBeanCompliantSetter(Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isLazyLoad() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
isLogDispatch() - Method in class org.eclipse.jetty.server.NCSARequestLog
Retrieve request dispatch time logging flag
isLowOnThreads() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
isLowOnThreads() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
isLowOnThreads() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
 
isLowResources() - Method in class org.eclipse.jetty.server.AbstractConnector
 
isLowResources() - Method in interface org.eclipse.jetty.server.Connector
Check if low on resources.
isMessageComplete(byte) - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
isMessageComplete(byte) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
isMiss() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
isMore(byte) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
isMoreInBuffer() - Method in class org.eclipse.jetty.http.HttpParser
 
isMoreInBuffer() - Method in interface org.eclipse.jetty.http.Parser
 
isNew() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
isNodeIdInSessionId() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isNonBlocking() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isNotAvailable() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
isNotAvailable() - Method in class org.eclipse.jetty.server.session.HashSessionManager.HashedSession
 
isOpen() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
isOpen() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isOpen() - Method in interface org.eclipse.jetty.io.EndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isOpen() - Method in interface org.eclipse.jetty.websocket.WebSocket.Connection
 
isOpen() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
isOutputing() - Method in class org.eclipse.jetty.server.Response
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isOutputShutdown() - Method in interface org.eclipse.jetty.io.EndPoint
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
isParallelStart() - Method in class org.eclipse.jetty.server.handler.HandlerCollection
Get the parrallelStart.
isPermanent() - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
isPersistent() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
isPersistent() - Method in interface org.eclipse.jetty.http.Generator
 
isPing(byte) - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
isPing(byte) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
isPong(byte) - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
isPong(byte) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
isPrefix(Buffer, Buffer) - Static method in class org.eclipse.jetty.io.BufferUtil
 
isPropertyNumber() - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
isProtectedTarget(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Check the target.
isReadOnly() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
isReadOnly() - Method in interface org.eclipse.jetty.io.Buffer
 
isReadOnly() - Method in class org.eclipse.jetty.io.View
 
isReadyForDispatch() - Method in interface org.eclipse.jetty.io.AsyncEndPoint
 
isReadyForDispatch() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
isRedirection() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Redirection message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isRedirection(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Redirection message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isRequest() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
isRequest() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isRequestedSessionIdFromCookie() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdFromCookie() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdFromURL() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isRequestedSessionIdFromUrl() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isRequestedSessionIdValid() - Method in class org.eclipse.jetty.server.Request
 
isRequestedSessionIdValid() - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isResponse() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
isResponse() - Method in class org.eclipse.jetty.http.HttpGenerator
 
isResponseCommitted() - Method in class org.eclipse.jetty.server.HttpConnection
 
isResponseWrapped() - Method in interface org.eclipse.jetty.continuation.Continuation
Is the suspended response wrapped.
isResponseWrapped() - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
isResponseWrapped() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
isResponseWrapped() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isResumed() - Method in interface org.eclipse.jetty.continuation.Continuation
 
isResumed() - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
isResumed() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
isResumed() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isRunning() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isRunning() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isSameSignature(Method, Method) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isSaveFailed() - Method in class org.eclipse.jetty.server.session.HashSessionManager.HashedSession
 
isScheduled() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
 
isSecure() - Method in class org.eclipse.jetty.http.HttpCookie
Get the secure.
isSecure() - Method in class org.eclipse.jetty.server.Request
 
isServerError() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Server Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isServerError(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Server Error message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isSessionCachingEnabled() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
isShowStacks() - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
isShutdown() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
isSource() - Method in class org.eclipse.jetty.util.log.StdErrLog
Is the source of a log, logged
isStarted() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStarted() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStarting() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStarting() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isState(int) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
isState(int) - Method in class org.eclipse.jetty.http.HttpParser
 
isStopped() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStopped() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isStopping() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
isStopping() - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
isSuccess() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
Simple test against an code to determine if it falls into the Success message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isSuccess(int) - Static method in class org.eclipse.jetty.http.HttpStatus
Simple test against an code to determine if it falls into the Success message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
isSuspended() - Method in interface org.eclipse.jetty.continuation.Continuation
 
isSuspended() - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
isSuspended() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
isSuspended() - Method in interface org.eclipse.jetty.io.Connection
 
isSuspended() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
isSuspended() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
isSuspended() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
isSuspended() - Method in class org.eclipse.jetty.server.HttpConnection
 
isSuspended() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
isSuspended() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD06
 
isSuspended() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
isText(byte) - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
isText(byte) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
isTypeCompatible(Class, Class, boolean) - Static method in class org.eclipse.jetty.util.IntrospectionUtil
 
isUncheckedPrintWriter() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Are unchecked exceptions thrown.
isUseFileMappedBuffer() - Method in class org.eclipse.jetty.server.ResourceCache
 
isUserInRole(UserIdentity.Scope, String) - Method in interface org.eclipse.jetty.server.Authentication.User
 
isUserInRole(String) - Method in class org.eclipse.jetty.server.Request
 
isUserInRole(String) - Method in class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
isUserInRole(String, UserIdentity.Scope) - Method in interface org.eclipse.jetty.server.UserIdentity
Check if the user is in a role.
isUsingCookies() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isUsingCookies() - Method in interface org.eclipse.jetty.server.SessionManager
 
isUTF8(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
isValid(HttpSession) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
isValid() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
isValid(HttpSession) - Method in interface org.eclipse.jetty.server.SessionManager
 
isValidateCerts() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
isValidatePeerCerts() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
isVerbose() - Method in class org.eclipse.jetty.websocket.TestServer
 
isVolatile() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
isVolatile() - Method in interface org.eclipse.jetty.io.Buffer
 
isVolatile() - Method in class org.eclipse.jetty.io.View
 
isWriting() - Method in class org.eclipse.jetty.server.Response
 
isWritten() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
isWritten() - Method in interface org.eclipse.jetty.http.Generator
 
isWritten() - Method in class org.eclipse.jetty.server.HttpOutput
 
iterator() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
iterator(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
iterator() - Method in class org.eclipse.jetty.util.SingletonList
 

J

jarFor(String) - Static method in class org.eclipse.jetty.util.TypeUtil
 
JarResource - Class in org.eclipse.jetty.util.resource
 
JavaUtilLog - Class in org.eclipse.jetty.util.log
Implementation of Jetty Logger based on Logger.
JavaUtilLog() - Constructor for class org.eclipse.jetty.util.log.JavaUtilLog
 
JavaUtilLog(String) - Constructor for class org.eclipse.jetty.util.log.JavaUtilLog
 
JDBCSessionIdManager - Class in org.eclipse.jetty.server.session
JDBCSessionIdManager SessionIdManager implementation that uses a database to store in-use session ids, to support distributed sessions.
JDBCSessionIdManager(Server) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
JDBCSessionIdManager(Server, Random) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
JDBCSessionIdManager.DatabaseAdaptor - Class in org.eclipse.jetty.server.session
DatabaseAdaptor Handles differences between databases.
JDBCSessionIdManager.DatabaseAdaptor(DatabaseMetaData) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionIdManager.DatabaseAdaptor
 
JDBCSessionManager - Class in org.eclipse.jetty.server.session
JDBCSessionManager SessionManager that persists sessions to a database to enable clustering.
JDBCSessionManager() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager
 
JDBCSessionManager.ClassLoadingObjectInputStream - Class in org.eclipse.jetty.server.session
ClassLoadingObjectInputStream
JDBCSessionManager.ClassLoadingObjectInputStream(InputStream) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.ClassLoadingObjectInputStream
 
JDBCSessionManager.ClassLoadingObjectInputStream() - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.ClassLoadingObjectInputStream
 
JDBCSessionManager.Session - Class in org.eclipse.jetty.server.session
Session Session instance in memory of this node.
JDBCSessionManager.Session(HttpServletRequest) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Session from a request.
JDBCSessionManager.Session(long, JDBCSessionManager.SessionData) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.Session
Session restored in database.
JDBCSessionManager.SessionData - Class in org.eclipse.jetty.server.session
SessionData Persistable data about a session.
JDBCSessionManager.SessionData(String) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
JDBCSessionManager.SessionData(String, Map<String, Object>) - Constructor for class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
Jetty6Continuation - Class in org.eclipse.jetty.continuation
This implementation of Continuation is used by ContinuationSupport when it detects that the application is deployed in a jetty-6 server.
Jetty6Continuation(ServletRequest, org.mortbay.util.ajax.Continuation) - Constructor for class org.eclipse.jetty.continuation.Jetty6Continuation
 
join() - Method in class org.eclipse.jetty.server.AbstractConnector
 
join() - Method in class org.eclipse.jetty.server.Server
 
join() - Method in class org.eclipse.jetty.util.thread.ExecutorThreadPool
 
join() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Blocks until the thread pool is stopped.
join() - Method in interface org.eclipse.jetty.util.thread.ThreadPool
Blocks until the thread pool is stopped.
JSON - Class in org.eclipse.jetty.util.ajax
JSON Parser and Generator.
JSON() - Constructor for class org.eclipse.jetty.util.ajax.JSON
 
JSON.Convertible - Interface in org.eclipse.jetty.util.ajax
JSON Convertible object.
JSON.Convertor - Interface in org.eclipse.jetty.util.ajax
Static JSON Convertor.
JSON.Generator - Interface in org.eclipse.jetty.util.ajax
JSON Generator.
JSON.Literal - Class in org.eclipse.jetty.util.ajax
A Literal JSON generator A utility instance of JSON.Generator that holds a pre-generated string on JSON text.
JSON.Literal(String) - Constructor for class org.eclipse.jetty.util.ajax.JSON.Literal
Construct a literal JSON instance for use by JSON.toString(Object).
JSON.Output - Interface in org.eclipse.jetty.util.ajax
JSON Output class for use by JSON.Convertible.
JSON.ReaderSource - Class in org.eclipse.jetty.util.ajax
 
JSON.ReaderSource(Reader) - Constructor for class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
JSON.Source - Interface in org.eclipse.jetty.util.ajax
 
JSON.StringSource - Class in org.eclipse.jetty.util.ajax
 
JSON.StringSource(String) - Constructor for class org.eclipse.jetty.util.ajax.JSON.StringSource
 
JSONDateConvertor - Class in org.eclipse.jetty.util.ajax
Convert a Date to JSON.
JSONDateConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
JSONDateConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
JSONDateConvertor(String, TimeZone, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
JSONDateConvertor(String, TimeZone, boolean, Locale) - Constructor for class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
JSONEnumConvertor - Class in org.eclipse.jetty.util.ajax
Convert an Enum to JSON.
JSONEnumConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
JSONEnumConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
JSONObjectConvertor - Class in org.eclipse.jetty.util.ajax
Convert an Object to JSON using reflection on getters methods.
JSONObjectConvertor() - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
JSONObjectConvertor(boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
JSONObjectConvertor(boolean, String[]) - Constructor for class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
JSONPojoConvertor - Class in org.eclipse.jetty.util.ajax
Converts POJOs to JSON and vice versa.
JSONPojoConvertor(Class<?>) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor(Class<?>, String[]) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor(Class<?>, Set<String>) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor(Class<?>, Set<String>, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor(Class<?>, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
JSONPojoConvertor.NumberType - Interface in org.eclipse.jetty.util.ajax
 
JSONPojoConvertor.Setter - Class in org.eclipse.jetty.util.ajax
 
JSONPojoConvertor.Setter(String, Method) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
JSONPojoConvertorFactory - Class in org.eclipse.jetty.util.ajax
 
JSONPojoConvertorFactory(JSON) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 
JSONPojoConvertorFactory(JSON, boolean) - Constructor for class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 

K

KEEP_ALIVE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
KEEP_ALIVE - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
KEEP_ALIVE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
KEEP_ALIVE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
KEEP_ALIVE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
KEEP_ALIVE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
keepWrappers() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
KEYPASSWORD_PROPERTY - Static variable in class org.eclipse.jetty.http.ssl.SslContextFactory
String name of key password property.
KEYPASSWORD_PROPERTY - Static variable in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
keySet() - Method in class org.eclipse.jetty.util.AttributesMap
 
keySet() - Method in class org.eclipse.jetty.util.MultiMap
 

L

LAST - Static variable in interface org.eclipse.jetty.http.Generator
 
LAST_MODIFIED - Static variable in class org.eclipse.jetty.http.HttpHeaders
Entity Fields.
LAST_MODIFIED_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
LAST_MODIFIED_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
lastModified() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns the last modified time
lastModified() - Method in class org.eclipse.jetty.util.resource.Resource
Returns the last modified time
lastModified() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
lastModified() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns the last modified time
lastMs() - Method in class org.eclipse.jetty.util.DateCache
 
LazyList - Class in org.eclipse.jetty.util
Lazy List creation.
length() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
length() - Method in interface org.eclipse.jetty.io.Buffer
The number of bytes from the getIndex to the putIndex
length() - Method in class org.eclipse.jetty.util.resource.FileResource
Return the length of the resource
length() - Method in class org.eclipse.jetty.util.resource.Resource
Return the length of the resource
length() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
length() - Method in class org.eclipse.jetty.util.resource.URLResource
Return the length of the resource
length() - Method in class org.eclipse.jetty.util.Utf8Appendable
 
length() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
length() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
LENGTH_FRAME - Static variable in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
LENGTH_REQUIRED_411 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
LF - Static variable in class org.eclipse.jetty.util.TypeUtil
 
LifeCycle - Interface in org.eclipse.jetty.util.component
The lifecycle interface for generic components.
LifeCycle.Listener - Interface in org.eclipse.jetty.util.component
Listener.
lifeCycleFailure(LifeCycle, Throwable) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
lifeCycleFailure(LifeCycle, Throwable) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStarted(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
lifeCycleStarted(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStarting(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
lifeCycleStarting(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStopped(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
lifeCycleStopped(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
lifeCycleStopping(LifeCycle) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
lifeCycleStopping(LifeCycle) - Method in interface org.eclipse.jetty.util.component.LifeCycle.Listener
 
LINE_FEED - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
list() - Method in class org.eclipse.jetty.util.resource.FileResource
Returns a list of resources contained in the given resource
list() - Method in class org.eclipse.jetty.util.resource.Resource
Returns a list of resource names contained in the given resource The resource names are not URL encoded.
list() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
list() - Method in class org.eclipse.jetty.util.resource.URLResource
Returns a list of resource names contained in the given resource
listIterator(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
listIterator() - Method in class org.eclipse.jetty.util.SingletonList
 
listIterator(int) - Method in class org.eclipse.jetty.util.SingletonList
 
loadClass(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
loadClass(Class, String) - Static method in class org.eclipse.jetty.util.Loader
 
loadClass(Class, String, boolean) - Static method in class org.eclipse.jetty.util.Loader
Load a class.
loadCRL(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Loads certificate revocation list (CRL) from a file.
loadCRL(String) - Static method in class org.eclipse.jetty.util.security.CertificateUtils
 
Loader - Class in org.eclipse.jetty.util
ClassLoader Helper.
Loader() - Constructor for class org.eclipse.jetty.util.Loader
 
loadKeyStore() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Override this method to provide alternate way to load a keystore.
loadSession(String, String, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Load a session from the database
loadTrustStore() - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Override this method to provide alternate way to load a truststore.
LocalConnector - Class in org.eclipse.jetty.server
 
LocalConnector() - Constructor for class org.eclipse.jetty.server.LocalConnector
 
LOCATION - Static variable in class org.eclipse.jetty.http.HttpHeaders
Response Fields.
LOCATION_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
LOCATION_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
LOCKED_423 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
log(Exception, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
log(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
log(String, Throwable) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
log(Request, Response) - Method in class org.eclipse.jetty.server.NCSARequestLog
Writes the request and response information to the output stream.
log(Request, Response) - Method in interface org.eclipse.jetty.server.RequestLog
 
log(Throwable) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
Log - Class in org.eclipse.jetty.util.log
Logging.
Log() - Constructor for class org.eclipse.jetty.util.log.Log
 
logExtended(Request, Response, StringBuilder) - Method in class org.eclipse.jetty.server.NCSARequestLog
Writes extended request and response information to the output stream.
Logger - Interface in org.eclipse.jetty.util.log
A simple logging facade that is intended simply to capture the style of logging as used by Jetty.
LoggerLog - Class in org.eclipse.jetty.util.log
 
LoggerLog(Object) - Constructor for class org.eclipse.jetty.util.log.LoggerLog
 
login(String, String) - Method in interface org.eclipse.jetty.server.Authentication.Deferred
Login with the LOGIN authenticator
logout() - Method in interface org.eclipse.jetty.server.Authentication.User
 
LONG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
lookup(Buffer) - Method in class org.eclipse.jetty.io.BufferCache
 
lookup(String) - Method in class org.eclipse.jetty.io.BufferCache
 
lookup(String) - Method in class org.eclipse.jetty.server.ResourceCache
Get a Entry from the cache.

M

main(String[]) - Static method in class org.eclipse.jetty.http.security.Password
 
main(String[]) - Static method in class org.eclipse.jetty.http.security.UnixCrypt
 
main(String...) - Static method in class org.eclipse.jetty.server.Server
 
main(String[]) - Static method in class org.eclipse.jetty.websocket.TestClient
 
main(String...) - Static method in class org.eclipse.jetty.websocket.TestServer
 
MANAGED_ATTRIBUTES - Static variable in class org.eclipse.jetty.server.handler.ContextHandler
If a context attribute with this name is set, it is interpreted as a comma separated list of attribute name.
mapContexts() - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
Remap the context paths.
mark() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
mark(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
mark() - Method in interface org.eclipse.jetty.io.Buffer
Set the mark to the current getIndex.
mark(int) - Method in interface org.eclipse.jetty.io.Buffer
Set the mark relative to the current getIndex
markIndex() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
markIndex() - Method in interface org.eclipse.jetty.io.Buffer
The current index of the mark.
match(String) - Method in class org.eclipse.jetty.http.PathMap
Get object matched by the path.
match(String, String) - Static method in class org.eclipse.jetty.http.PathMap
 
match(String, String, boolean) - Static method in class org.eclipse.jetty.http.PathMap
 
match(String) - Method in class org.eclipse.jetty.util.IPAddressMap
Retrieve the first object that is associated with the specified internet address by taking into account the wildcard specifications.
match(Pattern, URI[], boolean) - Method in class org.eclipse.jetty.util.PatternMatcher
Find jar names from the provided list matching a pattern.
matched(URI) - Method in class org.eclipse.jetty.util.PatternMatcher
 
matchPatterns(Pattern, URI[], boolean) - Method in class org.eclipse.jetty.util.PatternMatcher
 
MAX_CODE - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MAX_FORWARDS - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
MAX_FORWARDS_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
MAX_FORWARDS_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
MAX_OUTPUT_CHARS - Static variable in class org.eclipse.jetty.server.HttpWriter
 
mergeQueryString(String) - Method in class org.eclipse.jetty.server.Request
Merge in a new query string.
MESSAGE_HTTP - Static variable in class org.eclipse.jetty.http.MimeTypes
 
MESSAGE_HTTP_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
messageComplete(long) - Method in class org.eclipse.jetty.http.HttpParser.EventHandler
 
METHOD_NOT_ALLOWED_405 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MIME_VERSION - Static variable in class org.eclipse.jetty.http.HttpHeaders
Other Fields.
MIME_VERSION_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
MIME_VERSION_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
MimeTypes - Class in org.eclipse.jetty.http
 
MimeTypes() - Constructor for class org.eclipse.jetty.http.MimeTypes
Constructor.
MORE - Static variable in interface org.eclipse.jetty.http.Generator
 
MOVE - Static variable in class org.eclipse.jetty.http.HttpMethods
 
MOVE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpMethods
 
MOVE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpMethods
 
MOVED_PERMANENTLY_301 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MOVED_TEMPORARILY_302 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MovedContextHandler - Class in org.eclipse.jetty.server.handler
Moved ContextHandler.
MovedContextHandler() - Constructor for class org.eclipse.jetty.server.handler.MovedContextHandler
 
MovedContextHandler(HandlerContainer, String, String) - Constructor for class org.eclipse.jetty.server.handler.MovedContextHandler
 
MULTI_STATUS_207 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
MultiException - Exception in org.eclipse.jetty.util
Wraps multiple exceptions.
MultiException() - Constructor for exception org.eclipse.jetty.util.MultiException
 
MultiMap<K> - Class in org.eclipse.jetty.util
A multi valued Map.
MultiMap() - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiMap(Map) - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiMap(MultiMap<K>) - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiMap(int) - Constructor for class org.eclipse.jetty.util.MultiMap
 
MultiMap(boolean) - Constructor for class org.eclipse.jetty.util.MultiMap
 
MULTIPART_BYTERANGES - Static variable in class org.eclipse.jetty.http.MimeTypes
 
MULTIPART_BYTERANGES_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
MULTIPART_MIXED - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
MULTIPART_MIXED - Static variable in class org.eclipse.jetty.util.MultiPartWriter
 
MULTIPART_X_MIXED_REPLACE - Static variable in class org.eclipse.jetty.util.MultiPartOutputStream
 
MULTIPART_X_MIXED_REPLACE - Static variable in class org.eclipse.jetty.util.MultiPartWriter
 
MultiPartOutputStream - Class in org.eclipse.jetty.util
Handle a multipart MIME response.
MultiPartOutputStream(OutputStream) - Constructor for class org.eclipse.jetty.util.MultiPartOutputStream
 
MultiPartWriter - Class in org.eclipse.jetty.util
Handle a multipart MIME response.
MultiPartWriter(Writer) - Constructor for class org.eclipse.jetty.util.MultiPartWriter
 
MULTIPLE_CHOICES_300 - Static variable in class org.eclipse.jetty.http.HttpStatus
 

N

NCSARequestLog - Class in org.eclipse.jetty.server
 
NCSARequestLog() - Constructor for class org.eclipse.jetty.server.NCSARequestLog
Create request log object with default settings.
NCSARequestLog(String) - Constructor for class org.eclipse.jetty.server.NCSARequestLog
Create request log object with specified output file name.
NEGOTIATE - Static variable in class org.eclipse.jetty.http.HttpHeaders
General Fields.
NetworkTrafficListener - Interface in org.eclipse.jetty.io
A listener for raw network traffic within Jetty.
NetworkTrafficListener.Empty - Class in org.eclipse.jetty.io
A commodity class that implements NetworkTrafficListener with empty methods.
NetworkTrafficListener.Empty() - Constructor for class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
NetworkTrafficSelectChannelConnector - Class in org.eclipse.jetty.server.nio
A specialized version of SelectChannelConnector that supports NetworkTrafficListeners.
NetworkTrafficSelectChannelConnector() - Constructor for class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
NetworkTrafficSelectChannelEndPoint - Class in org.eclipse.jetty.io.nio
 
NetworkTrafficSelectChannelEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey, int, List<NetworkTrafficListener>) - Constructor for class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
never() - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
newArray(int) - Method in class org.eclipse.jetty.util.ajax.JSON
 
newBuffer() - Method in class org.eclipse.jetty.io.AbstractBuffers
Create a new content Buffer
newBuffer(int) - Method in class org.eclipse.jetty.io.AbstractBuffers
Create a new content Buffer
newBuffers(Buffers.Type, int, Buffers.Type, int, Buffers.Type, int) - Static method in class org.eclipse.jetty.io.BuffersFactory
 
newClassPathResource(String) - Static method in class org.eclipse.jetty.util.resource.Resource
Find a classpath resource.
newClassPathResource(String, boolean, boolean) - Static method in class org.eclipse.jetty.util.resource.Resource
Find a classpath resource.
newClientToProxyConnection(ConcurrentMap<String, Object>, SocketChannel, EndPoint, long) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
newConnection(SocketChannel, SelectChannelEndPoint) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
newConnection(EndPoint) - Method in class org.eclipse.jetty.server.bio.SocketConnector
Allows subclass to override Conection if required.
newConnection(SocketChannel, SelectChannelEndPoint) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
newConnection(SocketChannel, SelectChannelEndPoint) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
newConnection() - Method in class org.eclipse.jetty.util.resource.JarResource
 
newEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey) - Method in class org.eclipse.jetty.io.nio.SelectorManager
Create a new end point
newEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey) - Method in class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
newEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
newEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
newGzipResponseWrapper(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Allows derived implementations to replace ResponseWrapper implementation.
newGzipStream(HttpServletRequest, HttpServletResponse, long, int, int) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
Allows derived implementations to replace GzipStream implementation.
newHeader() - Method in class org.eclipse.jetty.io.AbstractBuffers
Create a new header Buffer
newHttpSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Create a new HttpSession for a request
newHttpSession(HttpServletRequest) - Method in interface org.eclipse.jetty.server.SessionManager
Creates a new HttpSession.
newJarResource(Resource) - Static method in class org.eclipse.jetty.util.resource.JarResource
 
newMap() - Method in class org.eclipse.jetty.util.ajax.JSON
 
newProxyToServerConnection(ConcurrentMap<String, Object>, Buffer) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
newResource(URL) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Convert URL to Resource wrapper for Resource.newResource(URL) enables extensions to provide alternate resource implementations.
newResource(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Convert a URL or path to a Resource.
newResource(URI) - Static method in class org.eclipse.jetty.util.resource.Resource
Construct a resource from a uri.
newResource(URL) - Static method in class org.eclipse.jetty.util.resource.Resource
Construct a resource from a url.
newResource(String) - Static method in class org.eclipse.jetty.util.resource.Resource
Construct a resource from a string.
newResource(String, boolean) - Static method in class org.eclipse.jetty.util.resource.Resource
Construct a resource from a string.
newServerSocket(String, int, int) - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
newServerSocket(String, int, int) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
 
newSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Create a new session instance
newSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
newSession(long, long, String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
newSession(HttpServletRequest) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Make a new Session.
newSessionId(HttpServletRequest, long) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Create a new session id if necessary.
newSessionId(HttpServletRequest, long) - Method in interface org.eclipse.jetty.server.SessionIdManager
 
newSingletonList(Object) - Static method in class org.eclipse.jetty.util.SingletonList
 
newSystemResource(String) - Static method in class org.eclipse.jetty.util.resource.Resource
Construct a system resource from a string.
newThread(Runnable) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
newTimer() - Method in class org.eclipse.jetty.util.Scanner
 
newTimerTask() - Method in class org.eclipse.jetty.util.Scanner
 
newWriter(OutputStream, String) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
Allows derived implementations to replace PrintWriter implementation.
newWriter(OutputStream, String) - Method in class org.eclipse.jetty.http.gzip.GzipStream
Allows derived implementations to replace PrintWriter implementation.
newWriter(OutputStream, String) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Allows derived implementations to replace PrintWriter implementation.
next() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
next() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
 
next() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
nextElement() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
nextHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
nextScope(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.server.handler.ScopedHandler
 
nextToken() - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
nextToken(String) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
NIOBuffer - Interface in org.eclipse.jetty.io.nio
 
NIOConnector - Interface in org.eclipse.jetty.server.nio
NIOConnector.
NO_BYTES - Static variable in class org.eclipse.jetty.http.AbstractGenerator
 
NO_CACHE - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
NO_CACHE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
NO_CACHE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
NO_CONTENT - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
NO_CONTENT_204 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
noGzip() - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
No gzip.
NON_AUTHORITATIVE_INFORMATION_203 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NON_VOLATILE - Static variable in interface org.eclipse.jetty.io.Buffer
 
NONE - Static variable in class org.eclipse.jetty.http.security.Constraint
 
NONE - Static variable in class org.eclipse.jetty.server.Response
 
nonNull(String) - Static method in class org.eclipse.jetty.util.StringUtil
Return a non null string.
NOT_ACCEPTABLE_406 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_CHECKED - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication not checked
NOT_FOUND_404 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_IMPLEMENTED_501 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
NOT_MODIFIED_304 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
notifyClosed() - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
notifyIncoming(Buffer, int) - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
notifyOpened() - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
notifyOutgoing(Buffer, int, int) - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
now() - Method in class org.eclipse.jetty.util.DateCache
 
NULL_ARG - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 

O

obfuscate(String) - Static method in class org.eclipse.jetty.http.security.Password
 
offer(E) - Method in class org.eclipse.jetty.util.ArrayQueue
 
offer(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
offer(E, long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
OK_200 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
onClose(int, String) - Method in interface org.eclipse.jetty.websocket.WebSocket
Called when an established websocket connection closes
onComplete(Continuation) - Method in interface org.eclipse.jetty.continuation.ContinuationListener
Called when a continuation life cycle is complete and after any calls to ServletRequestListener.requestDestroyed(javax.servlet.ServletRequestEvent) The response may still be written to during the call.
onControl(byte, byte[], int, int) - Method in interface org.eclipse.jetty.websocket.WebSocket.OnControl
Called when a control message has been received.
onFrame(byte, byte, Buffer) - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
onFrame(byte, byte, Buffer) - Method in class org.eclipse.jetty.websocket.DeflateFrameExtension
 
onFrame(byte, byte, byte[], int, int) - Method in interface org.eclipse.jetty.websocket.WebSocket.OnFrame
Called when any websocket frame is received.
onFrame(byte, byte, Buffer) - Method in interface org.eclipse.jetty.websocket.WebSocketParser.FrameHandler
 
onHandshake(WebSocket.FrameConnection) - Method in interface org.eclipse.jetty.websocket.WebSocket.OnFrame
 
onMessage(byte[], int, int) - Method in interface org.eclipse.jetty.websocket.WebSocket.OnBinaryMessage
Called with a complete binary message when all fragments have been received.
onMessage(String) - Method in interface org.eclipse.jetty.websocket.WebSocket.OnTextMessage
Called with a complete text message when all fragments have been received.
onOpen(WebSocket.Connection) - Method in interface org.eclipse.jetty.websocket.WebSocket
Called when a new websocket connection is accepted.
onTimeout(Continuation) - Method in interface org.eclipse.jetty.continuation.ContinuationListener
Called when a suspended continuation has timed out.
open() - Method in class org.eclipse.jetty.server.bio.SocketConnector
 
open() - Method in interface org.eclipse.jetty.server.Connector
Opens the connector
open() - Method in class org.eclipse.jetty.server.LocalConnector
 
open() - Method in class org.eclipse.jetty.server.nio.BlockingChannelConnector
 
open() - Method in class org.eclipse.jetty.server.nio.InheritedChannelConnector
 
open() - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
opened(Socket) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
opened(Socket) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when a connection from a remote client has been accepted.
OPTIONS - Static variable in class org.eclipse.jetty.http.HttpMethods
 
OPTIONS_BUFFER - Static variable in class org.eclipse.jetty.http.HttpMethods
 
OPTIONS_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpMethods
 
org.eclipse.jetty.continuation - package org.eclipse.jetty.continuation
 
org.eclipse.jetty.http - package org.eclipse.jetty.http
 
org.eclipse.jetty.http.gzip - package org.eclipse.jetty.http.gzip
 
org.eclipse.jetty.http.security - package org.eclipse.jetty.http.security
 
org.eclipse.jetty.http.ssl - package org.eclipse.jetty.http.ssl
 
org.eclipse.jetty.io - package org.eclipse.jetty.io
 
org.eclipse.jetty.io.bio - package org.eclipse.jetty.io.bio
 
org.eclipse.jetty.io.nio - package org.eclipse.jetty.io.nio
 
org.eclipse.jetty.server - package org.eclipse.jetty.server
 
org.eclipse.jetty.server.bio - package org.eclipse.jetty.server.bio
 
org.eclipse.jetty.server.handler - package org.eclipse.jetty.server.handler
 
org.eclipse.jetty.server.handler.jmx - package org.eclipse.jetty.server.handler.jmx
 
org.eclipse.jetty.server.jmx - package org.eclipse.jetty.server.jmx
 
org.eclipse.jetty.server.nio - package org.eclipse.jetty.server.nio
 
org.eclipse.jetty.server.session - package org.eclipse.jetty.server.session
 
org.eclipse.jetty.server.session.jmx - package org.eclipse.jetty.server.session.jmx
 
org.eclipse.jetty.server.ssl - package org.eclipse.jetty.server.ssl
 
org.eclipse.jetty.util - package org.eclipse.jetty.util
 
org.eclipse.jetty.util.ajax - package org.eclipse.jetty.util.ajax
 
org.eclipse.jetty.util.component - package org.eclipse.jetty.util.component
 
org.eclipse.jetty.util.log - package org.eclipse.jetty.util.log
 
org.eclipse.jetty.util.resource - package org.eclipse.jetty.util.resource
 
org.eclipse.jetty.util.security - package org.eclipse.jetty.util.security
 
org.eclipse.jetty.util.statistic - package org.eclipse.jetty.util.statistic
 
org.eclipse.jetty.util.thread - package org.eclipse.jetty.util.thread
 
org.eclipse.jetty.websocket - package org.eclipse.jetty.websocket
 
outgoing(Socket, Buffer) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
outgoing(Socket, Buffer) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when bytes are sent to a remote client from the server.

P

parentPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Return the parent Path.
parse() - Method in class org.eclipse.jetty.http.HttpParser
Parse until END state.
parse(String) - Method in class org.eclipse.jetty.http.HttpURI
 
parse(byte[], int, int) - Method in class org.eclipse.jetty.http.HttpURI
 
parse(String) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
parse(String, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
parse(Reader) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
parse(Reader, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
parse(InputStream) - Static method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. use JSON.parse(Reader)
parse(InputStream, boolean) - Static method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. use JSON.parse(Reader, boolean)
parse(JSON.Source, boolean) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parse(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseArray(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseAvailable() - Method in class org.eclipse.jetty.http.HttpParser
Parse until END state.
parseAvailable() - Method in interface org.eclipse.jetty.http.Parser
 
parseBytes(String, int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
parseConnect(byte[], int, int) - Method in class org.eclipse.jetty.http.HttpURI
 
parseDate(String) - Static method in class org.eclipse.jetty.http.HttpFields
 
parsedHeader(Buffer, Buffer) - Method in class org.eclipse.jetty.http.HttpParser.EventHandler
This is the method called by parser when a HTTP Header name and value is found
parseFields() - Method in class org.eclipse.jetty.server.CookieCutter
 
parseInt(String, int, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
Parse an int from a substring.
parseInt(byte[], int, int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
Parse an int from a byte array of ascii characters.
parseNext() - Method in class org.eclipse.jetty.http.HttpParser
Parse until next Event.
parseNext() - Method in interface org.eclipse.jetty.websocket.WebSocketParser
 
parseNext() - Method in class org.eclipse.jetty.websocket.WebSocketParserD00
Parse to next event.
parseNext() - Method in class org.eclipse.jetty.websocket.WebSocketParserD06
Parse to next event.
parseNext() - Method in class org.eclipse.jetty.websocket.WebSocketParserD7_9
Parse to next event.
parseNumber(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseObject(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
parseProtocols(String) - Method in class org.eclipse.jetty.websocket.WebSocketFactory
 
Parser - Interface in org.eclipse.jetty.http
Abstract interface for a connection Parser for use by Jetty.
parseString(JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
PARTIAL_CONTENT_206 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
Password - Class in org.eclipse.jetty.http.security
Password utility class.
Password(String) - Constructor for class org.eclipse.jetty.http.security.Password
Constructor.
PASSWORD_PROPERTY - Static variable in class org.eclipse.jetty.http.ssl.SslContextFactory
String name of keystore password property.
PASSWORD_PROPERTY - Static variable in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated. 
pathInfo(String, String) - Static method in class org.eclipse.jetty.http.PathMap
Return the portion of a path that is after a path spec.
PathMap - Class in org.eclipse.jetty.http
URI path map to Object.
PathMap() - Constructor for class org.eclipse.jetty.http.PathMap
Construct empty PathMap.
PathMap(boolean) - Constructor for class org.eclipse.jetty.http.PathMap
Construct empty PathMap.
PathMap(int) - Constructor for class org.eclipse.jetty.http.PathMap
Construct empty PathMap.
PathMap(Map) - Constructor for class org.eclipse.jetty.http.PathMap
Construct from dictionary PathMap.
PathMap.Entry - Class in org.eclipse.jetty.http
 
pathMatch(String, String) - Static method in class org.eclipse.jetty.http.PathMap
Return the portion of a path that matches a path spec.
PatternMatcher - Class in org.eclipse.jetty.util
 
PatternMatcher() - Constructor for class org.eclipse.jetty.util.PatternMatcher
 
PAYMENT_REQUIRED_402 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
peek() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
peek(int, int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
peek() - Method in interface org.eclipse.jetty.io.Buffer
Get the byte at the current getIndex without incrementing the getIndex.
peek(int) - Method in interface org.eclipse.jetty.io.Buffer
Get the byte at a specific index in the buffer.
peek(int, int) - Method in interface org.eclipse.jetty.io.Buffer
 
peek(int, byte[], int, int) - Method in interface org.eclipse.jetty.io.Buffer
 
peek(int) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
peek(int, byte[], int, int) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
peek(int) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
peek(int, byte[], int, int) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
peek() - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
peek(int) - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
peek(int, byte[], int, int) - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
peek(int) - Method in class org.eclipse.jetty.io.View
 
peek(int, byte[], int, int) - Method in class org.eclipse.jetty.io.View
 
peek(int, int) - Method in class org.eclipse.jetty.io.View
 
peek() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
peek() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
 
peek() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
peek() - Method in class org.eclipse.jetty.util.ArrayQueue
 
peek() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
persist(EndPoint) - Method in class org.eclipse.jetty.server.AbstractConnector
 
persist(EndPoint) - Method in interface org.eclipse.jetty.server.Connector
Persist an endpoint.
persist(EndPoint) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
ping(int, byte, int) - Method in class org.eclipse.jetty.websocket.TestClient
 
poke(int, Buffer) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
poke(int, byte[], int, int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
poke(int, Buffer) - Method in interface org.eclipse.jetty.io.Buffer
Put the contents of the buffer at the specific index.
poke(int, byte) - Method in interface org.eclipse.jetty.io.Buffer
Put a specific byte to a specific getIndex.
poke(int, byte[], int, int) - Method in interface org.eclipse.jetty.io.Buffer
Put a specific byte to a specific getIndex.
poke(int, byte) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
poke(int, Buffer) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
poke(int, byte[], int, int) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
poke(int, byte) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
poke(int, Buffer) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
poke(int, byte[], int, int) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
poke(int, byte) - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
poke(int, byte[], int, int) - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
poke(int, Buffer) - Method in class org.eclipse.jetty.io.View
 
poke(int, byte) - Method in class org.eclipse.jetty.io.View
 
poke(int, byte[], int, int) - Method in class org.eclipse.jetty.io.View
 
poll() - Method in class org.eclipse.jetty.util.ArrayQueue
 
poll() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
poll(long, TimeUnit) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
Retrieves and removes the head of this queue, waiting if necessary up to the specified wait time if no elements are present on this queue.
PooledBuffers - Class in org.eclipse.jetty.io
 
PooledBuffers(Buffers.Type, int, Buffers.Type, int, Buffers.Type, int) - Constructor for class org.eclipse.jetty.io.PooledBuffers
 
POST - Static variable in class org.eclipse.jetty.http.HttpMethods
 
POST_BUFFER - Static variable in class org.eclipse.jetty.http.HttpMethods
 
POST_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpMethods
 
PRAGMA - Static variable in class org.eclipse.jetty.http.HttpHeaders
General Fields.
PRAGMA_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
PRAGMA_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
PRECONDITION_FAILED_412 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
prepareContext(HttpServletRequest, ConcurrentMap<String, Object>) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
prepareTables() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
 
prepareUncheckedAddContent() - Method in class org.eclipse.jetty.http.AbstractGenerator
Prepare buffer for unchecked writes.
prepareUncheckedAddContent() - Method in class org.eclipse.jetty.http.HttpGenerator
Prepare buffer for unchecked writes.
prependHexInt(Buffer, int) - Static method in class org.eclipse.jetty.io.BufferUtil
Add hex integer BEFORE current getIndex.
print(boolean) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a boolean value.
print(char) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a character.
print(int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an integer.
print(long) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a long integer.
print(float) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a floating-point number.
print(double) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a double-precision floating-point number.
print(char[]) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an array of characters.
print(String) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a string.
print(Object) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an object.
print(String) - Method in class org.eclipse.jetty.server.HttpConnection.Output
 
print(String) - Method in class org.eclipse.jetty.server.HttpOutput
 
printable(String) - Static method in class org.eclipse.jetty.util.StringUtil
 
printable(byte[]) - Static method in class org.eclipse.jetty.util.StringUtil
 
println() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a boolean value and then terminate the line.
println(char) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a character and then terminate the line.
println(int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an integer and then terminate the line.
println(long) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a long integer and then terminate the line.
println(float) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a floating-point number and then terminate the line.
println(double) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an array of characters and then terminate the line.
println(String) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a String and then terminate the line.
println(Object) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an Object and then terminate the line.
printStackTrace() - Method in exception org.eclipse.jetty.util.MultiException
 
printStackTrace(PrintStream) - Method in exception org.eclipse.jetty.util.MultiException
 
printStackTrace(PrintWriter) - Method in exception org.eclipse.jetty.util.MultiException
 
PROCESSING - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
PROCESSING_102 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PROCESSING_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
PROCESSING_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
PROXY_AUTHENTICATE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Response Fields.
PROXY_AUTHENTICATE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
PROXY_AUTHENTICATE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
PROXY_AUTHORIZATION - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
PROXY_AUTHORIZATION_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
PROXY_AUTHORIZATION_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
PROXY_CONNECTION - Static variable in class org.eclipse.jetty.http.HttpHeaders
General Fields.
PROXY_CONNECTION_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
PROXY_CONNECTION_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ProxyHandler - Class in org.eclipse.jetty.server.handler
Deprecated. Use ConnectHandler
ProxyHandler() - Constructor for class org.eclipse.jetty.server.handler.ProxyHandler
Deprecated.  
ProxyHandler(Handler, String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.ProxyHandler
Deprecated.  
ProxyHandler(Handler) - Constructor for class org.eclipse.jetty.server.handler.ProxyHandler
Deprecated.  
ProxyHandler(String[], String[]) - Constructor for class org.eclipse.jetty.server.handler.ProxyHandler
Deprecated.  
put(String, String) - Method in class org.eclipse.jetty.http.HttpFields
Set a field.
put(Buffer, String) - Method in class org.eclipse.jetty.http.HttpFields
Set a field.
put(Buffer, Buffer) - Method in class org.eclipse.jetty.http.HttpFields
Set a field.
put(String, List<?>) - Method in class org.eclipse.jetty.http.HttpFields
Set a field.
PUT - Static variable in class org.eclipse.jetty.http.HttpMethods
 
put(Object, Object) - Method in class org.eclipse.jetty.http.PathMap
Add a single path match to the PathMap.
put(Buffer) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
put(byte) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
put(byte[], int, int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
put(byte[]) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
put(Buffer) - Method in interface org.eclipse.jetty.io.Buffer
Write the bytes from the source buffer to the current getIndex.
put(byte) - Method in interface org.eclipse.jetty.io.Buffer
Put a byte to the current getIndex and increment the getIndex.
put(byte[], int, int) - Method in interface org.eclipse.jetty.io.Buffer
Put a byte to the current getIndex and increment the getIndex.
put(byte[]) - Method in interface org.eclipse.jetty.io.Buffer
Put a byte to the current getIndex and increment the getIndex.
put(E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
put(String, TYPE) - Method in class org.eclipse.jetty.util.HostMap
 
put(String, TYPE) - Method in class org.eclipse.jetty.util.IPAddressMap
Insert a new internet address into map
put(K, Object) - Method in class org.eclipse.jetty.util.MultiMap
Put and entry into the map.
put(Object, Object) - Method in class org.eclipse.jetty.util.StringMap
 
put(String, Object) - Method in class org.eclipse.jetty.util.StringMap
 
PUT_BUFFER - Static variable in class org.eclipse.jetty.http.HttpMethods
 
PUT_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpMethods
 
putAll(Map) - Method in class org.eclipse.jetty.util.MultiMap
Put all contents of map.
putCRLF(Buffer) - Static method in class org.eclipse.jetty.io.BufferUtil
 
putDateField(Buffer, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of a date field.
putDateField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of a date field.
putDecInt(Buffer, int) - Static method in class org.eclipse.jetty.io.BufferUtil
 
putDecLong(Buffer, long) - Static method in class org.eclipse.jetty.io.BufferUtil
 
putHexInt(Buffer, int) - Static method in class org.eclipse.jetty.io.BufferUtil
 
putIfAbsent(K, Object) - Method in class org.eclipse.jetty.util.MultiMap
 
putIndex() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
putIndex() - Method in interface org.eclipse.jetty.io.Buffer
The index of the first element that should not be read.
putLongField(Buffer, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of an long field.
putLongField(String, long) - Method in class org.eclipse.jetty.http.HttpFields
Sets the value of an long field.
putTo(Buffer) - Method in class org.eclipse.jetty.http.HttpFields.Field
 
putTo(Buffer) - Method in class org.eclipse.jetty.http.HttpFields
 
putValue(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
Deprecated. As of Version 2.2, this method is replaced by AbstractSessionManager.Session.setAttribute(java.lang.String, java.lang.Object)
putValues(K, List) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.
putValues(K, String[]) - Method in class org.eclipse.jetty.util.MultiMap
Put multi valued entry.

Q

qualityList(Enumeration) - Static method in class org.eclipse.jetty.http.HttpFields
List values in quality order.
QueuedThreadPool - Class in org.eclipse.jetty.util.thread
 
QueuedThreadPool() - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
Construct
QueuedThreadPool(int) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
Construct
QueuedThreadPool(BlockingQueue<Runnable>) - Constructor for class org.eclipse.jetty.util.thread.QueuedThreadPool
Construct
quote(String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string.
quote(Appendable, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string into an Appendable.
QuotedStringTokenizer - Class in org.eclipse.jetty.util
StringTokenizer with Quoting support.
QuotedStringTokenizer(String, String, boolean, boolean) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String, boolean) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String, String) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
QuotedStringTokenizer(String) - Constructor for class org.eclipse.jetty.util.QuotedStringTokenizer
 
quoteIfNeeded(String, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string.
quoteIfNeeded(Appendable, String, String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Quote a string into a StringBuffer only if needed.

R

RandomAccessFileBuffer - Class in org.eclipse.jetty.io.nio
 
RandomAccessFileBuffer(File) - Constructor for class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
RandomAccessFileBuffer(File, int) - Constructor for class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
RandomAccessFileBuffer(File, int, int) - Constructor for class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
RANGE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
RANGE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
RANGE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
read(EndPoint, Buffer, ConcurrentMap<String, Object>) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Reads (with non-blocking semantic) into the given buffer from the given endPoint.
read() - Method in class org.eclipse.jetty.server.HttpInput
 
read(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpInput
 
readBytes(InputStream) - Static method in class org.eclipse.jetty.util.IO
 
readExternal(ObjectInput) - Method in class org.eclipse.jetty.http.PathMap
 
readExternal(ObjectInput) - Method in class org.eclipse.jetty.util.StringMap
 
readFrom(InputStream, int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
readFrom(InputStream, int) - Method in interface org.eclipse.jetty.io.Buffer
Read the buffer's contents from the input stream
readFrom(InputStream, int) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
readFrom(InputStream, int) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
readLine(InputStream) - Static method in class org.eclipse.jetty.util.TypeUtil
 
READONLY - Static variable in interface org.eclipse.jetty.io.Buffer
 
READWRITE - Static variable in interface org.eclipse.jetty.io.Buffer
 
ready() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
recoverNewSession(Object) - Method in class org.eclipse.jetty.server.Request
 
recycle() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
recycle() - Method in class org.eclipse.jetty.server.Request
 
recycle() - Method in class org.eclipse.jetty.server.Response
 
REFERER - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
REFERER_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
REFERER_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
register(SocketChannel, Object) - Method in class org.eclipse.jetty.io.nio.SelectorManager
Register a channel
register(SocketChannel) - Method in class org.eclipse.jetty.io.nio.SelectorManager
Register a channel
register(ServerSocketChannel) - Method in class org.eclipse.jetty.io.nio.SelectorManager
Register a ServerSocketChannel
register(LifeCycle...) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
register(int, LifeCycle...) - Static method in class org.eclipse.jetty.util.thread.ShutdownThread
 
registerConvertor(Class, JSON.Convertor) - Static method in class org.eclipse.jetty.util.ajax.JSON
Register a JSON.Convertor for a class or interface.
relativePath(String, String, String) - Static method in class org.eclipse.jetty.http.PathMap
Relative path.
release() - Method in interface org.eclipse.jetty.http.HttpContent
 
release() - Method in class org.eclipse.jetty.http.HttpContent.ResourceAsHttpContent
 
release() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
release() - Method in class org.eclipse.jetty.util.resource.JarResource
 
release() - Method in class org.eclipse.jetty.util.resource.Resource
Release any temporary resources held by the resource.
release() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
release() - Method in class org.eclipse.jetty.util.resource.URLResource
Release any resources held by the resource.
remainingCapacity() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(String) - Method in class org.eclipse.jetty.http.HttpFields
Remove a field.
remove(Buffer) - Method in class org.eclipse.jetty.http.HttpFields
Remove a field.
remove(Object) - Method in class org.eclipse.jetty.http.PathMap
 
remove() - Method in class org.eclipse.jetty.util.ArrayQueue
 
remove(int) - Method in class org.eclipse.jetty.util.ArrayQueue
 
remove() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(int) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
remove(Container.Relationship) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
remove(Object) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
remove(Object, Object) - Static method in class org.eclipse.jetty.util.LazyList
 
remove(Object, int) - Static method in class org.eclipse.jetty.util.LazyList
 
remove(Object) - Method in class org.eclipse.jetty.util.MultiMap
 
remove(Object, Object) - Method in class org.eclipse.jetty.util.MultiMap
 
remove(Object) - Method in class org.eclipse.jetty.util.StringMap
 
remove(String) - Method in class org.eclipse.jetty.util.StringMap
 
removeAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
removeAttribute(String) - Method in interface org.eclipse.jetty.continuation.Continuation
Remove a request attribute.
removeAttribute(String) - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
removeAttribute(String) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.Request
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.Server
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
removeAttribute(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
removeAttribute(String) - Method in interface org.eclipse.jetty.util.Attributes
 
removeAttribute(String) - Method in class org.eclipse.jetty.util.AttributesMap
 
removeBean(Object) - Method in class org.eclipse.jetty.server.Server
Remove an associated bean.
removeBean(Object) - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
Remove an associated bean.
removeBean(Object) - Method in interface org.eclipse.jetty.util.component.Container.Listener
 
removeBean(Object) - Method in class org.eclipse.jetty.util.component.Container
 
removeBeans() - Method in class org.eclipse.jetty.util.component.AggregateLifeCycle
Remove all associated bean.
removeConnector(Connector) - Method in class org.eclipse.jetty.server.Server
Conveniance method which calls Server.getConnectors() and Server.setConnectors(Connector[]) to remove a connector.
removeContextAttribute(String) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.Request
 
removeEventListener(EventListener) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
removeEventListener(EventListener) - Method in interface org.eclipse.jetty.server.SessionManager
Removes an event listener for for session-related events.
removeEventListener(Container.Listener) - Method in class org.eclipse.jetty.util.component.Container
 
removeFile(String) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
removeFile(File) - Method in class org.eclipse.jetty.util.component.FileDestroyable
 
removeFromArray(Object[], Object) - Static method in class org.eclipse.jetty.util.LazyList
 
removeHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
removeLifeCycle(LifeCycle) - Method in class org.eclipse.jetty.server.Server
Deprecated. Use Server.removeBean(Object)
removeLifeCycleListener(LifeCycle.Listener) - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
removeLifeCycleListener(LifeCycle.Listener) - Method in interface org.eclipse.jetty.util.component.LifeCycle
 
removeListener(Scanner.Listener) - Method in class org.eclipse.jetty.util.Scanner
Remove a registered listener
removeNetworkTrafficListener(NetworkTrafficListener) - Method in class org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector
 
removeSession(HttpSession, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Remove session from manager
removeSession(AbstractSessionManager.Session, boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Remove session from manager
removeSession(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
removeSession(HttpSession) - Method in class org.eclipse.jetty.server.session.HashSessionIdManager
 
removeSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
removeSession(HttpSession) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
removeSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
removeSession(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Delete an existing session, both from the in-memory map and the database.
removeSession(AbstractSessionManager.Session, boolean) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Remove session from manager
removeSession(HttpSession) - Method in interface org.eclipse.jetty.server.SessionIdManager
Remove session from the list of known sessions for a given ID.
removeValue(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
Deprecated. As of Version 2.2, this method is replaced by AbstractSessionManager.Session.removeAttribute(java.lang.String)
removeValue(K, Object) - Method in class org.eclipse.jetty.util.MultiMap
Remove value.
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.FileResource
Rename the given resource
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.Resource
Rename the given resource
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
renameTo(Resource) - Method in class org.eclipse.jetty.util.resource.URLResource
Rename the given resource
reopen() - Method in class org.eclipse.jetty.server.HttpOutput
 
replace(K, Object, Object) - Method in class org.eclipse.jetty.util.MultiMap
 
replace(K, Object) - Method in class org.eclipse.jetty.util.MultiMap
 
replace(String, String, String) - Static method in class org.eclipse.jetty.util.StringUtil
replace substrings within string.
reportDifferences(Map<String, Scanner.TimeNSize>, Map<String, Scanner.TimeNSize>) - Method in class org.eclipse.jetty.util.Scanner
Report the adds/changes/removes to the registered listeners
Request - Class in org.eclipse.jetty.server
Jetty Request.
Request() - Constructor for class org.eclipse.jetty.server.Request
 
Request(HttpConnection) - Constructor for class org.eclipse.jetty.server.Request
 
REQUEST_ENTITY_TOO_LARGE_413 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
REQUEST_RANGE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
REQUEST_RANGE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
REQUEST_RANGE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
REQUEST_TIMEOUT_408 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
REQUEST_URI_TOO_LONG_414 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
REQUESTED_RANGE_NOT_SATISFIABLE_416 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
RequestLog - Interface in org.eclipse.jetty.server
A RequestLog can be attached to a RequestLogHandler to enable logging of requests/responses.
RequestLogHandler - Class in org.eclipse.jetty.server.handler
RequestLogHandler.
RequestLogHandler() - Constructor for class org.eclipse.jetty.server.handler.RequestLogHandler
 
reschedule() - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Reschedule the task on the current timeout.
reset(boolean) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
reset(boolean) - Method in interface org.eclipse.jetty.http.Generator
 
reset() - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
reset(boolean) - Method in class org.eclipse.jetty.http.HttpGenerator
 
reset() - Method in class org.eclipse.jetty.http.HttpParser
 
reset() - Method in interface org.eclipse.jetty.http.Parser
 
reset() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
reset() - Method in interface org.eclipse.jetty.io.Buffer
Reset the current getIndex to the mark
reset() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
reset() - Method in class org.eclipse.jetty.server.CookieCutter
 
reset(boolean) - Method in class org.eclipse.jetty.server.HttpConnection
 
reset() - Method in class org.eclipse.jetty.server.Response
 
reset(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
reset() - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
reset(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
reset() - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
reset() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
reset() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
RESET_CONTENT_205 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
resetBuffer() - Method in class org.eclipse.jetty.http.AbstractGenerator
 
resetBuffer() - Method in interface org.eclipse.jetty.http.Generator
 
resetBuffer() - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
resetBuffer() - Method in class org.eclipse.jetty.http.gzip.GzipStream
Reset buffer.
resetBuffer() - Method in class org.eclipse.jetty.server.Response
 
resetStats() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated. 
resetWriter() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
resolveClass(ObjectStreamClass) - Method in class org.eclipse.jetty.server.session.HashSessionManager.ClassLoadingObjectInputStream
 
resolveClass(ObjectStreamClass) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.ClassLoadingObjectInputStream
 
Resource - Class in org.eclipse.jetty.util.resource
Abstract resource class.
Resource() - Constructor for class org.eclipse.jetty.util.resource.Resource
 
ResourceCache - Class in org.eclipse.jetty.server
 
ResourceCache(ResourceCache, ResourceFactory, MimeTypes, boolean) - Constructor for class org.eclipse.jetty.server.ResourceCache
 
ResourceCache(ResourceCache, ResourceFactory, MimeTypes) - Constructor for class org.eclipse.jetty.server.ResourceCache
Constructor.
ResourceCache.Content - Class in org.eclipse.jetty.server
MetaData associated with a context Resource.
ResourceCollection - Class in org.eclipse.jetty.util.resource
A collection of resources (dirs).
ResourceCollection(Resource...) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
 
ResourceCollection(String[]) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
 
ResourceCollection(String) - Constructor for class org.eclipse.jetty.util.resource.ResourceCollection
 
ResourceFactory - Interface in org.eclipse.jetty.util.resource
ResourceFactory.
ResourceHandler - Class in org.eclipse.jetty.server.handler
Resource Handler.
ResourceHandler() - Constructor for class org.eclipse.jetty.server.handler.ResourceHandler
 
Response - Class in org.eclipse.jetty.server
Response.
Response(HttpConnection) - Constructor for class org.eclipse.jetty.server.Response
 
restoreSession(String) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
restoreSession(InputStream, HashSessionManager.HashedSession) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
restoreSessions() - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
resume() - Method in interface org.eclipse.jetty.continuation.Continuation
Resume a suspended request.
resume() - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
resume() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
resume() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
retainAll(Collection<?>) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
RETRY_AFTER - Static variable in class org.eclipse.jetty.http.HttpHeaders
Response Fields.
RETRY_AFTER_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
RETRY_AFTER_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
returnBuffer(Buffer) - Method in interface org.eclipse.jetty.io.Buffers
 
returnBuffer(Buffer) - Method in class org.eclipse.jetty.io.PooledBuffers
 
returnBuffer(Buffer) - Method in class org.eclipse.jetty.io.SimpleBuffers
 
returnBuffer(Buffer) - Method in class org.eclipse.jetty.io.ThreadLocalBuffers
 
returnBuffer(Buffer) - Method in class org.eclipse.jetty.websocket.WebSocketBuffers
 
returnBuffers() - Method in class org.eclipse.jetty.http.HttpParser
 
returnBuffers() - Method in interface org.eclipse.jetty.http.Parser
 
rewind() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
RolloverFileOutputStream - Class in org.eclipse.jetty.util
RolloverFileOutputStream This output stream puts content in a file that is rolled over every 24 hours.
RolloverFileOutputStream(String) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int, TimeZone) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
RolloverFileOutputStream(String, boolean, int, TimeZone, String, String) - Constructor for class org.eclipse.jetty.util.RolloverFileOutputStream
 
run() - Method in class org.eclipse.jetty.server.AsyncContinuation.AsyncEventState
 
run() - Method in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
run() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector.SslConnectorEndPoint
 
run() - Method in class org.eclipse.jetty.util.thread.ShutdownThread
 
RUNNING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
RuntimeIOException - Exception in org.eclipse.jetty.io
Subclass of RuntimeException used to signal that there was an IOException thrown by underlying Writer
RuntimeIOException() - Constructor for exception org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(String) - Constructor for exception org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(Throwable) - Constructor for exception org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(String, Throwable) - Constructor for exception org.eclipse.jetty.io.RuntimeIOException
 

S

SampleStatistic - Class in org.eclipse.jetty.util.statistic
SampledStatistics
SampleStatistic() - Constructor for class org.eclipse.jetty.util.statistic.SampleStatistic
 
satisfiableRanges(Enumeration, long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
 
save(OutputStream) - Method in class org.eclipse.jetty.server.session.HashSessionManager.HashedSession
 
saveFailed() - Method in class org.eclipse.jetty.server.session.HashSessionManager.HashedSession
 
saveNewSession(Object, HttpSession) - Method in class org.eclipse.jetty.server.Request
 
saveSessions(boolean) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
scan() - Method in class org.eclipse.jetty.util.Scanner
Perform a pass of the scanner and report changes
scan() - Method in interface org.eclipse.jetty.util.Scanner.ScanListener
 
scanEnded(int) - Method in interface org.eclipse.jetty.util.Scanner.ScanCycleListener
 
scanFiles() - Method in class org.eclipse.jetty.util.Scanner
Recursively scan all files in the designated directories.
Scanner - Class in org.eclipse.jetty.util
Scanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners.
Scanner() - Constructor for class org.eclipse.jetty.util.Scanner
 
Scanner.BulkListener - Interface in org.eclipse.jetty.util
 
Scanner.DiscreteListener - Interface in org.eclipse.jetty.util
 
Scanner.Listener - Interface in org.eclipse.jetty.util
Listener Marker for notifications re file changes.
Scanner.Notification - Enum in org.eclipse.jetty.util
 
Scanner.ScanCycleListener - Interface in org.eclipse.jetty.util
Listener that notifies when a scan has started and when it has ended.
Scanner.ScanListener - Interface in org.eclipse.jetty.util
 
scanStarted(int) - Method in interface org.eclipse.jetty.util.Scanner.ScanCycleListener
 
scavenge() - Method in class org.eclipse.jetty.server.session.HashSessionManager
Find sessions that have timed out and invalidate them.
schedule() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
Called by selectSet to schedule handling
schedule() - Method in class org.eclipse.jetty.util.Scanner
 
schedule(Timeout.Task) - Method in class org.eclipse.jetty.util.thread.Timeout
 
schedule(Timeout.Task, long) - Method in class org.eclipse.jetty.util.thread.Timeout
 
schedule(Timeout) - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Schedule the task on the given timeout.
schedule(Timeout, long) - Method in class org.eclipse.jetty.util.thread.Timeout.Task
Schedule the task on the given timeout.
scheduleDispatch() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
scheduleIdle() - Method in interface org.eclipse.jetty.io.AsyncEndPoint
Schedule a call to the idle timeout
scheduleIdle() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
scheduleTimeout(Timeout.Task, long) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
scheduleTimeout() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
scheduleTimeout(Timeout.Task, long) - Method in class org.eclipse.jetty.server.HttpConnection
 
scheduleWrite() - Method in interface org.eclipse.jetty.io.AsyncEndPoint
Schedule a write dispatch.
scheduleWrite() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
scheduleWrite() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
ScopedHandler - Class in org.eclipse.jetty.server.handler
ScopedHandler.
ScopedHandler() - Constructor for class org.eclipse.jetty.server.handler.ScopedHandler
 
scratchBuffer() - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
scratchBuffer() - Method in interface org.eclipse.jetty.util.ajax.JSON.Source
 
scratchBuffer() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
SEE_OTHER_303 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
seekTo(char, JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
seekTo(String, JSON.Source) - Method in class org.eclipse.jetty.util.ajax.JSON
 
SelectChannelConnector - Class in org.eclipse.jetty.server.nio
Selecting NIO connector.
SelectChannelConnector() - Constructor for class org.eclipse.jetty.server.nio.SelectChannelConnector
Constructor.
SelectChannelEndPoint - Class in org.eclipse.jetty.io.nio
An Endpoint that can be scheduled by SelectorManager.
SelectChannelEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey, int) - Constructor for class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
SelectChannelEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey) - Constructor for class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
selectCipherSuites(String[], String[]) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Select cipher suites to be used by the connector based on configured inclusion and exclusion lists as well as enabled and supported cipher suite lists.
SelectorManager - Class in org.eclipse.jetty.io.nio
The Selector Manager manages and number of SelectSets to allow NIO scheduling to scale to large numbers of connections.
SelectorManager() - Constructor for class org.eclipse.jetty.io.nio.SelectorManager
 
SelectorManager.SelectSet - Class in org.eclipse.jetty.io.nio
 
SELF_DEFINING_CONTENT - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
SEMI_COLON - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
send1xx(int) - Method in class org.eclipse.jetty.http.HttpGenerator
 
SEND_CONTINUE - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication challenge sent.
SEND_FAILURE - Static variable in interface org.eclipse.jetty.server.Authentication
Authentication failure sent.
SEND_SUCCESS - Static variable in interface org.eclipse.jetty.server.Authentication
 
sendContent(Object) - Method in class org.eclipse.jetty.server.HttpConnection.Output
 
sendControl(byte, byte[], int, int) - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
sendControl(byte, byte[], int, int) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
sendError(int, String, String, boolean) - Method in class org.eclipse.jetty.http.AbstractGenerator
Utility method to send an error response.
sendError(int, String, String, boolean) - Method in interface org.eclipse.jetty.http.Generator
 
sendError(int, String) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
sendError(int) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
sendError(int, String) - Method in class org.eclipse.jetty.server.Response
 
sendError(int) - Method in class org.eclipse.jetty.server.Response
 
sendError(int, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
sendError(int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
sendFrame(byte, byte, byte[], int, int) - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
sendFrame(byte, byte, byte[], int, int) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
sendMessage(String) - Method in interface org.eclipse.jetty.websocket.WebSocket.Connection
 
sendMessage(byte[], int, int) - Method in interface org.eclipse.jetty.websocket.WebSocket.Connection
 
sendMessage(String) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
sendMessage(byte[], int, int) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
sendProcessing() - Method in class org.eclipse.jetty.server.Response
 
sendRedirect(String) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
sendRedirect(String) - Method in class org.eclipse.jetty.server.Response
 
sendRedirect(String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
sendResponse(Buffer) - Method in class org.eclipse.jetty.http.HttpGenerator
send complete response.
sendResponse(Buffer) - Method in class org.eclipse.jetty.server.HttpConnection.Output
 
SENTINEL_FRAME - Static variable in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
SERVER - Static variable in class org.eclipse.jetty.http.HttpHeaders
Response Fields.
Server - Class in org.eclipse.jetty.server
Jetty HTTP Servlet Server.
Server() - Constructor for class org.eclipse.jetty.server.Server
 
Server(int) - Constructor for class org.eclipse.jetty.server.Server
Convenience constructor Creates server and a SelectChannelConnector at the passed port.
Server(InetSocketAddress) - Constructor for class org.eclipse.jetty.server.Server
Convenience constructor Creates server and a SelectChannelConnector at the passed address.
Server.Graceful - Interface in org.eclipse.jetty.server
 
SERVER_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
SERVER_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ServerMBean - Class in org.eclipse.jetty.server.jmx
 
ServerMBean(Object) - Constructor for class org.eclipse.jetty.server.jmx.ServerMBean
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.WebSocketServlet
 
SERVICE_UNAVAILABLE_503 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
Servlet3Continuation - Class in org.eclipse.jetty.continuation
This implementation of Continuation is used by ContinuationSupport when it detects that the application has been deployed in a non-jetty Servlet 3 server.
Servlet3Continuation(ServletRequest) - Constructor for class org.eclipse.jetty.continuation.Servlet3Continuation
 
SERVLET_ENGINE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Response Fields.
SERVLET_ENGINE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
SERVLET_ENGINE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
ServletRequestHttpWrapper - Class in org.eclipse.jetty.server
Class to tunnel a ServletRequest via a HttpServletRequest
ServletRequestHttpWrapper(ServletRequest) - Constructor for class org.eclipse.jetty.server.ServletRequestHttpWrapper
 
ServletResponseHttpWrapper - Class in org.eclipse.jetty.server
Wrapper to tunnel a ServletResponse via a HttpServletResponse
ServletResponseHttpWrapper(ServletResponse) - Constructor for class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
ServletSSL - Class in org.eclipse.jetty.server.ssl
Jetty Servlet SSL support utilities.
ServletSSL() - Constructor for class org.eclipse.jetty.server.ssl.ServletSSL
 
SessionHandler - Class in org.eclipse.jetty.server.session
SessionHandler.
SessionHandler() - Constructor for class org.eclipse.jetty.server.session.SessionHandler
Constructor.
SessionHandler(SessionManager) - Constructor for class org.eclipse.jetty.server.session.SessionHandler
 
SessionIdManager - Interface in org.eclipse.jetty.server
Session ID Manager.
SessionManager - Interface in org.eclipse.jetty.server
 
set(String[], HostMap<String>) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Helper method to process a list of new entries and replace the content of the specified host map
set(String[], IPAddressMap<PathMap>) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Helper method to process a list of new entries and replace the content of the specified address pattern map
set(int, E) - Method in class org.eclipse.jetty.util.ArrayQueue
 
set(int, E) - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
set(long) - Method in class org.eclipse.jetty.util.statistic.SampleStatistic
 
SET_COOKIE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Other Fields.
SET_COOKIE2 - Static variable in class org.eclipse.jetty.http.HttpHeaders
Other Fields.
SET_COOKIE2_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
SET_COOKIE2_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
SET_COOKIE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
SET_COOKIE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
SET_INCLUDE_HEADER_PREFIX - Static variable in class org.eclipse.jetty.server.Response
If a header name starts with this string, the header (stripped of the prefix) can be set during include using only Response.setHeader(String, String) or Response.addHeader(String, String).
setAcceptorPriorityOffset(int) - Method in class org.eclipse.jetty.server.AbstractConnector
Set the priority offset of the acceptor threads.
setAcceptors(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setAcceptQueueSize(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setAccessed(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setAliases(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAliases(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Set if resource aliases (eg symlink, 8.3 names, case insensitivity) are allowed.
setAllowNullPathInfo(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAllowRenegotiate(boolean) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Set if SSL re-negotiation is allowed.
setAllowRenegotiate(boolean) - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
Set if SSL re-negotiation is allowed.
setAllowRenegotiate(boolean) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setAllowRenegotiate(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setAllowRenegotiate(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Set if SSL re-negotiation is allowed.
setAppend(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set append to log flag.
setAssociate(Object, BufferCache.CachedBuffer) - Method in class org.eclipse.jetty.io.BufferCache.CachedBuffer
 
setAssociate(Object) - Method in class org.eclipse.jetty.util.resource.Resource
 
setAssociatedObject(Object) - Method in class org.eclipse.jetty.server.HttpConnection
 
setAsyncSupported(boolean) - Method in class org.eclipse.jetty.server.Request
 
setAttribute(String, Object) - Method in interface org.eclipse.jetty.continuation.Continuation
Set a request attribute.
setAttribute(String, Object) - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Request
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.Server
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
setAttribute(String, Object) - Method in interface org.eclipse.jetty.util.Attributes
 
setAttribute(String, Object) - Method in class org.eclipse.jetty.util.AttributesMap
 
setAttributeMap(Map<String, Object>) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setAttributes(Attributes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setAttributes(Attributes) - Method in class org.eclipse.jetty.server.Request
 
setAuthenticate(boolean) - Method in class org.eclipse.jetty.http.security.Constraint
 
setAuthentication(Authentication) - Method in class org.eclipse.jetty.server.Request
Set the authentication.
setAvailable(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set Available status.
setBaseResource(Resource) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setBaseResource(Resource) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setBlack(String[]) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Re-initialize the blacklist of existing handler object
setBlack(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Re-initialize the blacklist of existing handler object
setBlobType(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setBufferSize(int) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
setBufferSize() - Method in class org.eclipse.jetty.server.handler.GzipHandler
Get the buffer size.
setBufferSize(int) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Set the buffer size.
setBufferSize(int) - Method in class org.eclipse.jetty.server.Response
 
setBufferSize(int) - Method in class org.eclipse.jetty.websocket.WebSocketFactory
Set the bufferSize.
setBufferSize(int) - Method in class org.eclipse.jetty.websocket.WebSocketHandler
Set the bufferSize.
setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
Set the cacheControl.
setCacheControl(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setCanonicalContext(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setCertAlias(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setCharacterEncoding(String) - Method in class org.eclipse.jetty.server.HttpWriter
 
setCharacterEncoding(String) - Method in class org.eclipse.jetty.server.Request
 
setCharacterEncoding(String) - Method in class org.eclipse.jetty.server.Response
 
setCharacterEncodingUnchecked(String) - Method in class org.eclipse.jetty.server.Request
 
setCheckAliases(boolean) - Static method in class org.eclipse.jetty.util.resource.FileResource
setCheckAliases.
setCheckingRemoteSessionIdEncoding(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setCheckingRemoteSessionIdEncoding(boolean) - Method in interface org.eclipse.jetty.server.SessionManager
 
setClassLoader(ClassLoader) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setCompactPath(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setConfidentialPort(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setConfidentialScheme(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setConnection(Connection) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setConnection(Connection) - Method in interface org.eclipse.jetty.io.ConnectedEndPoint
 
setConnection(Connection) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
setConnection(HttpConnection) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
setConnection(Connection) - Method in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
setConnection(ConnectHandler.ProxyToServerConnection) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
setConnection(ConnectHandler.ClientToProxyConnection) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
setConnection(HttpConnection) - Method in class org.eclipse.jetty.server.Request
 
setConnectorNames(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the names of accepted connectors.
setConnectors(Connector[]) - Method in class org.eclipse.jetty.server.Server
Set the connectors for this server.
setConnectTimeout(int) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
setContentEncodingGzip() - Method in class org.eclipse.jetty.http.gzip.GzipStream
Sets the content encoding gzip.
setContentLength(long) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
setContentLength(long) - Method in interface org.eclipse.jetty.http.Generator
 
setContentLength(int) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
setContentLength(long) - Method in class org.eclipse.jetty.http.gzip.GzipStream
Sets the content length.
setContentLength(int) - Method in class org.eclipse.jetty.server.Response
 
setContentType(String) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
setContentType(String) - Method in class org.eclipse.jetty.server.Request
 
setContentType(String) - Method in class org.eclipse.jetty.server.Response
 
setContext(ContextHandler.Context) - Method in class org.eclipse.jetty.server.Request
Set request context
setContextAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
setContextAttribute(String, String) - Method in class org.eclipse.jetty.server.handler.jmx.ContextHandlerMBean
 
setContextClass(Class) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
setContextPath(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setContextPath(String) - Method in class org.eclipse.jetty.server.Request
Sets the "context path" for this request
setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.CookieCutter
 
setCookies(Cookie[]) - Method in class org.eclipse.jetty.server.Request
 
setCookieSet(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setCount(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
setCreated(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setCrlPath(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setCurrentConnection(HttpConnection) - Static method in class org.eclipse.jetty.server.HttpConnection
 
setDaemon(boolean) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Delegated to the named or anonymous Pool.
setDataConstraint(int) - Method in class org.eclipse.jetty.http.security.Constraint
 
setDatasourceName(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setDate(Buffer) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
setDate(Buffer) - Method in interface org.eclipse.jetty.http.Generator
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.server.Response
 
setDateHeader(String, long) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
setDebugEnabled(boolean) - Method in interface org.eclipse.jetty.util.log.Logger
Mutator used to turn debug on programmatically.
setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
setDebugEnabled(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
setDefault(JSON) - Static method in class org.eclipse.jetty.util.ajax.JSON
Deprecated. 
setDefaultUseCaches(boolean) - Static method in class org.eclipse.jetty.util.resource.Resource
Change the default setting for url connection caches.
setDeferringInterestedOps0(boolean) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
setDetailedDump(boolean) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setDirectoriesListed(boolean) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
Set the directory.
setDiscardPathInfo(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setDiscardQuery(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setDispatcherType(DispatcherType) - Method in class org.eclipse.jetty.server.Request
 
setDispatchTime(long) - Method in class org.eclipse.jetty.server.Request
Set timetstamp of request dispatch
setDisplayName(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setDouble(boolean) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
setDriverInfo(String, String) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
Configure jdbc connection information via a jdbc Driver
setDumpAfterStart(boolean) - Method in class org.eclipse.jetty.server.Server
 
setDumpBeforeStop(boolean) - Method in class org.eclipse.jetty.server.Server
 
setDuration(long) - Method in class org.eclipse.jetty.util.thread.Timeout
 
setEnableCRLDP(boolean) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Enables CRL Distribution Points Support
setEnableCRLDP(boolean) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Enables CRL Distribution Points Support
setEnableOCSP(boolean) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Enables On-Line Certificate Status Protocol support
setEnableOCSP(boolean) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Enables On-Line Certificate Status Protocol support
setEndPoint(SelectChannelEndPoint) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setEventListeners(EventListener[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the context event listeners.
setExcludeCipherSuites(String[]) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setExcludeCipherSuites(String[]) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setExcludeCipherSuites(String[]) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setExcludeCipherSuites(String[]) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setExcluded(Set<String>) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Set the excluded user agents.
setExcluded(String) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Set the excluded user agents.
setExpires(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setExpiryTime(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setExtended(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the extended request log format flag.
setFilename(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the output file name of the request log.
setFilenameDateFormat(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the log file name date format.
setFilenameFilter(FilenameFilter) - Method in class org.eclipse.jetty.util.Scanner
Apply a filter to files found in the scan directory.
setFlag(byte, int) - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
setForceContentBuffer(boolean) - Method in class org.eclipse.jetty.http.HttpParser
 
setForwarded(boolean) - Method in class org.eclipse.jetty.server.AbstractConnector
Set reverse proxy handling.
setForwardedCipherSuiteHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setForwardedForHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setForwardedHostHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setForwardedProtoHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
Set the forwardedProtoHeader.
setForwardedServerHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setForwardedSslSessionIdHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setGetIndex(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
setGetIndex(int) - Method in interface org.eclipse.jetty.io.Buffer
Set the buffers start getIndex.
setGracefulShutdown(int) - Method in class org.eclipse.jetty.server.Server
Set graceful shutdown timeout.
setGrowOutput(boolean) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setHandled(boolean) - Method in class org.eclipse.jetty.server.Request
 
setHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
setHandler(Handler) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
setHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.ContextHandlerCollection
 
setHandlers(Handler[]) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
setHandshakeTimeout(int) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Set the time in milliseconds for so_timeout during ssl handshaking
setHead(boolean) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
setHead(boolean) - Method in interface org.eclipse.jetty.http.Generator
 
setHeader(String, String) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
setHeader(String, String) - Method in class org.eclipse.jetty.server.Response
 
setHeader(String, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setHeadResponse(boolean) - Method in class org.eclipse.jetty.http.HttpParser
Set if a HEAD response is expected
setHideStacks(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
setHixieKeys(String, String) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
setHost(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setHost(String) - Method in interface org.eclipse.jetty.server.Connector
Set the hostname of the interface to bind to.
setHostHeader(String) - Method in class org.eclipse.jetty.server.AbstractConnector
Set a forced valued for the host header to control what is returned by ServletRequest.getServerName() and ServletRequest.getServerPort().
setHttpOnly(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setIdChanged(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
setIdleSavePeriod(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
Configures the period in seconds after which a session is deemed idle and saved to save on session memory.
setIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setIdManager(SessionIdManager) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the cross context session id manager
setIgnoreCase(boolean) - Method in class org.eclipse.jetty.util.StringMap
Set the ignoreCase attribute.
setIgnorePaths(String[]) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set request paths that will not be logged.
setIn(ByteArrayBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setIncludeCipherSuites(String[]) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setIncludeCipherSuites(String[]) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setIncludeCipherSuites(String[]) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setIncludeCipherSuites(String[]) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
setInitParameter(String, String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setInput(String) - Method in class org.eclipse.jetty.io.bio.StringEndPoint
 
setInputStream(InputStream) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
setIntegralPort(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setIntegralScheme(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setIntHeader(String, int) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
setIntHeader(String, int) - Method in class org.eclipse.jetty.server.Response
 
setIntHeader(String, int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setKeyManagerPassword(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setKeyPassword(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setKeyPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setKeyPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setKeyStore(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setKeyStore(KeyStore) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Set the key store.
setKeystore(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setKeystore(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setKeystore(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setKeyStoreInputStream(InputStream) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Deprecated.  
setKeyStorePassword(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setKeyStoreProvider(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setKeyStoreResource(Resource) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Set the key store resource.
setKeyStoreType(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setKeystoreType(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setKeystoreType(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setKeystoreType(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setLastAccessed(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setLastNode(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setLastSaved(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setLazyLoad(boolean) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setLength(int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
setLocale(Locale) - Method in class org.eclipse.jetty.server.Response
 
setLog(Logger) - Static method in class org.eclipse.jetty.util.log.Log
 
setLogCookies(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls logging of the request cookies.
setLogDateFormat(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the timestamp format for request log entries in the file.
setLogDispatch(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls logging of the request dispatch time
setLogger(Logger) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setLogLatency(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls logging of request processing time.
setLogLocale(Locale) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the locale of the request log.
setLogServer(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls logging of the request hostname.
setLogTimeZone(String) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the timezone of the request log.
setLogToParent(String) - Static method in class org.eclipse.jetty.util.log.Log
Set Log to parent Logger.
setLongContentLength(long) - Method in class org.eclipse.jetty.server.Response
 
setLowResourceMaxIdleTime(int) - Method in class org.eclipse.jetty.server.AbstractConnector
Deprecated.  
setLowResourceMaxIdleTime(int) - Method in interface org.eclipse.jetty.server.Connector
 
setLowResourcesConnections(long) - Method in class org.eclipse.jetty.io.nio.SelectorManager
Set the number of connections, which if exceeded places this manager in low resources state.
setLowResourcesConnections(int) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
Set the number of connections, which if exceeded places this manager in low resources state.
setLowResourcesMaxIdleTime(long) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
setLowResourcesMaxIdleTime(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setLowResourcesMaxIdleTime(int) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
Set the period in ms that a connection is allowed to be idle when this there are more than SelectChannelConnector.getLowResourcesConnections() connections.
setManagedAttribute(String, Object) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setMarkIndex(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
setMarkIndex(int) - Method in interface org.eclipse.jetty.io.Buffer
Set a specific value for the mark.
setMaxBinaryMessageSize(int) - Method in interface org.eclipse.jetty.websocket.WebSocket.Connection
 
setMaxBinaryMessageSize(int) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
setMaxBuffers(int) - Method in class org.eclipse.jetty.http.HttpBuffers
 
setMaxCachedFiles(int) - Method in class org.eclipse.jetty.server.ResourceCache
 
setMaxCachedFileSize(int) - Method in class org.eclipse.jetty.server.ResourceCache
 
setMaxCacheSize(int) - Method in class org.eclipse.jetty.server.ResourceCache
 
setMaxCertPathLength(int) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setMaxCertPathLength(int) - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
setMaxCookieAge(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setMaxCookieAge(int) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the max age to set on the session cookie, in seconds
setMaxCookieVersion(int) - Method in class org.eclipse.jetty.server.Server
Set the maximum cookie version.
setMaxFormContentSize(int) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setMaxIdleMs(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setMaxIdleTime(int) - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
setMaxIdleTime(int) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
setMaxIdleTime(int) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setMaxIdleTime(int) - Method in interface org.eclipse.jetty.io.EndPoint
Set the max idle time.
setMaxIdleTime(int) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
setMaxIdleTime(int) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
Don't set the SoTimeout
setMaxIdleTime(long) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
setMaxIdleTime(int) - Method in class org.eclipse.jetty.server.AbstractConnector
Set the maximum Idle time for a connection, which roughly translates to the Socket.setSoTimeout(int) call, although with NIO implementations other mechanisms may be used to implement the timeout.
setMaxIdleTime(int) - Method in interface org.eclipse.jetty.server.Connector
 
setMaxIdleTime(int) - Method in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
setMaxIdleTime(int) - Method in class org.eclipse.jetty.websocket.WebSocketFactory
Set the maxIdleTime.
setMaxIdleTime(int) - Method in class org.eclipse.jetty.websocket.WebSocketHandler
Set the maxIdleTime.
setMaxIdleTimeMs(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the maximum thread idle time.
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager.HashedSession
 
setMaxInactiveInterval(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setMaxInactiveInterval(int) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the max period of inactivity, after which the session is invalidated, in seconds.
setMaxQueued(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setMaxStopTimeMs(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setMaxTextMessageSize(int) - Method in interface org.eclipse.jetty.websocket.WebSocket.Connection
 
setMaxTextMessageSize(int) - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
setMaxThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the maximum number of threads.
setMaxThreads(int) - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
setMetaManager(SessionIdManager) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Deprecated. use AbstractSessionManager.setIdManager(SessionIdManager)
setMethod(String) - Method in class org.eclipse.jetty.server.Request
 
setMimeMap(Map) - Method in class org.eclipse.jetty.http.MimeTypes
 
setMimeTypes(Set<String>) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
Sets the mime types.
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setMimeTypes(Set<String>) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Set the mime types.
setMimeTypes(String) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Set the mime types.
setMimeTypes(MimeTypes) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setMinGzipSize(int) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
Sets the min gzip size.
setMinGzipSize(int) - Method in class org.eclipse.jetty.server.handler.GzipHandler
Set the minimum reponse size.
setMinThreads(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the minimum number of threads.
setMinThreads(int) - Method in interface org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool
 
setName(String) - Method in class org.eclipse.jetty.http.security.Constraint
 
setName(String) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setName(String) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setNeedClientAuth(boolean) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setNeedClientAuth(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setNewContextURL(String) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setNodeIdInSessionId(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setNonBlocking(boolean) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setNow() - Method in class org.eclipse.jetty.util.thread.Timeout
 
setNow(long) - Method in class org.eclipse.jetty.util.thread.Timeout
 
setOcspResponderURL(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Set the location of the OCSP Responder.
setOcspResponderURL(String) - Method in class org.eclipse.jetty.util.security.CertificateValidator
Set the location of the OCSP Responder.
setOut(ByteArrayBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setOutputStream(OutputStream) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
setOutputStream(OutputStream) - Method in class org.eclipse.jetty.server.handler.DebugHandler
 
setParallelStart(boolean) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
Set the parallelStart.
setParameters(MultiMap<String>) - Method in class org.eclipse.jetty.server.Request
 
setPassword(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setPathInfo(String) - Method in class org.eclipse.jetty.server.Request
 
setPathSpecSeparators(String) - Static method in class org.eclipse.jetty.http.PathMap
Set the path spec separator.
setPermanent(boolean) - Method in class org.eclipse.jetty.server.handler.MovedContextHandler
 
setPersistent(boolean) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
setPersistent(boolean) - Method in interface org.eclipse.jetty.http.Generator
 
setPort(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setPort(int) - Method in interface org.eclipse.jetty.server.Connector
 
setPreferProxiedForAddress(boolean) - Method in class org.eclipse.jetty.server.NCSARequestLog
Controls whether the actual IP address of the connection or the IP address from the X-Forwarded-For header will be logged.
setProps(Object, Map<?, ?>) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
setProtocol(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setProtocol(String) - Method in class org.eclipse.jetty.server.Request
 
setProtocol(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setProtocol(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setProtocol(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setProvider(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setProvider(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setProvider(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setProvider(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setPutIndex(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
setPutIndex(int) - Method in interface org.eclipse.jetty.io.Buffer
 
setQueryEncoding(String) - Method in class org.eclipse.jetty.server.Request
Set the character encoding used for the query string.
setQueryString(String) - Method in class org.eclipse.jetty.server.Request
 
setRandom(Random) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
setReader(Reader) - Method in class org.eclipse.jetty.util.ajax.JSON.ReaderSource
 
setReason(String) - Method in exception org.eclipse.jetty.http.HttpException
 
setRecursive(boolean) - Method in class org.eclipse.jetty.util.Scanner
 
setRefreshCookieAge(int) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setRemoteAddr(String) - Method in class org.eclipse.jetty.server.Request
 
setRemoteHost(String) - Method in class org.eclipse.jetty.server.Request
 
setReportDirs(boolean) - Method in class org.eclipse.jetty.util.Scanner
Set if found directories should be reported.
setReportExistingFilesOnStartup(boolean) - Method in class org.eclipse.jetty.util.Scanner
Whether or not an initial scan will report all files as being added.
setRequest(String, String) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
setRequest(String, String) - Method in interface org.eclipse.jetty.http.Generator
 
setRequestBuffers(Buffers) - Method in class org.eclipse.jetty.http.HttpBuffers
 
setRequestBufferSize(int) - Method in class org.eclipse.jetty.http.HttpBuffers
 
setRequestBufferSize(int) - Method in interface org.eclipse.jetty.server.Connector
Set the size of the content buffer for receiving requests.
setRequestBufferType(Buffers.Type) - Method in class org.eclipse.jetty.http.HttpBuffers
 
setRequestedId(Request, HttpServletRequest) - Method in class org.eclipse.jetty.server.session.SessionHandler
Look for a requested session ID in cookies and URI parameters
setRequestedSessionId(String) - Method in class org.eclipse.jetty.server.Request
 
setRequestedSessionIdFromCookie(boolean) - Method in class org.eclipse.jetty.server.Request
 
setRequestHeaderSize(int) - Method in class org.eclipse.jetty.http.HttpBuffers
 
setRequestHeaderSize(int) - Method in interface org.eclipse.jetty.server.Connector
Set the size of the buffer to be used for request headers.
setRequestHeaderType(Buffers.Type) - Method in class org.eclipse.jetty.http.HttpBuffers
 
setRequestLog(RequestLog) - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
setRequestURI(String) - Method in class org.eclipse.jetty.server.Request
 
setResolveNames(boolean) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setResourceBase(String) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setResourceBase(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setResourceBase(String) - Method in class org.eclipse.jetty.websocket.TestServer
 
setResources(Resource[]) - Method in class org.eclipse.jetty.util.resource.ResourceCollection
Deprecated. 
setResponse(int, String) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
setResponse(int, String) - Method in interface org.eclipse.jetty.http.Generator
 
setResponseBuffers(Buffers) - Method in class org.eclipse.jetty.http.HttpBuffers
 
setResponseBufferSize(int) - Method in class org.eclipse.jetty.http.HttpBuffers
 
setResponseBufferSize(int) - Method in interface org.eclipse.jetty.server.Connector
Set the size of the content buffer for sending responses.
setResponseBufferType(Buffers.Type) - Method in class org.eclipse.jetty.http.HttpBuffers
 
setResponseHeaderSize(int) - Method in class org.eclipse.jetty.http.HttpBuffers
 
setResponseHeaderSize(int) - Method in interface org.eclipse.jetty.server.Connector
Set the size of the buffer to be used for request headers.
setResponseHeaderType(Buffers.Type) - Method in class org.eclipse.jetty.http.HttpBuffers
 
setRetainDays(int) - Method in class org.eclipse.jetty.server.NCSARequestLog
Set the number of days before rotated log files are deleted.
setReuseAddress(boolean) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setRoles(String[]) - Method in class org.eclipse.jetty.http.security.Constraint
 
setRowId(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setSaveInterval(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Set the time in seconds which is the interval between saving the session access time to the database.
setSavePeriod(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setScanDepth(int) - Method in class org.eclipse.jetty.util.Scanner
Set the scanDepth.
setScanDir(File) - Method in class org.eclipse.jetty.util.Scanner
Deprecated. use setScanDirs(List dirs) instead
setScanDirs(List<File>) - Method in class org.eclipse.jetty.util.Scanner
 
setScanInterval(int) - Method in class org.eclipse.jetty.util.Scanner
Set the scan interval
setScavengeInterval(long) - Method in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
setScavengePeriod(int) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setScheme(String) - Method in class org.eclipse.jetty.server.Request
 
setSecureCookies(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Set if the session manager should use SecureCookies.
setSecureRandomAlgorithm(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setSecureRandomAlgorithm(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setSecureRandomAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setSecureRandomAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setSelectSets(int) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
setSendDateHeader(boolean) - Method in class org.eclipse.jetty.server.Server
 
setSendServerVersion(boolean) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
setSendServerVersion(boolean) - Method in interface org.eclipse.jetty.http.Generator
 
setSendServerVersion(boolean) - Method in class org.eclipse.jetty.server.Server
 
setServeIcon(boolean) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
setServer(Server) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setServer(Server) - Method in interface org.eclipse.jetty.server.Connector
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.AbstractHandler
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.HandlerCollection
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.HandlerWrapper
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.HotSwapHandler
 
setServer(Server) - Method in class org.eclipse.jetty.server.handler.RequestLogHandler
 
setServer(Server) - Method in interface org.eclipse.jetty.server.Handler
 
setServer(Server) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setServerName(String) - Method in class org.eclipse.jetty.server.Request
 
setServerPort(int) - Method in class org.eclipse.jetty.server.Request
 
setServerVersion(String) - Static method in class org.eclipse.jetty.http.HttpGenerator
 
setServletPath(String) - Method in class org.eclipse.jetty.server.Request
 
setSession(HttpSession) - Method in class org.eclipse.jetty.server.Request
 
setSessionCachingEnabled(boolean) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Set the flag to enable SSL Session caching.
setSessionCookie(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionCookie(String) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the session cookie name.
setSessionDomain(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionDomain(String) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the domain to set on the session cookie
setSessionHandler(SessionHandler) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionHandler(SessionHandler) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the SessionHandler.
setSessionIdManager(SessionIdManager) - Method in class org.eclipse.jetty.server.Server
 
setSessionIdPathParameterName(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionIdPathParameterName(String) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the session id URL path parameter name.
setSessionManager(SessionManager) - Method in class org.eclipse.jetty.server.Request
 
setSessionManager(SessionManager) - Method in class org.eclipse.jetty.server.session.SessionHandler
 
setSessionPath(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setSessionPath(String) - Method in interface org.eclipse.jetty.server.SessionManager
Sets the path to set on the session cookie
setShowContexts(boolean) - Method in class org.eclipse.jetty.server.handler.DefaultHandler
 
setShowStacks(boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
setShutdown(boolean) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set shutdown status.
setShutdown(boolean) - Method in interface org.eclipse.jetty.server.Server.Graceful
 
setSingle(boolean) - Method in class org.eclipse.jetty.util.QuotedStringTokenizer
 
setSize(int) - Method in class org.eclipse.jetty.websocket.TestClient
 
setSoLingerTime(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setSource(boolean) - Method in class org.eclipse.jetty.util.log.StdErrLog
Set if a log source is logged.
setSslContext(SSLContext) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setSslContext(SSLContext) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setSslContext(SSLContext) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setSslContext(SSLContext) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setSslKeyManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setSslKeyManagerFactoryAlgorithm(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setSslKeyManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setSslKeyManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setSslSessionCacheSize(int) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
SEt SSL session cache size.
setSslSessionTimeout(int) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Set SSL session timeout.
setSslTrustManagerFactoryAlgorithm(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setSslTrustManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setSslTrustManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setState(int) - Method in class org.eclipse.jetty.http.HttpParser
 
setStatsOn(boolean) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setStatsOn(boolean) - Method in interface org.eclipse.jetty.server.Connector
 
setStatus(int, String) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
setStatus(int) - Method in class org.eclipse.jetty.http.gzip.GzipResponseWrapper
 
setStatus(int) - Method in exception org.eclipse.jetty.http.HttpException
 
setStatus(int) - Method in class org.eclipse.jetty.server.Response
 
setStatus(int, String) - Method in class org.eclipse.jetty.server.Response
 
setStatus(int) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setStatus(int, String) - Method in class org.eclipse.jetty.server.ServletResponseHttpWrapper
 
setStopAtShutdown(boolean) - Method in class org.eclipse.jetty.server.Server
 
setStoreDirectory(File) - Method in class org.eclipse.jetty.server.session.HashSessionManager
 
setStringBufferSize(int) - Method in class org.eclipse.jetty.util.ajax.JSON
 
setStylesheet(String) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setThreadPool(ThreadPool) - Method in class org.eclipse.jetty.server.AbstractConnector
 
setThreadPool(ThreadPool) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
setThreadPool(ThreadPool) - Method in class org.eclipse.jetty.server.Server
 
setThreadsPriority(int) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Set the priority of the pool threads.
setTimeout(long) - Method in interface org.eclipse.jetty.continuation.Continuation
Set the continuation timeout.
setTimeout(long) - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
setTimeout(long) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
setTimeout(long) - Method in interface org.eclipse.jetty.server.AsyncContext
 
setTimeout(long) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
setTimeStamp(long) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
setTimeStamp(long) - Method in class org.eclipse.jetty.server.Request
 
setTimeZone(TimeZone) - Method in class org.eclipse.jetty.util.DateCache
Set the timezone.
setTimeZoneID(String) - Method in class org.eclipse.jetty.util.DateCache
Set the timezone.
setTrustManagerFactoryAlgorithm(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setTrustPassword(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setTrustPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setTrustPassword(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setTrustStore(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setTrustStore(KeyStore) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Set the trust store.
setTrustStore(Resource) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Set the trust store resource.
setTruststore(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setTruststore(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setTruststore(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setTrustStoreInputStream(InputStream) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
Deprecated.  
setTrustStorePassword(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setTrustStoreProvider(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setTrustStoreType(String) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setTruststoreType(String) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setTruststoreType(String) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setTruststoreType(String) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setUncheckedPrintWriter(boolean) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Set if unchecked exceptions are thrown
setUri(HttpURI) - Method in class org.eclipse.jetty.server.Request
 
setUseDirectBuffers(boolean) - Method in class org.eclipse.jetty.server.nio.AbstractNIOConnector
 
setUseFileMappedBuffer(boolean) - Method in class org.eclipse.jetty.server.ResourceCache
 
setUserIdentityScope(UserIdentity.Scope) - Method in class org.eclipse.jetty.server.Request
 
setUsingCookies(boolean) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
 
setValidateCerts(boolean) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setValidatePeerCerts(boolean) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setValue(Object) - Method in class org.eclipse.jetty.http.PathMap.Entry
 
setVerbose(boolean) - Method in class org.eclipse.jetty.websocket.TestServer
 
setVersion(int) - Method in class org.eclipse.jetty.http.AbstractGenerator
 
setVersion(int) - Method in interface org.eclipse.jetty.http.Generator
 
setVirtualHost(String) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
setVirtualHosts(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
Set the virtual hosts for the context.
setWantClientAuth(boolean) - Method in class org.eclipse.jetty.http.ssl.SslContextFactory
 
setWantClientAuth(boolean) - Method in interface org.eclipse.jetty.server.ssl.SslConnector
Deprecated.  
setWantClientAuth(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
Deprecated.  
setWantClientAuth(boolean) - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector
Deprecated.  
setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
setWelcomeFiles(String[]) - Method in class org.eclipse.jetty.server.handler.ResourceHandler
 
setWhite(String[]) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Re-initialize the whitelist of existing handler object
setWhite(String[]) - Method in class org.eclipse.jetty.server.handler.IPAccessHandler
Re-initialize the whitelist of existing handler object
setWidth(int) - Method in class org.eclipse.jetty.util.StringMap
Set the hash width.
setWorkerName(String) - Method in class org.eclipse.jetty.server.session.AbstractSessionIdManager
Set the workname.
setWriteTimeout(int) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
 
SHORT - Static variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
shutdownInput() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
shutdownInput() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
shutdownInput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
shutdownInput() - Method in interface org.eclipse.jetty.io.EndPoint
Shutdown any backing input stream associated with the endpoint
shutdownInput() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
shutdownInput() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector.SslConnectorEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
shutdownOutput() - Method in interface org.eclipse.jetty.io.EndPoint
Shutdown any backing output stream associated with the endpoint
shutdownOutput() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
shutdownOutput() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
shutdownOutput() - Method in class org.eclipse.jetty.server.ssl.SslSocketConnector.SslConnectorEndPoint
 
ShutdownThread - Class in org.eclipse.jetty.util.thread
ShutdownThread is a shutdown hook thread implemented as singleton that maintains a list of lifecycle instances that are registered with it and provides ability to stop these lifecycles upon shutdown of the Java Virtual Machine
sidBytesToString(byte[]) - Static method in class org.eclipse.jetty.util.StringUtil
Converts a binary SID to a string SID http://en.wikipedia.org/wiki/Security_Identifier S-1-IdentifierAuthority-SubAuthority1-SubAuthority2-...-SubAuthorityn
sidStringToBytes(String) - Static method in class org.eclipse.jetty.util.StringUtil
Converts a string SID to a binary SID http://en.wikipedia.org/wiki/Security_Identifier S-1-IdentifierAuthority-SubAuthority1-SubAuthority2-...-SubAuthorityn
SimpleBuffers - Class in org.eclipse.jetty.io
SimpleBuffers.
SimpleBuffers(Buffer, Buffer) - Constructor for class org.eclipse.jetty.io.SimpleBuffers
 
SingletonList - Class in org.eclipse.jetty.util
Singleton List.
size() - Method in class org.eclipse.jetty.http.HttpFields
 
size() - Method in class org.eclipse.jetty.util.ArrayQueue
 
size() - Method in class org.eclipse.jetty.util.AttributesMap
 
size() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
 
size() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
size() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
size(Object) - Static method in class org.eclipse.jetty.util.LazyList
The size of a lazy List
size() - Method in exception org.eclipse.jetty.util.MultiException
 
size() - Method in class org.eclipse.jetty.util.MultiMap
 
size() - Method in class org.eclipse.jetty.util.SingletonList
 
size() - Method in class org.eclipse.jetty.util.StringMap
 
skip(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
skip(int) - Method in interface org.eclipse.jetty.io.Buffer
Skip _content.
skipCRLF() - Method in class org.eclipse.jetty.http.HttpParser
Skip any CRLFs in buffers
SLASH - Static variable in class org.eclipse.jetty.util.URIUtil
 
Slf4jLog - Class in org.eclipse.jetty.util.log
Slf4jLog Logger
Slf4jLog() - Constructor for class org.eclipse.jetty.util.log.Slf4jLog
 
Slf4jLog(String) - Constructor for class org.eclipse.jetty.util.log.Slf4jLog
 
slice() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
slice() - Method in interface org.eclipse.jetty.io.Buffer
 
sliceFromMark() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
sliceFromMark(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
sliceFromMark() - Method in interface org.eclipse.jetty.io.Buffer
 
sliceFromMark(int) - Method in interface org.eclipse.jetty.io.Buffer
 
SocketConnector - Class in org.eclipse.jetty.server.bio
Socket Connector.
SocketConnector() - Constructor for class org.eclipse.jetty.server.bio.SocketConnector
Constructor.
SocketConnector.ConnectorEndPoint - Class in org.eclipse.jetty.server.bio
 
SocketConnector.ConnectorEndPoint(Socket) - Constructor for class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
SocketEndPoint - Class in org.eclipse.jetty.io.bio
To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
SocketEndPoint(Socket) - Constructor for class org.eclipse.jetty.io.bio.SocketEndPoint
 
SocketEndPoint(Socket, int) - Constructor for class org.eclipse.jetty.io.bio.SocketEndPoint
 
SPACE - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
space() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
space() - Method in interface org.eclipse.jetty.io.Buffer
the space remaining in the buffer.
space() - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
spareCapacity() - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
SslCertificates - Class in org.eclipse.jetty.server.ssl
 
SslCertificates() - Constructor for class org.eclipse.jetty.server.ssl.SslCertificates
 
sslClose() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
SslConnector - Interface in org.eclipse.jetty.server.ssl
The interface for SSL connectors and their configuration methods.
SslContextFactory - Class in org.eclipse.jetty.http.ssl
SslContextFactory is used to configure SSL connectors as well as HttpClient.
SslContextFactory() - Constructor for class org.eclipse.jetty.http.ssl.SslContextFactory
Construct an instance of SslContextFactory Default constructor for use in XmlConfiguration files
SslContextFactory(String) - Constructor for class org.eclipse.jetty.http.ssl.SslContextFactory
Construct an instance of SslContextFactory
SslSelectChannelConnector - Class in org.eclipse.jetty.server.ssl
SslSelectChannelConnector.
SslSelectChannelConnector() - Constructor for class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
SslSelectChannelConnector(SslContextFactory) - Constructor for class org.eclipse.jetty.server.ssl.SslSelectChannelConnector
 
SslSelectChannelEndPoint - Class in org.eclipse.jetty.io.nio
SslSelectChannelEndPoint
SslSelectChannelEndPoint(Buffers, SocketChannel, SelectorManager.SelectSet, SelectionKey, SSLEngine, int) - Constructor for class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
SslSelectChannelEndPoint(Buffers, SocketChannel, SelectorManager.SelectSet, SelectionKey, SSLEngine) - Constructor for class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
SslSocketConnector - Class in org.eclipse.jetty.server.ssl
SSL Socket Connector.
SslSocketConnector() - Constructor for class org.eclipse.jetty.server.ssl.SslSocketConnector
Constructor.
SslSocketConnector(SslContextFactory) - Constructor for class org.eclipse.jetty.server.ssl.SslSocketConnector
 
SslSocketConnector.SslConnectorEndPoint - Class in org.eclipse.jetty.server.ssl
 
SslSocketConnector.SslConnectorEndPoint(Socket) - Constructor for class org.eclipse.jetty.server.ssl.SslSocketConnector.SslConnectorEndPoint
 
start(Runnable) - Method in interface org.eclipse.jetty.server.AsyncContext
 
start(Runnable) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
start() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
start() - Method in interface org.eclipse.jetty.util.component.LifeCycle
Starts the component.
startAsync() - Method in class org.eclipse.jetty.server.Request
 
startAsync(ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.Request
 
startContext() - Method in class org.eclipse.jetty.server.handler.ContextHandler
Extensible startContext.
STARTED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STARTING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
startPart(String) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
Start creation of the next Content.
startPart(String, String[]) - Method in class org.eclipse.jetty.util.MultiPartOutputStream
Start creation of the next Content.
startPart(String) - Method in class org.eclipse.jetty.util.MultiPartWriter
Start creation of the next Content.
startPart(String, String[]) - Method in class org.eclipse.jetty.util.MultiPartWriter
Start creation of the next Content.
startRequest(Buffer, Buffer, Buffer) - Method in class org.eclipse.jetty.http.HttpParser.EventHandler
This is the method called by parser when the HTTP request line is parsed
startResponse(Buffer, int, Buffer) - Method in class org.eclipse.jetty.http.HttpParser.EventHandler
This is the method called by parser when the HTTP request line is parsed
startsWithIgnoreCase(String, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
STATE_CHUNK - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_CHUNK_PARAMS - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_CHUNK_SIZE - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_CHUNKED_CONTENT - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_CONTENT - Static variable in class org.eclipse.jetty.http.AbstractGenerator
 
STATE_CONTENT - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_DATA - Static variable in class org.eclipse.jetty.websocket.WebSocketParserD00
 
STATE_END - Static variable in class org.eclipse.jetty.http.AbstractGenerator
 
STATE_END - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_END0 - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_END1 - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_EOF_CONTENT - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_FIELD0 - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_FIELD2 - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_FLUSHING - Static variable in class org.eclipse.jetty.http.AbstractGenerator
 
STATE_HEADER - Static variable in class org.eclipse.jetty.http.AbstractGenerator
 
STATE_HEADER - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_HEADER_IN_NAME - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_HEADER_IN_VALUE - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_HEADER_NAME - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_HEADER_VALUE - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_LENGTH - Static variable in class org.eclipse.jetty.websocket.WebSocketParserD00
 
STATE_SENTINEL_DATA - Static variable in class org.eclipse.jetty.websocket.WebSocketParserD00
 
STATE_SPACE1 - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_SPACE2 - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_START - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_START - Static variable in class org.eclipse.jetty.websocket.WebSocketParserD00
 
STATE_STATUS - Static variable in class org.eclipse.jetty.http.HttpParser
 
STATE_URI - Static variable in class org.eclipse.jetty.http.HttpParser
 
StatisticsHandler - Class in org.eclipse.jetty.server.handler
 
StatisticsHandler() - Constructor for class org.eclipse.jetty.server.handler.StatisticsHandler
 
statsReset() - Method in class org.eclipse.jetty.server.AbstractConnector
Reset statistics.
statsReset() - Method in interface org.eclipse.jetty.server.Connector
Reset statistics.
statsReset() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
Resets the current request statistics.
statsReset() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager
Reset statistics values
StdErrLog - Class in org.eclipse.jetty.util.log
StdErr Logging.
StdErrLog() - Constructor for class org.eclipse.jetty.util.log.StdErrLog
 
StdErrLog(String) - Constructor for class org.eclipse.jetty.util.log.StdErrLog
 
stop() - Method in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
stop() - Method in interface org.eclipse.jetty.util.component.LifeCycle
Stops the component.
stopAccept(int) - Method in class org.eclipse.jetty.server.AbstractConnector
 
STOPPED - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
STOPPING - Static variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
stopThread(long) - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
Deprecated. Use QueuedThreadPool.interruptThread(long) in preference
storeSession(JDBCSessionManager.SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Insert a session into the database.
STREAM - Static variable in class org.eclipse.jetty.server.Response
 
StreamEndPoint - Class in org.eclipse.jetty.io.bio
To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
StreamEndPoint(InputStream, OutputStream) - Constructor for class org.eclipse.jetty.io.bio.StreamEndPoint
 
StringEndPoint - Class in org.eclipse.jetty.io.bio
To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
StringEndPoint() - Constructor for class org.eclipse.jetty.io.bio.StringEndPoint
 
StringEndPoint(String) - Constructor for class org.eclipse.jetty.io.bio.StringEndPoint
 
StringMap - Class in org.eclipse.jetty.util
Map implementation Optimized for Strings keys..
StringMap() - Constructor for class org.eclipse.jetty.util.StringMap
Constructor.
StringMap(boolean) - Constructor for class org.eclipse.jetty.util.StringMap
Constructor.
StringMap(boolean, int) - Constructor for class org.eclipse.jetty.util.StringMap
Constructor.
StringUtil - Class in org.eclipse.jetty.util
Fast String Utilities.
StringUtil() - Constructor for class org.eclipse.jetty.util.StringUtil
 
stripPath(String) - Static method in class org.eclipse.jetty.util.URIUtil
Strip parameters from a path.
subtract(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
suspend() - Method in interface org.eclipse.jetty.continuation.Continuation
Suspend the processing of the request and associated ServletResponse.
suspend(ServletResponse) - Method in interface org.eclipse.jetty.continuation.Continuation
Suspend the processing of the request and associated ServletResponse.
suspend(ServletResponse) - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
suspend() - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
suspend(ServletResponse) - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
suspend() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
suspend(ServletContext, ServletRequest, ServletResponse) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
suspend(ServletResponse) - Method in class org.eclipse.jetty.server.AsyncContinuation
 
suspend() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
SWITCHING_PROTOCOLS_101 - Static variable in class org.eclipse.jetty.http.HttpStatus
 

T

TAB - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
take() - Method in class org.eclipse.jetty.util.BlockingArrayQueue
Retrieves and removes the head of this queue, waiting if no elements are present on this queue.
takeNewContext() - Method in class org.eclipse.jetty.server.Request
 
TE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
TE - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
TE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
TE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
TE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
TE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
TEMPORARY_REDIRECT_307 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
TestClient - Class in org.eclipse.jetty.websocket
 
TestClient(String, int, String, int) - Constructor for class org.eclipse.jetty.websocket.TestClient
 
TestServer - Class in org.eclipse.jetty.websocket
 
TestServer(int) - Constructor for class org.eclipse.jetty.websocket.TestServer
 
TEXT_HTML - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_HTML_8859_1 - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_HTML_8859_1_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_HTML__8859_1_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_HTML__UTF_8_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_HTML_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_HTML_UTF_8 - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_HTML_UTF_8_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_JSON - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_JSON__UTF_8_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_JSON_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_JSON_UTF_8 - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_JSON_UTF_8_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_PLAIN - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_PLAIN_8859_1 - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_PLAIN_8859_1_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_PLAIN__8859_1_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_PLAIN__UTF_8_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_PLAIN_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_PLAIN_UTF_8 - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_PLAIN_UTF_8_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_XML - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_XML_8859_1 - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_XML_8859_1_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_XML__8859_1_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_XML__UTF_8_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_XML_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_XML_UTF_8 - Static variable in class org.eclipse.jetty.http.MimeTypes
 
TEXT_XML_UTF_8_BUFFER - Static variable in class org.eclipse.jetty.http.MimeTypes
 
textOpcode() - Method in interface org.eclipse.jetty.websocket.WebSocket.FrameConnection
 
textOpcode() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
ThreadLocalBuffers - Class in org.eclipse.jetty.io
Abstract Buffer pool.
ThreadLocalBuffers(Buffers.Type, int, Buffers.Type, int, Buffers.Type) - Constructor for class org.eclipse.jetty.io.ThreadLocalBuffers
 
ThreadLocalBuffers.ThreadBuffers - Class in org.eclipse.jetty.io
 
ThreadLocalBuffers.ThreadBuffers() - Constructor for class org.eclipse.jetty.io.ThreadLocalBuffers.ThreadBuffers
 
ThreadPool - Interface in org.eclipse.jetty.util.thread
ThreadPool.
ThreadPool.SizedThreadPool - Interface in org.eclipse.jetty.util.thread
 
tick() - Method in class org.eclipse.jetty.util.thread.Timeout
 
tick(long) - Method in class org.eclipse.jetty.util.thread.Timeout
 
timeout() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
timeout() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.Session
 
Timeout - Class in org.eclipse.jetty.util.thread
Timeout queue.
Timeout() - Constructor for class org.eclipse.jetty.util.thread.Timeout
 
Timeout(Object) - Constructor for class org.eclipse.jetty.util.thread.Timeout
 
Timeout.Task - Class in org.eclipse.jetty.util.thread
Task.
Timeout.Task() - Constructor for class org.eclipse.jetty.util.thread.Timeout.Task
 
to416HeaderRangeString(long) - Static method in class org.eclipse.jetty.server.InclusiveByteRange
 
to8859_1_String(Buffer) - Static method in class org.eclipse.jetty.io.BufferUtil
 
toArray() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
toArray(T[]) - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
toArray(Object, Class<?>) - Static method in class org.eclipse.jetty.util.LazyList
Convert a lazylist to an array
toBuffer(long) - Static method in class org.eclipse.jetty.io.BufferUtil
 
toDebugString() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
toDetailString() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
toDetailString() - Method in interface org.eclipse.jetty.io.Buffer
 
toHeaderRangeString(long) - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
toHex(byte, Appendable) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHexString(byte) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHexString(byte[]) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toHexString(byte[], int, int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toInt(Buffer) - Static method in class org.eclipse.jetty.io.BufferUtil
Convert buffer to an integer.
toJSON(JSON.Output) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertible
 
toJSON(Object, JSON.Output) - Method in interface org.eclipse.jetty.util.ajax.JSON.Convertor
 
toJSON(Object) - Method in class org.eclipse.jetty.util.ajax.JSON
Convert Object to JSON
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONDateConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONEnumConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONObjectConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
toJSON(Object, JSON.Output) - Method in class org.eclipse.jetty.util.ajax.JSONPojoConvertorFactory
 
toLong(Buffer) - Static method in class org.eclipse.jetty.io.BufferUtil
Convert buffer to an long.
toName(Class) - Static method in class org.eclipse.jetty.util.TypeUtil
Canonical name for a type.
toStarString() - Method in class org.eclipse.jetty.http.security.Password
 
toStatsHTML() - Method in class org.eclipse.jetty.server.handler.StatisticsHandler
 
toString() - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
toString() - Method in exception org.eclipse.jetty.http.HttpException
 
toString() - Method in class org.eclipse.jetty.http.HttpFields.Field
 
toString() - Method in class org.eclipse.jetty.http.HttpFields
 
toString() - Method in class org.eclipse.jetty.http.HttpGenerator
 
toString(Buffer) - Method in class org.eclipse.jetty.http.HttpParser
 
toString() - Method in class org.eclipse.jetty.http.HttpParser
 
toString() - Method in enum org.eclipse.jetty.http.HttpStatus.Code
 
toString() - Method in class org.eclipse.jetty.http.HttpURI
 
toString() - Method in class org.eclipse.jetty.http.PathMap.Entry
 
toString() - Method in class org.eclipse.jetty.http.security.Constraint
 
toString() - Method in class org.eclipse.jetty.http.security.Password
 
toString() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
toString(String) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
toString() - Method in class org.eclipse.jetty.io.AbstractConnection
 
toString(String) - Method in interface org.eclipse.jetty.io.Buffer
 
toString(Buffer) - Method in class org.eclipse.jetty.io.BufferCache
 
toString() - Method in class org.eclipse.jetty.io.BufferCache
 
toString() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
toString() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
toString() - Method in class org.eclipse.jetty.io.ThreadLocalBuffers
 
toString() - Method in class org.eclipse.jetty.io.View
 
toString() - Method in class org.eclipse.jetty.server.AbstractConnector
 
toString() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
toString() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ClientToProxyConnection
 
toString() - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
toString() - Method in class org.eclipse.jetty.server.handler.ContextHandler.Context
 
toString() - Method in class org.eclipse.jetty.server.handler.ContextHandler
 
toString() - Method in class org.eclipse.jetty.server.InclusiveByteRange
 
toString() - Method in class org.eclipse.jetty.server.Request
 
toString() - Method in class org.eclipse.jetty.server.ResourceCache.Content
 
toString() - Method in class org.eclipse.jetty.server.ResourceCache
 
toString() - Method in class org.eclipse.jetty.server.Response
 
toString() - Method in class org.eclipse.jetty.server.Server
 
toString() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
toString() - Method in class org.eclipse.jetty.server.session.JDBCSessionManager.SessionData
 
toString() - Method in class org.eclipse.jetty.util.ajax.JSON.Literal
 
toString() - Method in class org.eclipse.jetty.util.ajax.JSON.StringSource
 
toString(Object) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
toString(Map) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
toString(Object[]) - Static method in class org.eclipse.jetty.util.ajax.JSON
 
toString(char[], int, int) - Method in class org.eclipse.jetty.util.ajax.JSON
 
toString() - Method in class org.eclipse.jetty.util.AttributesMap
 
toString() - Method in class org.eclipse.jetty.util.component.Container.Relationship
 
toString() - Method in class org.eclipse.jetty.util.ConcurrentHashSet
 
toString(InputStream) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(InputStream, String) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(Reader) - Static method in class org.eclipse.jetty.util.IO
Read input stream to string.
toString(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
toString() - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
toString() - Method in class org.eclipse.jetty.util.log.StdErrLog
 
toString() - Method in exception org.eclipse.jetty.util.MultiException
 
toString() - Method in class org.eclipse.jetty.util.MultiMap
 
toString() - Method in class org.eclipse.jetty.util.resource.ResourceCollection
 
toString() - Method in class org.eclipse.jetty.util.resource.URLResource
 
toString(byte[], int, int, String) - Static method in class org.eclipse.jetty.util.StringUtil
 
toString() - Method in class org.eclipse.jetty.util.thread.QueuedThreadPool
 
toString() - Method in class org.eclipse.jetty.util.thread.Timeout
 
toString(byte[], int) - Static method in class org.eclipse.jetty.util.TypeUtil
 
toString() - Method in class org.eclipse.jetty.util.Utf8StringBuffer
 
toString() - Method in class org.eclipse.jetty.util.Utf8StringBuilder
 
toString() - Method in class org.eclipse.jetty.websocket.AbstractExtension
 
toString() - Method in class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
toStringArray(Object) - Static method in class org.eclipse.jetty.util.LazyList
 
toStringArrayMap() - Method in class org.eclipse.jetty.util.MultiMap
 
toUTF8String(byte[], int, int) - Static method in class org.eclipse.jetty.util.StringUtil
 
TRACE - Static variable in class org.eclipse.jetty.http.HttpMethods
 
TRACE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpMethods
 
TRACE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpMethods
 
TRAILER - Static variable in class org.eclipse.jetty.http.HttpHeaders
General Fields.
TRAILER_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
TRAILER_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
TRANSFER_ENCODING - Static variable in class org.eclipse.jetty.http.HttpHeaders
General Fields.
TRANSFER_ENCODING_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
TRANSFER_ENCODING_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
TypeUtil - Class in org.eclipse.jetty.util
TYPE Utilities.
TypeUtil() - Constructor for class org.eclipse.jetty.util.TypeUtil
 

U

UNAUTHENTICATED - Static variable in interface org.eclipse.jetty.server.Authentication
Unauthenticated state.
UNAUTHENTICATED_IDENTITY - Static variable in interface org.eclipse.jetty.server.UserIdentity
 
UNAUTHORIZED_401 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
unbindValue(String, Object) - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
If value implements HttpSessionBindingListener, call valueUnbound()
UncheckedPrintWriter - Class in org.eclipse.jetty.io
A wrapper for the PrintWriter that re-throws the instances of IOException thrown by the underlying implementation of Writer as RuntimeIOException instances.
UncheckedPrintWriter(Writer) - Constructor for class org.eclipse.jetty.io.UncheckedPrintWriter
 
UncheckedPrintWriter(Writer, boolean) - Constructor for class org.eclipse.jetty.io.UncheckedPrintWriter
Create a new PrintWriter.
UncheckedPrintWriter(OutputStream) - Constructor for class org.eclipse.jetty.io.UncheckedPrintWriter
Create a new PrintWriter, without automatic line flushing, from an existing OutputStream.
UncheckedPrintWriter(OutputStream, boolean) - Constructor for class org.eclipse.jetty.io.UncheckedPrintWriter
Create a new PrintWriter from an existing OutputStream.
undispatch() - Method in interface org.eclipse.jetty.continuation.Continuation
Undispatch the request.
undispatch() - Method in class org.eclipse.jetty.continuation.Jetty6Continuation
 
undispatch() - Method in class org.eclipse.jetty.continuation.Servlet3Continuation
 
undispatch() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
Called when a dispatched thread is no longer handling the endpoint.
undispatch() - Method in class org.eclipse.jetty.server.AsyncContinuation
 
unhandle() - Method in class org.eclipse.jetty.server.AsyncContinuation
Signal that the HttpConnection has finished handling the request.
UnixCrypt - Class in org.eclipse.jetty.http.security
Unix Crypt.
UNKNOWN_CONTENT - Static variable in interface org.eclipse.jetty.http.HttpTokens
 
UNPROCESSABLE_ENTITY_422 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
unquote(String) - Static method in class org.eclipse.jetty.util.QuotedStringTokenizer
Unquote a string.
unquote(String) - Static method in class org.eclipse.jetty.util.StringUtil
Remove single or double quotes.
UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
update(Buffer) - Method in class org.eclipse.jetty.io.View
Update view to buffer
update(int, int) - Method in class org.eclipse.jetty.io.View
 
update(Object, Object, Object, String) - Method in class org.eclipse.jetty.util.component.Container
Update single parent to child relationship.
update(Object, Object, Object, String, boolean) - Method in class org.eclipse.jetty.util.component.Container
Update single parent to child relationship.
update(Object, Object[], Object[], String) - Method in class org.eclipse.jetty.util.component.Container
Update multiple parent to child relationship.
update(Object, Object[], Object[], String, boolean) - Method in class org.eclipse.jetty.util.component.Container
Update multiple parent to child relationship.
updateSession(JDBCSessionManager.SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Update data on an existing persisted session.
updateSessionNode(JDBCSessionManager.SessionData) - Method in class org.eclipse.jetty.server.session.JDBCSessionManager
Update the node on which the session was last seen to be my node.
UPGRADE - Static variable in class org.eclipse.jetty.http.HttpHeaders
General Fields.
UPGRADE - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
upgrade(HttpServletRequest, HttpServletResponse, WebSocket, String, String) - Method in class org.eclipse.jetty.websocket.WebSocketFactory
Upgrade the request/response to a WebSocket Connection.
UPGRADE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
UPGRADE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
UPGRADE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
UPGRADE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaderValues
 
upxdateMax(long) - Method in class org.eclipse.jetty.util.statistic.CounterStatistic
 
URIUtil - Class in org.eclipse.jetty.util
URI Holder.
UrlEncoded - Class in org.eclipse.jetty.util
Handles coding of MIME "x-www-form-urlencoded".
UrlEncoded(UrlEncoded) - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
UrlEncoded() - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
UrlEncoded(String) - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
UrlEncoded(String, String) - Constructor for class org.eclipse.jetty.util.UrlEncoded
 
URLResource - Class in org.eclipse.jetty.util.resource
Abstract resource class.
URLResource(URL, URLConnection) - Constructor for class org.eclipse.jetty.util.resource.URLResource
 
URLResource(URL, URLConnection, boolean) - Constructor for class org.eclipse.jetty.util.resource.URLResource
 
USE_PROXY_305 - Static variable in class org.eclipse.jetty.http.HttpStatus
 
USER_AGENT - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
USER_AGENT_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
USER_AGENT_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
UserIdentity - Interface in org.eclipse.jetty.server
User object that encapsulates user identity and operations such as run-as-role actions, checking isUserInRole and getUserPrincipal.
UserIdentity.Scope - Interface in org.eclipse.jetty.server
A UserIdentity Scope.
UserIdentity.UnauthenticatedUserIdentity - Interface in org.eclipse.jetty.server
 
Utf8Appendable - Class in org.eclipse.jetty.util
 
Utf8Appendable(Appendable) - Constructor for class org.eclipse.jetty.util.Utf8Appendable
 
Utf8StringBuffer - Class in org.eclipse.jetty.util
UTF-8 StringBuffer.
Utf8StringBuffer() - Constructor for class org.eclipse.jetty.util.Utf8StringBuffer
 
Utf8StringBuffer(int) - Constructor for class org.eclipse.jetty.util.Utf8StringBuffer
 
Utf8StringBuilder - Class in org.eclipse.jetty.util
UTF-8 StringBuilder.
Utf8StringBuilder() - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 
Utf8StringBuilder(int) - Constructor for class org.eclipse.jetty.util.Utf8StringBuilder
 

V

validate(KeyStore) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates all aliases inside of a given keystore
validate(KeyStore, String) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates a specific alias inside of the keystore being passed in
validate(KeyStore, Certificate) - Method in class org.eclipse.jetty.util.security.CertificateValidator
validates a specific certificate inside of the keystore being passed in
validate(Certificate[]) - Method in class org.eclipse.jetty.util.security.CertificateValidator
 
validateDestination(String) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Check the request hostname against white- and blacklist.
validateMethod(String) - Static method in class org.eclipse.jetty.http.security.Constraint
 
valueOf(String) - Static method in enum org.eclipse.jetty.http.HttpStatus.Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.io.Buffers.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.server.DispatcherType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.util.Scanner.Notification
Returns the enum constant of this type with the specified name.
valueOf(Class, String) - Static method in class org.eclipse.jetty.util.TypeUtil
Convert String value to instance.
valueOf(String, String) - Static method in class org.eclipse.jetty.util.TypeUtil
Convert String value to instance.
valueOf(String) - Static method in enum org.eclipse.jetty.websocket.WebSocketParserD06.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.jetty.websocket.WebSocketParserD7_9.State
Returns the enum constant of this type with the specified name.
valueParameters(String, Map<String, String>) - Static method in class org.eclipse.jetty.http.HttpFields
Get field value parameters.
values() - Static method in enum org.eclipse.jetty.http.HttpStatus.Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.io.Buffers.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.server.DispatcherType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.jetty.util.MultiMap
 
values() - Static method in enum org.eclipse.jetty.util.Scanner.Notification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.websocket.WebSocketParserD06.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.jetty.websocket.WebSocketParserD7_9.State
Returns an array containing the constants of this enum type, in the order they are declared.
VARY - Static variable in class org.eclipse.jetty.http.HttpHeaders
Response Fields.
VARY_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
VARY_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
VIA - Static variable in class org.eclipse.jetty.http.HttpHeaders
General Fields.
VIA_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
VIA_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
View - Class in org.eclipse.jetty.io
A View on another buffer.
View(Buffer, int, int, int, int) - Constructor for class org.eclipse.jetty.io.View
 
View(Buffer) - Constructor for class org.eclipse.jetty.io.View
 
View() - Constructor for class org.eclipse.jetty.io.View
 
View.CaseInsensitive - Class in org.eclipse.jetty.io
 
View.CaseInsensitive() - Constructor for class org.eclipse.jetty.io.View.CaseInsensitive
 
View.CaseInsensitive(Buffer, int, int, int, int) - Constructor for class org.eclipse.jetty.io.View.CaseInsensitive
 
View.CaseInsensitive(Buffer) - Constructor for class org.eclipse.jetty.io.View.CaseInsensitive
 
VOLATILE - Static variable in interface org.eclipse.jetty.io.Buffer
 

W

waitReady(long) - Method in class org.eclipse.jetty.server.handler.ConnectHandler.ProxyToServerConnection
 
wakeup() - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.JavaUtilLog
 
warn(String) - Static method in class org.eclipse.jetty.util.log.Log
 
warn(String, Object) - Static method in class org.eclipse.jetty.util.log.Log
 
warn(String, Object, Object) - Static method in class org.eclipse.jetty.util.log.Log
 
warn(String, Throwable) - Static method in class org.eclipse.jetty.util.log.Log
 
warn(Throwable) - Static method in class org.eclipse.jetty.util.log.Log
 
warn(String, Object...) - Method in interface org.eclipse.jetty.util.log.Logger
Formats and logs at warn level.
warn(Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given Throwable information at warn level
warn(String, Throwable) - Method in interface org.eclipse.jetty.util.log.Logger
Logs the given message at warn level, with Throwable information.
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.LoggerLog
 
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.Slf4jLog
 
warn(String, Object...) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
warn(Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
warn(String, Throwable) - Method in class org.eclipse.jetty.util.log.StdErrLog
 
WARNING - Static variable in class org.eclipse.jetty.http.HttpHeaders
General Fields.
WARNING_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
WARNING_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
WebSocket - Interface in org.eclipse.jetty.websocket
WebSocket Interface.
WebSocket.Connection - Interface in org.eclipse.jetty.websocket
A Connection interface is passed to a WebSocket instance via the WebSocket.onOpen(Connection) to give the application access to the specifics of the current connection.
WebSocket.FrameConnection - Interface in org.eclipse.jetty.websocket
Frame Level Connection
WebSocket.OnBinaryMessage - Interface in org.eclipse.jetty.websocket
A nested WebSocket interface for receiving binary messages
WebSocket.OnControl - Interface in org.eclipse.jetty.websocket
A nested WebSocket interface for receiving control messages
WebSocket.OnFrame - Interface in org.eclipse.jetty.websocket
A nested WebSocket interface for receiving any websocket frame
WebSocket.OnTextMessage - Interface in org.eclipse.jetty.websocket
A nested WebSocket interface for receiving text messages
WebSocketBuffers - Class in org.eclipse.jetty.websocket
The WebSocket Buffer Pool.
WebSocketBuffers(int) - Constructor for class org.eclipse.jetty.websocket.WebSocketBuffers
 
WebSocketConnection - Interface in org.eclipse.jetty.websocket
 
WebSocketConnectionD00 - Class in org.eclipse.jetty.websocket
 
WebSocketConnectionD00(WebSocket, EndPoint, WebSocketBuffers, long, int, String) - Constructor for class org.eclipse.jetty.websocket.WebSocketConnectionD00
 
WebSocketConnectionD06 - Class in org.eclipse.jetty.websocket
 
WebSocketConnectionD06(WebSocket, EndPoint, WebSocketBuffers, long, int, String) - Constructor for class org.eclipse.jetty.websocket.WebSocketConnectionD06
 
WebSocketConnectionD7_9 - Class in org.eclipse.jetty.websocket
 
WebSocketConnectionD7_9(WebSocket, EndPoint, WebSocketBuffers, long, int, String, List<Extension>, int) - Constructor for class org.eclipse.jetty.websocket.WebSocketConnectionD7_9
 
WebSocketFactory - Class in org.eclipse.jetty.websocket
Factory to create WebSocket connections
WebSocketFactory(WebSocketFactory.Acceptor) - Constructor for class org.eclipse.jetty.websocket.WebSocketFactory
 
WebSocketFactory(WebSocketFactory.Acceptor, int) - Constructor for class org.eclipse.jetty.websocket.WebSocketFactory
 
WebSocketFactory.Acceptor - Interface in org.eclipse.jetty.websocket
 
WebSocketGenerator - Interface in org.eclipse.jetty.websocket
WebSocketGenerator.
WebSocketGeneratorD00 - Class in org.eclipse.jetty.websocket
WebSocketGenerator.
WebSocketGeneratorD00(WebSocketBuffers, EndPoint) - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD00
 
WebSocketGeneratorD06 - Class in org.eclipse.jetty.websocket
WebSocketGenerator.
WebSocketGeneratorD06(WebSocketBuffers, EndPoint) - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD06
 
WebSocketGeneratorD06(WebSocketBuffers, EndPoint, WebSocketGeneratorD06.MaskGen) - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD06
 
WebSocketGeneratorD06.FixedMaskGen - Class in org.eclipse.jetty.websocket
 
WebSocketGeneratorD06.FixedMaskGen() - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD06.FixedMaskGen
 
WebSocketGeneratorD06.FixedMaskGen(byte[]) - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD06.FixedMaskGen
 
WebSocketGeneratorD06.MaskGen - Interface in org.eclipse.jetty.websocket
 
WebSocketGeneratorD06.NullMaskGen - Class in org.eclipse.jetty.websocket
 
WebSocketGeneratorD06.NullMaskGen() - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD06.NullMaskGen
 
WebSocketGeneratorD06.RandomMaskGen - Class in org.eclipse.jetty.websocket
 
WebSocketGeneratorD06.RandomMaskGen() - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD06.RandomMaskGen
 
WebSocketGeneratorD06.RandomMaskGen(Random) - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD06.RandomMaskGen
 
WebSocketGeneratorD7_9 - Class in org.eclipse.jetty.websocket
WebSocketGenerator.
WebSocketGeneratorD7_9(WebSocketBuffers, EndPoint) - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9
 
WebSocketGeneratorD7_9(WebSocketBuffers, EndPoint, WebSocketGeneratorD7_9.MaskGen) - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9
 
WebSocketGeneratorD7_9.FixedMaskGen - Class in org.eclipse.jetty.websocket
 
WebSocketGeneratorD7_9.FixedMaskGen() - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9.FixedMaskGen
 
WebSocketGeneratorD7_9.FixedMaskGen(byte[]) - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9.FixedMaskGen
 
WebSocketGeneratorD7_9.MaskGen - Interface in org.eclipse.jetty.websocket
 
WebSocketGeneratorD7_9.NullMaskGen - Class in org.eclipse.jetty.websocket
 
WebSocketGeneratorD7_9.NullMaskGen() - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9.NullMaskGen
 
WebSocketGeneratorD7_9.RandomMaskGen - Class in org.eclipse.jetty.websocket
 
WebSocketGeneratorD7_9.RandomMaskGen() - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9.RandomMaskGen
 
WebSocketGeneratorD7_9.RandomMaskGen(Random) - Constructor for class org.eclipse.jetty.websocket.WebSocketGeneratorD7_9.RandomMaskGen
 
WebSocketHandler - Class in org.eclipse.jetty.websocket
 
WebSocketHandler() - Constructor for class org.eclipse.jetty.websocket.WebSocketHandler
 
WebSocketParser - Interface in org.eclipse.jetty.websocket
Parser the WebSocket protocol.
WebSocketParser.FrameHandler - Interface in org.eclipse.jetty.websocket
 
WebSocketParserD00 - Class in org.eclipse.jetty.websocket
Parser the WebSocket protocol.
WebSocketParserD00(WebSocketBuffers, EndPoint, WebSocketParser.FrameHandler) - Constructor for class org.eclipse.jetty.websocket.WebSocketParserD00
 
WebSocketParserD06 - Class in org.eclipse.jetty.websocket
Parser the WebSocket protocol.
WebSocketParserD06(WebSocketBuffers, EndPoint, WebSocketParser.FrameHandler, boolean) - Constructor for class org.eclipse.jetty.websocket.WebSocketParserD06
 
WebSocketParserD06.State - Enum in org.eclipse.jetty.websocket
 
WebSocketParserD7_9 - Class in org.eclipse.jetty.websocket
Parser the WebSocket protocol.
WebSocketParserD7_9(WebSocketBuffers, EndPoint, WebSocketParser.FrameHandler, boolean) - Constructor for class org.eclipse.jetty.websocket.WebSocketParserD7_9
 
WebSocketParserD7_9.State - Enum in org.eclipse.jetty.websocket
 
WebSocketServlet - Class in org.eclipse.jetty.websocket
Servlet to upgrade connections to WebSocket
WebSocketServlet() - Constructor for class org.eclipse.jetty.websocket.WebSocketServlet
 
willPassivate() - Method in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
write(int) - Method in class org.eclipse.jetty.http.gzip.GzipStream
 
write(byte[]) - Method in class org.eclipse.jetty.http.gzip.GzipStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.http.gzip.GzipStream
 
write(int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write a single character.
write(char[], int, int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write a portion of an array of characters.
write(char[]) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write an array of characters.
write(String, int, int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write a portion of a string.
write(String) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write a string.
write(byte[]) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(int) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(EndPoint, Buffer, ConcurrentMap<String, Object>) - Method in class org.eclipse.jetty.server.handler.ConnectHandler
Writes (with blocking semantic) the given buffer of data onto the given endPoint.
write(Writer, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
write(byte[], int, int) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(byte[]) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(int) - Method in class org.eclipse.jetty.server.HttpOutput
 
write(String, int, int) - Method in class org.eclipse.jetty.server.HttpWriter
 
write(char[], int, int) - Method in class org.eclipse.jetty.server.HttpWriter
 
write(char) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(char[]) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(char[], int, int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(String) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(String, int, int) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
write(byte[]) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.util.RolloverFileOutputStream
 
writeErrorPage(HttpServletRequest, Writer, int, String, boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPageBody(HttpServletRequest, Writer, int, String, boolean) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPageHead(HttpServletRequest, Writer, int, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPageMessage(HttpServletRequest, Writer, int, String, String) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeErrorPageStacks(HttpServletRequest, Writer) - Method in class org.eclipse.jetty.server.handler.ErrorHandler
 
writeExternal(ObjectOutput) - Method in class org.eclipse.jetty.http.PathMap
 
writeExternal(ObjectOutput) - Method in class org.eclipse.jetty.util.StringMap
 
WRITER - Static variable in class org.eclipse.jetty.server.Response
 
WriterOutputStream - Class in org.eclipse.jetty.io
Wrap a Writer as an OutputStream.
WriterOutputStream(Writer, String) - Constructor for class org.eclipse.jetty.io.WriterOutputStream
 
WriterOutputStream(Writer) - Constructor for class org.eclipse.jetty.io.WriterOutputStream
 
writeTo(Utf8StringBuffer) - Method in class org.eclipse.jetty.http.EncodedHttpURI
 
writeTo(Utf8StringBuilder) - Method in class org.eclipse.jetty.http.HttpURI
 
writeTo(OutputStream) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
writeTo(OutputStream) - Method in interface org.eclipse.jetty.io.Buffer
Write the buffer's contents to the output stream
writeTo(OutputStream) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
writeTo(OutputStream) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
writeTo(WritableByteChannel, int, int) - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
writeTo(OutputStream) - Method in class org.eclipse.jetty.util.ByteArrayISO8859Writer
 
writeTo(OutputStream, long, long) - Method in class org.eclipse.jetty.util.resource.Resource
 
writeUnchecked(int) - Method in class org.eclipse.jetty.util.ByteArrayOutputStream2
 
WWW_AUTHENTICATE - Static variable in class org.eclipse.jetty.http.HttpHeaders
Response Fields.
WWW_AUTHENTICATE_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
WWW_AUTHENTICATE_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 

X

X_FORWARDED_FOR - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
X_FORWARDED_FOR_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
X_FORWARDED_FOR_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
X_FORWARDED_HOST - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
X_FORWARDED_HOST_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
X_FORWARDED_HOST_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
X_FORWARDED_PROTO - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
X_FORWARDED_PROTO_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
X_FORWARDED_PROTO_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
X_FORWARDED_SERVER - Static variable in class org.eclipse.jetty.http.HttpHeaders
Request Fields.
X_FORWARDED_SERVER_BUFFER - Static variable in class org.eclipse.jetty.http.HttpHeaders
 
X_FORWARDED_SERVER_ORDINAL - Static variable in class org.eclipse.jetty.http.HttpHeaders
 

_

__01Jan1970 - Static variable in class org.eclipse.jetty.http.HttpFields
 
__01Jan1970_BUFFER - Static variable in class org.eclipse.jetty.http.HttpFields
 
__01Jan1970_COOKIE - Static variable in class org.eclipse.jetty.http.HttpFields
 
__BASIC_AUTH - Static variable in class org.eclipse.jetty.http.security.Constraint
 
__CERT_AUTH - Static variable in class org.eclipse.jetty.http.security.Constraint
 
__CERT_AUTH2 - Static variable in class org.eclipse.jetty.http.security.Constraint
 
__CHARSET - Static variable in class org.eclipse.jetty.util.URIUtil
 
__CheckRemoteSessionEncoding - Static variable in interface org.eclipse.jetty.server.SessionManager
 
__dateCache - Static variable in class org.eclipse.jetty.http.HttpFields
 
__DefaultSessionCookie - Static variable in interface org.eclipse.jetty.server.SessionManager
 
__DefaultSessionDomain - Static variable in interface org.eclipse.jetty.server.SessionManager
 
__DefaultSessionIdPathParameterName - Static variable in interface org.eclipse.jetty.server.SessionManager
 
__defaultUseCaches - Static variable in class org.eclipse.jetty.util.resource.Resource
 
__deleteSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
__DIGEST_AUTH - Static variable in class org.eclipse.jetty.http.security.Constraint
 
__distantFuture - Static variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
__FORM_AUTH - Static variable in class org.eclipse.jetty.http.security.Constraint
 
__FORWARD_PREFIX - Static variable in class org.eclipse.jetty.server.Dispatcher
Dispatch include attribute names
__GMT - Static variable in class org.eclipse.jetty.http.HttpFields
 
__HASH_WIDTH - Static variable in class org.eclipse.jetty.util.StringMap
 
__ignored - Static variable in class org.eclipse.jetty.util.log.Log
 
__IMMUTABLE - Static variable in class org.eclipse.jetty.io.AbstractBuffer
 
__INCLUDE_PREFIX - Static variable in class org.eclipse.jetty.server.Dispatcher
Dispatch include attribute names
__insertSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
__ISO_8859_1 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__ISO_8859_1_CHARSET - Static variable in class org.eclipse.jetty.util.StringUtil
 
__JSP_FILE - Static variable in class org.eclipse.jetty.server.Dispatcher
JSP attributes
__LINE_SEPARATOR - Static variable in class org.eclipse.jetty.util.StringUtil
 
__log - Static variable in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
__log - Static variable in class org.eclipse.jetty.io.nio.SelectorManager
 
__log - Static variable in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
__logClass - Static variable in class org.eclipse.jetty.util.log.Log
 
__MaxAgeProperty - Static variable in interface org.eclipse.jetty.server.SessionManager
Session Max Age.
__md5Lock - Static variable in class org.eclipse.jetty.http.security.Credential.MD5
 
__OBFUSCATE - Static variable in class org.eclipse.jetty.http.security.Password
 
__READONLY - Static variable in class org.eclipse.jetty.io.AbstractBuffer
 
__READWRITE - Static variable in class org.eclipse.jetty.io.AbstractBuffer
 
__selectSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
__separators - Static variable in class org.eclipse.jetty.http.HttpFields
 
__SessionCookieProperty - Static variable in interface org.eclipse.jetty.server.SessionManager
Session cookie name.
__SessionDomainProperty - Static variable in interface org.eclipse.jetty.server.SessionManager
Session Domain.
__SessionIdPathParameterNameProperty - Static variable in interface org.eclipse.jetty.server.SessionManager
Session id path parameter name.
__SessionPathProperty - Static variable in interface org.eclipse.jetty.server.SessionManager
Session Path.
__sessionTableRowId - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
__SPNEGO_AUTH - Static variable in class org.eclipse.jetty.http.security.Constraint
 
__TYPE - Static variable in class org.eclipse.jetty.http.security.Credential.Crypt
 
__TYPE - Static variable in class org.eclipse.jetty.http.security.Credential.MD5
 
__updateSession - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
__updateSessionAccessTime - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
__updateSessionNode - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
__UTF16 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__UTF8 - Static variable in class org.eclipse.jetty.util.StringUtil
 
__UTF8_CHARSET - Static variable in class org.eclipse.jetty.util.StringUtil
 
__UTF8Alt - Static variable in class org.eclipse.jetty.util.StringUtil
 
__VOLATILE - Static variable in class org.eclipse.jetty.io.AbstractBuffer
 
_acceptChannel - Variable in class org.eclipse.jetty.server.nio.SelectChannelConnector
 
_access - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_accessed - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_appendable - Variable in class org.eclipse.jetty.util.Utf8Appendable
 
_async - Variable in class org.eclipse.jetty.server.Request
 
_attributes - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_bits - Variable in class org.eclipse.jetty.util.Utf8Appendable
 
_blobType - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_bOut - Variable in class org.eclipse.jetty.http.gzip.GzipStream
 
_buf - Variable in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
_buf - Variable in class org.eclipse.jetty.io.nio.IndirectNIOBuffer
 
_buffer - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_buffers - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_bufferSize - Variable in class org.eclipse.jetty.http.gzip.GzipStream
 
_bufferSize - Variable in class org.eclipse.jetty.io.AbstractBuffers
 
_bufferSize - Variable in class org.eclipse.jetty.server.handler.GzipHandler
 
_bufferType - Variable in class org.eclipse.jetty.io.AbstractBuffers
 
_bytes - Variable in class org.eclipse.jetty.io.ByteArrayBuffer
 
_channel - Variable in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
_checkingRemoteSessionIdEncoding - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_chunkLength - Variable in class org.eclipse.jetty.http.HttpParser
 
_chunkPosition - Variable in class org.eclipse.jetty.http.HttpParser
 
_closed - Variable in class org.eclipse.jetty.http.gzip.GzipStream
 
_closed - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_clusterId - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_componentType - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_connection - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_connection - Variable in class org.eclipse.jetty.server.AsyncContinuation
 
_connection - Variable in class org.eclipse.jetty.server.Request
 
_connection - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_connections - Variable in class org.eclipse.jetty.server.bio.SocketConnector
 
_connectionUrl - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_connector - Variable in class org.eclipse.jetty.server.HttpConnection
 
_content - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_contentLength - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_contentLength - Variable in class org.eclipse.jetty.http.gzip.GzipStream
 
_contentLength - Variable in class org.eclipse.jetty.http.HttpParser
 
_contentPosition - Variable in class org.eclipse.jetty.http.HttpParser
 
_contentView - Variable in class org.eclipse.jetty.http.HttpParser
 
_contentWritten - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_context - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_cookieSet - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_count - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_created - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_createSessionIdTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_createSessionTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_curr - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_datasource - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_date - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_dbAdaptor - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_deleteId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_deleteOldExpiredSessions - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_dftMaxIdleSecs - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_doInvalidate - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_driverClassName - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_elements - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_encoding - Variable in class org.eclipse.jetty.io.WriterOutputStream
 
_endp - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_endp - Variable in class org.eclipse.jetty.io.AbstractConnection
 
_entrySet - Variable in class org.eclipse.jetty.util.StringMap
 
_eol - Variable in class org.eclipse.jetty.http.HttpParser
 
_excluded - Variable in class org.eclipse.jetty.server.handler.GzipHandler
 
_excluded - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_fromJSON - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_gather2 - Variable in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
_generator - Variable in class org.eclipse.jetty.server.HttpConnection
 
_generator - Variable in class org.eclipse.jetty.server.HttpOutput
 
_get - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_getters - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_growCapacity - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_growOutput - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_gzOut - Variable in class org.eclipse.jetty.http.gzip.GzipStream
 
_handler - Variable in class org.eclipse.jetty.server.handler.HandlerWrapper
 
_hash - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_hashGet - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_hashPut - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_head - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_header - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_headerSize - Variable in class org.eclipse.jetty.io.AbstractBuffers
 
_headerType - Variable in class org.eclipse.jetty.io.AbstractBuffers
 
_httpOnly - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_idChanged - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_ignoreCase - Variable in class org.eclipse.jetty.util.StringMap
 
_in - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_in - Variable in class org.eclipse.jetty.server.HttpConnection
 
_in - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_inBytes - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_insertId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_invalid - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_jarConnection - Variable in class org.eclipse.jetty.util.resource.JarResource
 
_jndiName - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_last - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_lastAccessed - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_lastScavengeTime - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_length - Variable in class org.eclipse.jetty.http.HttpParser
 
_listeners - Variable in class org.eclipse.jetty.util.component.AbstractLifeCycle
 
_loader - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_local - Variable in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
_localPort - Variable in class org.eclipse.jetty.server.bio.SocketConnector
 
_lock - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_lowResourceMaxIdleTime - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_map - Variable in class org.eclipse.jetty.util.AttributesMap
 
_mark - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_max - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_max - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_maxCookieAge - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_maxIdleMs - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_maxIdleTime - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_maxIdleTime - Variable in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
_maxIdleTime - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_maxIdleTime - Variable in class org.eclipse.jetty.server.HttpInput
 
_maxIdleTime - Variable in class org.eclipse.jetty.server.HttpOutput
 
_method - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_mimeTypes - Variable in class org.eclipse.jetty.server.handler.GzipHandler
 
_minGzipSize - Variable in class org.eclipse.jetty.http.gzip.GzipStream
 
_minGzipSize - Variable in class org.eclipse.jetty.server.handler.GzipHandler
 
_more - Variable in class org.eclipse.jetty.util.Utf8Appendable
 
_newSession - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_nextE - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_nextScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_nextSlot - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_noContent - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_nodeId - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_nodeIdInSessionId - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_nonBlocking - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_nullEntry - Variable in class org.eclipse.jetty.util.StringMap
 
_nullValue - Variable in class org.eclipse.jetty.util.StringMap
 
_numberType - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_otherType - Variable in class org.eclipse.jetty.io.AbstractBuffers
 
_out - Variable in class org.eclipse.jetty.http.gzip.GzipStream
 
_out - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_out - Variable in class org.eclipse.jetty.server.HttpConnection
 
_outerScope - Variable in class org.eclipse.jetty.server.handler.ScopedHandler
 
_parser - Variable in class org.eclipse.jetty.server.HttpConnection
 
_parser - Variable in class org.eclipse.jetty.server.HttpInput
 
_persistent - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_pojoClass - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_printWriter - Variable in class org.eclipse.jetty.server.HttpConnection
 
_propertyName - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_put - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_queryId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_random - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_reason - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_refreshCookieAge - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_remote - Variable in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
_request - Variable in class org.eclipse.jetty.http.gzip.GzipStream
 
_request - Variable in class org.eclipse.jetty.server.HttpConnection
 
_requestFields - Variable in class org.eclipse.jetty.server.HttpConnection
 
_requests - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager.Session
 
_response - Variable in class org.eclipse.jetty.http.gzip.GzipStream
 
_response - Variable in class org.eclipse.jetty.server.HttpConnection
 
_responseFields - Variable in class org.eclipse.jetty.server.HttpConnection
 
_root - Variable in class org.eclipse.jetty.util.StringMap
 
_saveIntervalSec - Variable in class org.eclipse.jetty.server.session.JDBCSessionManager
 
_scavengeIntervalMs - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_scontext - Variable in class org.eclipse.jetty.server.handler.ContextHandler
 
_secureCookies - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_selectExpiredSessions - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_server - Variable in class org.eclipse.jetty.server.HttpConnection
 
_server - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_serverSocket - Variable in class org.eclipse.jetty.server.bio.SocketConnector
 
_sessionAttributeListeners - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionCookie - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionDomain - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionHandler - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionIdManager - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionIdPathParameterName - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionIdPathParameterNamePrefix - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionIds - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionIdTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionListeners - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionPath - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessions - Variable in class org.eclipse.jetty.server.session.HashSessionManager
 
_sessionsStats - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_sessionTable - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionTableRowId - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_sessionTimeStats - Variable in class org.eclipse.jetty.server.session.AbstractSessionManager
 
_setter - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_setters - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor
 
_size - Variable in class org.eclipse.jetty.util.ArrayQueue
 
_socket - Variable in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
_socket - Variable in class org.eclipse.jetty.server.bio.SocketConnector.ConnectorEndPoint
 
_soLingerTime - Variable in class org.eclipse.jetty.server.AbstractConnector
 
_state - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_state - Variable in class org.eclipse.jetty.http.HttpParser
 
_status - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_string - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_task - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_timer - Variable in class org.eclipse.jetty.server.session.JDBCSessionIdManager
 
_total - Variable in class org.eclipse.jetty.util.statistic.CounterStatistic
 
_total - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_totalVariance100 - Variable in class org.eclipse.jetty.util.statistic.SampleStatistic
 
_type - Variable in class org.eclipse.jetty.util.ajax.JSONPojoConvertor.Setter
 
_umEntrySet - Variable in class org.eclipse.jetty.util.StringMap
 
_uri - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_uri - Variable in class org.eclipse.jetty.server.HttpConnection
 
_url - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_urlString - Variable in class org.eclipse.jetty.util.resource.URLResource
 
_version - Variable in class org.eclipse.jetty.http.AbstractGenerator
 
_view - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_volatile - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_weakRandom - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_width - Variable in class org.eclipse.jetty.util.StringMap
 
_workerName - Variable in class org.eclipse.jetty.server.session.AbstractSessionIdManager
 
_writer - Variable in class org.eclipse.jetty.io.WriterOutputStream
 
_writer - Variable in class org.eclipse.jetty.server.HttpConnection
 

A B C D E F G H I J K L M N O P Q R S T U V W X _

Copyright © 2011 FuseSource, Corp.. All Rights Reserved.