Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

E

EchoFilter - Class in org.glassfish.grizzly.utils
Echo Filter implementation
EchoFilter() - Constructor for class org.glassfish.grizzly.utils.EchoFilter
 
EMatchFinderTypeBT2 - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
EMatchFinderTypeBT4 - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
EMPTY_BUFFER - Static variable in class org.glassfish.grizzly.memory.Buffers
 
EMPTY_BYTE_BUFFER - Static variable in class org.glassfish.grizzly.memory.Buffers
 
EMPTY_BYTE_BUFFER_ARRAY - Static variable in class org.glassfish.grizzly.memory.Buffers
 
EMPTY_BYTES - Static variable in class org.glassfish.grizzly.websockets.ClosingFrame
 
EmptyCompletionHandler<E> - Class in org.glassfish.grizzly
Empty implementation for CompletionHandler interface.
EmptyCompletionHandler() - Constructor for class org.glassfish.grizzly.EmptyCompletionHandler
 
emptyPathWrapper - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
emptyRoleSemantic() - Element in annotation interface jakarta.servlet.annotation.HttpMethodConstraint
The default authorization semantic.
ENABLE_INTEREST_LIFECYCLE_LISTENER - Static variable in class org.glassfish.grizzly.strategies.AbstractIOStrategy
 
enableInitialOpRead() - Method in class org.glassfish.grizzly.nio.NIOConnection
Enables OP_READ if it has never been enabled before.
enableInitialOpRead() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
 
enableInitialOpRead() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
 
enableIOEvent(IOEvent) - Method in interface org.glassfish.grizzly.Connection
 
enableIOEvent(IOEvent) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
enableJMX() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
enablePush(boolean) - Method in class org.glassfish.grizzly.http2.Http2Configuration.Http2ConfigurationBuilder
 
enc - Variable in class org.glassfish.grizzly.http.util.C2BConverter
 
encode(short[], int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
encode(Charset, String) - Static method in class org.glassfish.grizzly.websockets.Utf8Utils
 
encode(Charset, String, OutputStream) - Static method in class org.glassfish.grizzly.websockets.Utf8Utils
 
encode(Buffer) - Method in class org.glassfish.grizzly.http2.hpack.Encoder
Encodes the set up header into the given buffer.
encode(RangeEncoder, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
 
encode(Connection, HttpContent) - Method in interface org.glassfish.grizzly.http.ContentEncoding
Encode HTTP packet content represented by HttpContent.
encode(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
encode(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
encode(Transformer<E, Buffer>, E) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
encode(Transformer<E, Buffer>, E) - Method in interface org.glassfish.grizzly.streams.StreamWriter
 
encode(Transformer<E, Buffer>, E, CompletionHandler<Stream>) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
encode(Transformer<E, Buffer>, E, CompletionHandler<Stream>) - Method in interface org.glassfish.grizzly.streams.StreamWriter
 
encodeDirectBits(int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
encodeHeader(String, String, Map<String, String>) - Method in class org.glassfish.grizzly.http2.HeadersEncoder
 
encodeHttpHeaderAsHeaderFrames(FilterChainContext, HttpHeader, int, boolean, List<Http2Frame>, Map<String, String>) - Method in class org.glassfish.grizzly.http2.Http2Session
Encodes the HttpHeader and locks the compression lock.
encodeHttpPacket(FilterChainContext, HttpHeader, HttpContent, boolean) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encodeHttpPacket(FilterChainContext, HttpPacket) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
encodeHttpPacket(FilterChainContext, HttpPacket) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encodeHttpPacket(FilterChainContext, HttpPacket) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
encodeHttpRequestAsPushPromiseFrames(FilterChainContext, HttpRequestPacket, int, int, List<Http2Frame>, Map<String, String>) - Method in class org.glassfish.grizzly.http2.Http2Session
Encodes the HttpRequestPacket as a PushPromiseFrame and locks the compression lock.
encodeKnownHeaders(MemoryManager, Buffer, HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encodeLength(long) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
Converts the length given to the appropriate framing data: 0-125 one element that is the payload length.
encodeMimeHeader(MemoryManager, Buffer, DataChunk, DataChunk, byte[], boolean) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encodeMimeHeaders(MemoryManager, Buffer, MimeHeaders, byte[]) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encoder - Variable in class org.glassfish.grizzly.http.util.C2BConverter
 
Encoder - Class in org.glassfish.grizzly.compression.lzma.impl
RangeEncoder
Encoder - Class in org.glassfish.grizzly.http2.hpack
Encodes headers to their binary representation.
Encoder() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
Encoder(int) - Constructor for class org.glassfish.grizzly.http2.hpack.Encoder
Constructs an Encoder with the specified maximum capacity of the header table.
encodeRedirectURL(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeRedirectURL(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to return encodeRedirectURL(String url) on the wrapped response object.
encodeRedirectURL(String) - Method in class org.glassfish.grizzly.http.server.Response
Encode the session identifier associated with this response into the specified redirect URL, if necessary.
encodeRedirectURL(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
Encodes the specified URL for use in the sendRedirect method or, if encoding is not needed, returns the URL unchanged.
encodeTrailersAsHeaderFrames(int, List<Http2Frame>, MimeHeaders, Map<String, String>) - Method in class org.glassfish.grizzly.http2.Http2Session
Encodes the Map of header values into header frames to be sent as trailer headers.
encodeURL(String) - Method in interface jakarta.servlet.http.HttpServletResponse
Encodes the specified URL by including the session ID, or, if encoding is not needed, returns the URL unchanged.
encodeURL(String) - Method in class jakarta.servlet.http.HttpServletResponseWrapper
The default behavior of this method is to call encodeURL(String url) on the wrapped response object.
encodeURL(String) - Method in class org.glassfish.grizzly.http.server.Response
Encode the session identifier associated with this response into the specified URL, if necessary.
encodeURL(String) - Method in class org.glassfish.grizzly.http.util.UEncoder
Utility funtion to re-encode the URL.
encodeURL(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
Encodes the specified URL by including the session ID, or, if encoding is not needed, returns the URL unchanged.
encodeURL(String, boolean) - Method in class org.glassfish.grizzly.http.util.UEncoder
Utility function to re-encode the URL.
EncodingFilter - Interface in org.glassfish.grizzly.http
 
END_HEADERS - Static variable in class org.glassfish.grizzly.http2.frames.HeaderBlockFragment
 
END_POINT_GOING_DOWN - Static variable in interface org.glassfish.grizzly.websockets.WebSocket
Indicates that an endpoint is "going away", such as a server going down, or a browser having navigated away from a page.
END_STREAM - Static variable in class org.glassfish.grizzly.http2.frames.DataFrame
 
END_STREAM - Static variable in class org.glassfish.grizzly.http2.frames.HeadersFrame
 
endHeaders(boolean) - Method in class org.glassfish.grizzly.http2.frames.HeaderBlockFragment.HeaderBlockFragmentBuilder
 
endRequest() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
endStream(boolean) - Method in class org.glassfish.grizzly.http2.frames.DataFrame.DataFrameBuilder
 
endStream(boolean) - Method in class org.glassfish.grizzly.http2.frames.HeadersFrame.HeadersFrameBuilder
 
endsWith(String) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
ENHANCE_YOUR_CALM - Enum constant in enum class org.glassfish.grizzly.http2.frames.ErrorCode
 
enque(SelectorRunner, SelectorHandler.Task, CompletionHandler<SelectorHandler.Task>) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
enque(SelectorRunner, SelectorHandler.Task, CompletionHandler<SelectorHandler.Task>) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
Execute task in a selector thread.
ensureBufferCapacity(int) - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
ensureBufferCapacity(int) - Method in interface org.glassfish.grizzly.streams.Output
 
ensureBufferCapacity(int) - Method in class org.glassfish.grizzly.streams.StreamOutput
 
ensureCapacity(int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
Enumerator<E> - Class in org.glassfish.grizzly.http.server.util
HttpHandler class that wraps an Enumeration around a Java2 collection classes object Iterator so that existing APIs returning Enumerations can easily run on top of the new collections.
Enumerator(Iterable<E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values returned by the specified Iterable.
Enumerator(Iterable<E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values returned by the specified Iterable.
Enumerator(Collection<E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Collection<E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Iterator<E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Iterator<E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Map<?, E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values of the specified Map.
Enumerator(Map<?, E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values of the specified Map.
equals(byte[]) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the message Buffer to the specified byte array.
equals(byte[]) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Compares the message bytes to the specified byte array.
equals(byte[]) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified byte array representing ASCII characters.
equals(byte[]) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified byte[].
equals(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the message Buffer to the specified byte array.
equals(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
equals(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified byte[].
equals(byte[], int, int, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(byte[], int, int, String) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(byte[], int, int, Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.BufferChunk
 
equals(char[], int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the message Buffer to the specified char array.
equals(char[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
equals(CharSequence) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equals(CharSequence) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified String object.
equals(Object) - Method in class jakarta.servlet.http.Cookie
 
equals(Object) - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
equals(Object) - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
equals(Object) - Method in class org.glassfish.grizzly.http.multipart.ContentDisposition
 
equals(Object) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
equals(Object) - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
 
equals(Object) - Method in class org.glassfish.grizzly.http.server.HttpHandlerRegistration
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares this DataChunk and the passed object.
equals(Object) - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.StringCache.CharEntry
 
equals(Object) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
equals(Object) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
equals(Object) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
equals(Object) - Method in class org.glassfish.grizzly.servlet.Registration
 
equals(Object) - Method in class org.glassfish.grizzly.websockets.Extension
 
equals(Object) - Method in class org.glassfish.grizzly.websockets.Extension.Parameter
 
equals(String) - Method in enum class org.glassfish.grizzly.http.Protocol
 
equals(String) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Compares the message bytes to the specified String object.
equals(String) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message bytes to the specified String object.
equals(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Compares the message bytes to the specified String object.
equals(String, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equals(String, String, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equals(String, Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equals(BufferChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified BufferChunk.
equals(ByteChunk) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(ByteChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified ByteChunk.
equals(CharChunk) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(CharChunk) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
equals(CharChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified CharChunk.
equals(DataChunk) - Method in enum class org.glassfish.grizzly.http.Protocol
 
equalsIgnoreCase(byte[]) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equalsIgnoreCase(byte[]) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equalsIgnoreCase(byte[]) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified byte array representing ASCII characters.
equalsIgnoreCase(byte[]) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified byte[] ignoring case considerations.
equalsIgnoreCase(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equalsIgnoreCase(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equalsIgnoreCase(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified byte array representing ASCII characters.
equalsIgnoreCase(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified byte[] ignoring case considerations.
equalsIgnoreCase(byte[], int, int, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
 
equalsIgnoreCase(byte[], int, int, String) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(char[], int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the message Buffer to the specified char array ignoring case considerations.
equalsIgnoreCase(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified char array representing ASCII characters.
equalsIgnoreCase(CharSequence) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equalsIgnoreCase(CharSequence) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(Object) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equalsIgnoreCase(Object) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares this DataChunk and the passed object ignoring case considerations.
equalsIgnoreCase(String) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(String) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message bytes to the specified String object ignoring case considerations.
equalsIgnoreCase(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Compares the message bytes to the specified String object.
equalsIgnoreCase(String, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equalsIgnoreCase(String, String, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equalsIgnoreCase(String, Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equalsIgnoreCase(BufferChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified BufferChunk ignoring case considerations.
equalsIgnoreCase(ByteChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified ByteChunk ignoring case considerations.
equalsIgnoreCase(CharChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified CharChunk ignoring case considerations.
equalsIgnoreCaseLowerCase(byte[]) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the buffer chunk to the specified byte array representing lower-case ASCII characters.
equalsIgnoreCaseLowerCase(byte[]) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equalsIgnoreCaseLowerCase(byte[]) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the char chunk to the specified byte array representing lower-case ASCII characters.
equalsIgnoreCaseLowerCase(byte[]) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the data chunk to the specified byte array representing lower-case ASCII characters.
equalsIgnoreCaseLowerCase(byte[], int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Compares the buffer chunk to the specified byte array representing lower-case ASCII characters.
equalsIgnoreCaseLowerCase(Buffer, int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the buffer chunk to the specified byte array representing lower-case ASCII characters.
equalVersion(int, int) - Static method in class org.glassfish.grizzly.Grizzly
Checks if current Grizzly framework version equals to one passed
ERR - Enum constant in enum class org.glassfish.grizzly.compression.lzma.impl.Decoder.State
 
error - Variable in class org.glassfish.grizzly.http.server.Response
The error flag.
error - Variable in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
error(Throwable) - Method in class org.glassfish.grizzly.http.HttpBrokenContent.Builder
Set the exception.
ERROR - Enum constant in enum class jakarta.servlet.DispatcherType
 
ERROR - Enum constant in enum class org.glassfish.grizzly.ProcessorResult.Status
 
ERROR - Enum constant in enum class org.glassfish.grizzly.TransformationResult.Status
 
ERROR_EXCEPTION - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the exception object is propagated during an error dispatch
ERROR_EXCEPTION_TYPE - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the type of the exception object is propagated during an error dispatch
ERROR_MESSAGE - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the exception message is propagated during an error dispatch
ERROR_MESSAGE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward an HTTP status message (as an object of type STring) to an error page.
ERROR_REQUEST_URI - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the request URI whose processing caused the error is propagated during an error dispatch
ERROR_SERVLET_NAME - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the name of the servlet in which the error occurred is propagated during an error dispatch
ERROR_STATUS_CODE - Static variable in interface jakarta.servlet.RequestDispatcher
The name of the request attribute under which the response status is propagated during an error dispatch
errorCode(ErrorCode) - Method in class org.glassfish.grizzly.http2.frames.GoAwayFrame.GoAwayFrameBuilder
 
errorCode(ErrorCode) - Method in class org.glassfish.grizzly.http2.frames.RstStreamFrame.RstStreamFrameBuilder
 
ErrorCode - Enum Class in org.glassfish.grizzly.http2.frames
Error codes enum
ErrorPageGenerator - Interface in org.glassfish.grizzly.http.server
Error page generator interface, which is responsible for generating of an error page corresponding to the given response status.
Etag - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
ETag - Enum constant in enum class org.glassfish.grizzly.http.util.Header
 
evaluate() - Method in class org.glassfish.grizzly.utils.Holder.LazyHolder
 
evaluate() - Method in class org.glassfish.grizzly.utils.Holder.LazyIntHolder
 
event - Variable in class org.glassfish.grizzly.filterchain.FilterChainContext
Context associated event, if EVENT operation
EVENT - Enum constant in enum class org.glassfish.grizzly.filterchain.FilterChainContext.Operation
 
EXACT - Enum constant in enum class jakarta.servlet.http.MappingMatch
This is used when the mapping was achieved with an exact match to the incoming request.
EXACT - Static variable in class org.glassfish.grizzly.http.server.util.MappingData
 
exactWrappers - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
EXCEPTION_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward a Java exception (as an object of type Throwable) to an error page.
EXCEPTION_PAGE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward the request URI (as an object of type String) of the page on which an error occurred.
EXCEPTION_TYPE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward a Java exception type (as an object of type Class) to an error page.
ExceptionHandler - Interface in org.glassfish.grizzly.utils
 
ExceptionHandler.Severity - Enum Class in org.glassfish.grizzly.utils
 
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
Notification about exception, occurred on the FilterChain
exceptionOccurred(FilterChainContext, Throwable) - Method in interface org.glassfish.grizzly.filterchain.Filter
Notification about exception, occurred on the FilterChain
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
Override the default implementation to notify the ReadHandler, if available, of any read error that has occurred during processing.
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter
 
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportFilter
 
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.portunif.BackChannelFilter
 
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
 
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.utils.LogFilter
 
Exceptions - Class in org.glassfish.grizzly.utils
Exceptions utilities.
Exceptions() - Constructor for class org.glassfish.grizzly.utils.Exceptions
 
exclusive - Variable in class org.glassfish.grizzly.http2.Node
 
exclusive() - Method in class org.glassfish.grizzly.http2.Node
Mark this Node as exclusive.
exclusive(boolean) - Method in class org.glassfish.grizzly.http2.frames.PriorityFrame.PriorityFrameBuilder
 
execute(Runnable) - Method in class org.glassfish.grizzly.threadpool.FixedThreadPool
 
execute(Runnable) - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
 
execute(Runnable) - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
 
execute(Connection, IOEvent, Processor, IOEventLifeCycleListener) - Static method in class org.glassfish.grizzly.ProcessorExecutor
 
execute(Context) - Static method in class org.glassfish.grizzly.ProcessorExecutor
 
execute(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
Execute this FilterChain.
execute(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
Method processes occurred IOEvent on this FilterChain.
execute(Filter, FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
 
execute(SelectorRunner, SelectorHandler.Task, CompletionHandler<SelectorHandler.Task>) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
execute(SelectorRunner, SelectorHandler.Task, CompletionHandler<SelectorHandler.Task>) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
Execute task in a selector thread.
executeChainPart(FilterChainContext, FilterExecutor, int, int, DefaultFilterChain.FiltersState) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
Sequentially lets each Filter in chain to process IOEvent.
executeDelegatedTask(SSLEngine) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
Complete handshakes operations.
executeFilter(FilterExecutor, Filter, FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
Execute the Filter, using specific FilterExecutor and FilterChainContext.
executeInEventThread(IOEvent, Runnable) - Method in interface org.glassfish.grizzly.Connection
Executes the Runnable in the thread, responsible for running the given type of event on this Connection.
executeInEventThread(IOEvent, Runnable) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
executeIoEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.IOStrategy
The SelectorRunner will invoke this method to allow the strategy implementation to decide how the IOEvent will be handled.
executeIoEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.strategies.AbstractIOStrategy
 
executeIoEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.strategies.SimpleDynamicNIOStrategy
 
executeIoEvent(Connection, IOEvent, boolean) - Method in interface org.glassfish.grizzly.IOStrategy
The SelectorRunner will invoke this method to allow the strategy implementation to decide how the IOEvent will be handled.
executeIoEvent(Connection, IOEvent, boolean) - Method in class org.glassfish.grizzly.strategies.LeaderFollowerNIOStrategy
 
executeIoEvent(Connection, IOEvent, boolean) - Method in class org.glassfish.grizzly.strategies.SameThreadIOStrategy
 
executeIoEvent(Connection, IOEvent, boolean) - Method in class org.glassfish.grizzly.strategies.SimpleDynamicNIOStrategy
 
executeIoEvent(Connection, IOEvent, boolean) - Method in class org.glassfish.grizzly.strategies.WorkerThreadIOStrategy
 
executorService(ExecutorService) - Method in class org.glassfish.grizzly.http2.Http2Configuration.Http2ConfigurationBuilder
Specifies a pre-existing ExecutorService for handling HTTP/2 streams.
expand(InputStream, File, String) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Expand the specified input stream into the specified directory, creating a file named from the specified relative path.
expand(URL) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(URL, String) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(URL, String, String) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
ExpandJar - Class in org.glassfish.grizzly.http.server.util
Expand out a jar.
ExpandJar() - Constructor for class org.glassfish.grizzly.http.server.util.ExpandJar
 
Expect - Enum constant in enum class org.glassfish.grizzly.http.util.Header
 
EXPECTATION_FAILED_417 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
expectationHandler - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
expectationHandler - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
 
ExpectationHandler - Interface in org.glassfish.grizzly.servlet
Handler, responsible for processing Expect: header in a HTTP requests, for example "Expect: 100-Continue"
ExpectationHandler.AckAction - Interface in org.glassfish.grizzly.servlet
Interface, using which ExpectationHandler may confirm or refuse client expectation.
EXPECTING_MORE - Enum constant in enum class org.glassfish.grizzly.asyncqueue.AsyncQueue.AsyncResult
 
EXPECTING_MORE_OPTION - Static variable in interface org.glassfish.grizzly.asyncqueue.AsyncQueue
 
Expires - Enum constant in enum class org.glassfish.grizzly.http.util.Header
 
Extension - Class in org.glassfish.grizzly.websockets
Representation of a WebSocket extension and its associated parameters.
Extension(String) - Constructor for class org.glassfish.grizzly.websockets.Extension
Constructs a new Extension with the specified name.
EXTENSION - Enum constant in enum class jakarta.servlet.http.MappingMatch
This is used when the mapping was achieved using an extension, such as "*.xhtml".
EXTENSION - Static variable in class org.glassfish.grizzly.http.server.util.MappingData
 
Extension.Parameter - Class in org.glassfish.grizzly.websockets
Representation of extension parameters.
extensionWrappers - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
extract(int) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Extract and return a substring that starts at the specified position, and extends to the end of the string being parsed.
extract(int, int) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Extract and return a substring that starts at the specified position, and ends at the character before the specified position.
extractContentEncoding(DataChunk) - Method in class org.glassfish.grizzly.http.HttpHeader
Obtain content-encoding value and mark it as serialized.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form