Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
O
- ob - Variable in class org.glassfish.grizzly.servlet.ServletWriterImpl
- object - Variable in class org.glassfish.grizzly.http.server.util.Mapper.MapElement
- ObjectCache() - Constructor for class org.glassfish.grizzly.ThreadCache.ObjectCache
- ObjectCacheElement(int) - Constructor for class org.glassfish.grizzly.ThreadCache.ObjectCacheElement
- ObjectPool<E extends PoolableObject> - Interface in org.glassfish.grizzly.utils
-
Basic interface for object pool implementations
- obtainArrayCopy() - Method in class org.glassfish.grizzly.utils.ArraySet
-
Get the copy of the underlying array.
- obtainContext(Connection) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
-
Creates
Context - obtainContext(Connection) - Method in interface org.glassfish.grizzly.Processor
-
Creates
Context - obtainContext(Connection) - Method in class org.glassfish.grizzly.StandaloneProcessor
- obtainFilterChainContext(Connection) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
- obtainFilterChainContext(Connection) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
- obtainFilterChainContext(Connection, int, int, int) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
- obtainFilterChainContext(Connection, int, int, int) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
- obtainFilterChainContext(Connection, Closeable) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
- obtainFilterChainContext(Connection, Closeable) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
- obtainFilterChainContext(Connection, Closeable, int, int, int) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
- obtainFilterChainContext(Connection, Closeable, int, int, int) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
- obtainHttp2Session(FilterChainContext, boolean) - Method in class org.glassfish.grizzly.http2.Http2BaseFilter
-
Obtain
Http2Sessionassociated with theConnectionand prepare it for use. - obtainIndex(Class<E>, int) - Static method in class org.glassfish.grizzly.ThreadCache
- obtainIndex(String, Class<E>, int) - Static method in class org.glassfish.grizzly.ThreadCache
- obtainMappingData() - Method in class org.glassfish.grizzly.http.server.Request
- obtainMemoryManager(AttributeStorage) - Method in class org.glassfish.grizzly.AbstractTransformer
- obtainPostponedTasks() - Method in class org.glassfish.grizzly.nio.SelectorRunner
- obtainProcessor(IOEvent) - Method in interface org.glassfish.grizzly.Connection
-
Gets the
Processor, which will processConnectionI/O event. - obtainProcessor(IOEvent) - Method in class org.glassfish.grizzly.nio.NIOConnection
- obtainProcessor(IOEvent, Connection) - Method in class org.glassfish.grizzly.AbstractTransport
-
Gets the default
Processor, which will process TransportConnections I/O events in case, ifConnectiondoesn't have ownProcessorpreferences. - obtainProcessor(IOEvent, Connection) - Method in interface org.glassfish.grizzly.Transport
-
Gets the default
Processor, which will process TransportConnections I/O events in case, ifConnectiondoesn't have ownProcessorpreferences. - obtainProcessorState(Processor, Supplier<E>) - Method in interface org.glassfish.grizzly.Connection
-
Returns the
Processorstate associated with this Connection. - obtainProcessorState(Processor, Supplier<E>) - Method in class org.glassfish.grizzly.nio.NIOConnection
- obtainSessionCookieName() - Method in class org.glassfish.grizzly.http.server.Request
- obtainSslConnectionContext(Connection) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
- obtainStateObject(AttributeStorage) - Method in class org.glassfish.grizzly.AbstractTransformer
- OFF - Enum constant in enum class org.glassfish.grizzly.http.CompressionConfig.CompressionMode
- OFF - Enum constant in enum class org.glassfish.grizzly.http.server.CompressionLevel
-
Deprecated.
- offer(E) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
-
Add the new task into the task queue.
- offer(E) - Method in interface org.glassfish.grizzly.utils.ObjectPool
- offer(Selector) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
- offset - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
- offset - Variable in class org.glassfish.grizzly.memory.HeapBuffer
- OK_200 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
- OK_CACHED - Enum constant in enum class org.glassfish.grizzly.http.server.filecache.FileCache.CacheResult
- OK_CACHED_TIMESTAMP - Enum constant in enum class org.glassfish.grizzly.http.server.filecache.FileCache.CacheResult
- OLD_COOKIE_FORMAT - Static variable in class org.glassfish.grizzly.http.util.CookieUtils
- ON - Enum constant in enum class org.glassfish.grizzly.http.CompressionConfig.CompressionMode
- ON - Enum constant in enum class org.glassfish.grizzly.http.server.CompressionLevel
-
Deprecated.
- onAccept() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
Method will be called by framework, when async accept will be ready
- onAccept(Connection, WritableMessage) - Method in interface org.glassfish.grizzly.asyncqueue.PushBackHandler
-
Deprecated.The method is invoked once message is accepted by
Writer. - onAcceptEvent(Connection, Connection) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when server side connection gets accepted.
- onAcceptEvent(Connection, Connection) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when server side connection gets accepted.
- onAdded(FilterChain) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
Method is called, when the Filter has been added to the passed
FilterChain. - onAdded(FilterChain) - Method in interface org.glassfish.grizzly.filterchain.Filter
-
Method is called, when the Filter has been added to the passed
FilterChain. - onAdded(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
- onAdded(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
- onAdded(FilterChain) - Method in class org.glassfish.grizzly.utils.LogFilter
- onAfterService() - Method in class org.glassfish.grizzly.http.server.Request
- onAfterService(Request) - Method in interface org.glassfish.grizzly.http.server.AfterServiceListener
-
The method will be called once the
Requestprocessing will be completed. - onAllDataRead() - Method in interface jakarta.servlet.ReadListener
-
Invoked when all data for the current request has been read.
- onAllDataRead() - Method in class org.glassfish.grizzly.http.multipart.MultipartReadHandler
- onAllDataRead() - Method in interface org.glassfish.grizzly.ReadHandler
-
Invoked when all data for the current request has been read.
- onBeforePauseEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called before pausing the
Transport. - onBeforePauseEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called before pausing the
Transport. - onBeforeResumeEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called before resuming the
Transport. - onBeforeResumeEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called before resuming the
Transport. - onBeforeServiceEvent(HttpServerFilter, Connection, Request, HttpHandler) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
-
Method will be called, before invoking
HttpHandler.service(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response). - onBeforeServiceEvent(HttpServerFilter, Connection, Request, HttpHandler) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, before invoking
HttpHandler.service(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response). - onBeforeStartEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called before starting the
Transport. - onBeforeStartEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called before starting the
Transport. - onBeforeStopEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called before stopping the
Transport. - onBeforeStopEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called before stopping the
Transport. - onBindEvent(Connection) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when server side connection gets bound.
- onBindEvent(Connection) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when server side connection gets bound.
- onBufferAllocateEvent(int) - Method in class org.glassfish.grizzly.memory.MemoryProbe.Adapter
-
Called by
MemoryManager, when new buffer gets allocated - onBufferAllocateEvent(int) - Method in interface org.glassfish.grizzly.memory.MemoryProbe
-
Called by
MemoryManager, when new buffer gets allocated - onBufferAllocateFromPoolEvent(int) - Method in class org.glassfish.grizzly.memory.MemoryProbe.Adapter
-
Called by
MemoryManager, when buffer gets allocated from some pool - onBufferAllocateFromPoolEvent(int) - Method in interface org.glassfish.grizzly.memory.MemoryProbe
-
Called by
MemoryManager, when buffer gets allocated from some pool - onBufferReleaseToPoolEvent(int) - Method in class org.glassfish.grizzly.memory.MemoryProbe.Adapter
-
Called by
MemoryManager, when buffer gets released into a buffer pool - onBufferReleaseToPoolEvent(int) - Method in interface org.glassfish.grizzly.memory.MemoryProbe
-
Called by
MemoryManager, when buffer gets released into a buffer pool - onClose() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
- onClose(Throwable) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
- onClose(Connection) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueue
-
Callback method, which is called, when
Connectionhas been closed, to let processor release a connection associated resources. - onClose(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
Callback method, which is called, when
Connectionhas been closed, to let processor release a connection associated resources. - onClose(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
Callback method, which is called, when
Connectionhas been closed, to let processor release a connection associated resources. - onClose(DataFrame) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- onClose(DataFrame) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
This callback will be invoked when the remote end-point sent a closing frame.
- onClose(WebSocket, DataFrame) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
- onClose(WebSocket, DataFrame) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
-
When a
WebSocket.onClose(DataFrame)is invoked, theWebSocketwill be unassociated with this application and closed. - onClose(WebSocket, DataFrame) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
-
Invoked when
WebSocket.onClose(DataFrame)has been called on a particularWebSocketinstance. - onClosed() - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamWriter.Output
- onClosed() - Method in class org.glassfish.grizzly.streams.BufferedOutput
- onClosed() - Method in class org.glassfish.grizzly.streams.TransformerOutput
- onClosed(Connection, Connection.CloseType) - Method in interface org.glassfish.grizzly.Connection.CloseListener
-
Deprecated.
- onClosed(T, C) - Method in interface org.glassfish.grizzly.CloseListener
- onCloseEvent(Connection) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when
Connectiongets closed. - onCloseEvent(Connection) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when
Connectiongets closed. - onCloseInputSource() - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamReader.Input
- onCloseInputSource() - Method in class org.glassfish.grizzly.streams.BufferedInput
- onCloseInputSource() - Method in class org.glassfish.grizzly.streams.TransformerInput
- onCommit() - Method in interface org.glassfish.grizzly.http.io.OutputBuffer.LifeCycleListener
- onComplete() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
-
The method is called when this SafeFutureImpl is marked as completed.
- onComplete(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
-
Notifies this AsyncListener that an asynchronous operation has been completed.
- onComplete(Connection<?>) - Method in interface org.glassfish.grizzly.ssl.SSLBaseFilter.HandshakeListener
- onComplete(Context, Object) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
IOEventprocessing completed. - onComplete(Context, Object) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
IOEventprocessing completed. - onComplete(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterChainContext.CompletionListener
-
The method is called, when passed
FilterChainContextprocessing is complete. - onConfigChangeEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called, when the
Transportconfiguration gets changed. - onConfigChangeEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called, when the
Transportconfiguration gets changed. - onConnect() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Method will be called, when the connection gets connected.
- onConnect() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Method will be called, when the connection gets connected.
- onConnect() - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- onConnect() - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
This callback will be invoked when the opening handshake between both endpoints has been completed.
- onConnect(WebSocket) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
- onConnect(WebSocket) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
- onConnect(WebSocket) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
-
Invoked when the opening handshake has been completed for a specific
WebSocketinstance. - onConnectedAsync(TCPNIOConnection, CompletionHandler<Connection>) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
- onConnectEvent(Connection) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when client side connection gets connected (opened).
- onConnectEvent(Connection) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when client side connection gets connected (opened).
- onConnectionAcceptEvent(Connection) - Method in class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
-
Method will be called, when new keep-alive HTTP connection is getting established.
- onConnectionAcceptEvent(Connection) - Method in interface org.glassfish.grizzly.http.KeepAliveProbe
-
Method will be called, when new keep-alive HTTP connection is getting established.
- onContentChunkParseEvent(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
-
Method will be called, when HTTP message content chunk gets parsed (either request or response).
- onContentChunkParseEvent(Connection, HttpContent) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
Method will be called, when HTTP message content chunk gets parsed (either request or response).
- onContentChunkSerializeEvent(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
-
Method will be called, when HTTP message content chunk is prepared to be serialized (either request or response).
- onContentChunkSerializeEvent(Connection, HttpContent) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
Method will be called, when HTTP message content chunk is prepared to be serialized (either request or response).
- onContentEncodingParseEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
-
Method will be called, when
ContentEncodingwill be applied during the parsing/decoding of the certain HTTP message content chunk. - onContentEncodingParseEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
Method will be called, when
ContentEncodingwill be applied during the parsing/decoding of the certain HTTP message content chunk. - onContentEncodingParseResultEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
-
This method will be called after the
ContentEncodinghas been applied. - onContentEncodingParseResultEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
This method will be called after the
ContentEncodinghas been applied. - onContentEncodingSerializeEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
-
/** Method will be called, when
ContentEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk. - onContentEncodingSerializeEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
/** Method will be called, when
ContentEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk. - onContentEncodingSerializeResultEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
-
Method will be called, when
ContentEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk. - onContentEncodingSerializeResultEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
Method will be called, when
ContentEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk. - onContextManualIOEventControl(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
Processing switched to the manual IOEvent control.
- onContextManualIOEventControl(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
Processing switched to the manual IOEvent control.
- onContextResume(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
IOEventprocessing resumed. - onContextResume(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
IOEventprocessing resumed. - onContextSuspend(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
IOEventprocessing suspended. - onContextSuspend(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
IOEventprocessing suspended. - onCopy(FilterChainContext, FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterChainContext.CopyListener
-
The method is called, when passed
FilterChainContextis copied. - onDataAvailable() - Method in interface jakarta.servlet.ReadListener
-
When an instance of the
ReadListeneris registered with aServletInputStream, this method will be invoked by the container the first time when it is possible to read data. - onDataAvailable() - Method in class org.glassfish.grizzly.http.multipart.MultipartReadHandler
- onDataAvailable() - Method in interface org.glassfish.grizzly.ReadHandler
-
Invoked when data is available to be read without blocking.
- onDataReceivedEvent(Connection, Buffer) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
-
Method will be called, when
Bufferwill come for processing to theHttpCodecFilter(either request or response). - onDataReceivedEvent(Connection, Buffer) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
Method will be called, when
Bufferwill come for processing to theHttpCodecFilter(either request or response). - onDataSentEvent(Connection, Buffer) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
-
Method will be called, when
Buffer, produced by theHttpCodecFilterwill be ready to go to the nextFilterin the chain and finally written on wire. - onDataSentEvent(Connection, Buffer) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
Method will be called, when
Buffer, produced by theHttpCodecFilterwill be ready to go to the nextFilterin the chain and finally written on wire. - onDecoded(CharSequence, CharSequence) - Method in class org.glassfish.grizzly.http2.hpack.DecodingCallback
-
A method the more specific methods of the callback forward their calls to.
- onDecoded(CharSequence, CharSequence, boolean) - Method in class org.glassfish.grizzly.http2.hpack.DecodingCallback
-
A more finer-grained version of
DecodingCallback.onDecoded(CharSequence, CharSequence)that also reports on value sensitivity. - onEntryAddedEvent(FileCache, FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
-
Method will be called, when file cache entry gets added.
- onEntryAddedEvent(FileCache, FileCacheEntry) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
-
Method will be called, when file cache entry gets added.
- onEntryHitEvent(FileCache, FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
-
Method will be called, when file cache entry gets hit.
- onEntryHitEvent(FileCache, FileCacheEntry) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
-
Method will be called, when file cache entry gets hit.
- onEntryMissedEvent(FileCache, String, String) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
-
Method will be called, when file cache entry is missed for some resource.
- onEntryMissedEvent(FileCache, String, String) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
-
Method will be called, when file cache entry is missed for some resource.
- onEntryRemovedEvent(FileCache, FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
-
Method will be called, when file cache entry gets removed.
- onEntryRemovedEvent(FileCache, FileCacheEntry) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
-
Method will be called, when file cache entry gets removed.
- onError(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
-
Notifies this AsyncListener that an asynchronous operation has failed to complete.
- onError(Throwable) - Method in interface jakarta.servlet.ReadListener
-
Invoked when an error occurs processing the request.
- onError(Throwable) - Method in interface jakarta.servlet.WriteListener
-
Invoked when an error occurs writing data using the non-blocking APIs.
- onError(Throwable) - Method in class org.glassfish.grizzly.http.multipart.MultipartReadHandler
- onError(Throwable) - Method in interface org.glassfish.grizzly.ReadHandler
-
Invoked when an error occurs processing the request asynchronously.
- onError(Throwable) - Method in interface org.glassfish.grizzly.WriteHandler
-
Invoked when an error occurs processing the request asynchronously.
- onError(Context, Object) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
Error occurred during
IOEventprocessing. - onError(Context, Object) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
Error occurred during
IOEventprocessing. - onError(WebSocket, Throwable) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
-
This method will be invoked if an unexpected exception is caught by the WebSocket runtime.
- onErrorEvent(Connection, Throwable) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when error occurs on the
Connection. - onErrorEvent(Connection, Throwable) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when error occurs on the
Connection. - onErrorEvent(Connection, HttpPacket, Throwable) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
-
Method will be called, when error occurs during the
HttpCodecFilterprocessing. - onErrorEvent(Connection, HttpPacket, Throwable) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
Method will be called, when error occurs during the
HttpCodecFilterprocessing. - onErrorEvent(FileCache, Throwable) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
-
Method will be called, when error occurs on the
FileCache. - onErrorEvent(FileCache, Throwable) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
-
Method will be called, when error occurs on the
FileCache. - onErrorEvent(Transport, Throwable) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called, when error occurs on the
Transport. - onErrorEvent(Transport, Throwable) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called, when error occurs on the
Transport. - onExpectAcknowledgement(HttpServletRequest, HttpServletResponse, ExpectationHandler.AckAction) - Method in interface org.glassfish.grizzly.servlet.ExpectationHandler
-
Method is getting called by framework if HTTP request contains "Expect" header.
- onExtensionNegotiation(List<Extension>) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
-
Invoked during the handshake if the client has advertised extensions it may use and one or more extensions intersect with those returned by
WebSocketApplication.getSupportedExtensions(). - onFailure(Connection<?>, Throwable) - Method in interface org.glassfish.grizzly.ssl.SSLBaseFilter.HandshakeListener
- onFilterChainChanged(FilterChain) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
Method is called, when the
FilterChainthis Filter is part of, has been changed. - onFilterChainChanged(FilterChain) - Method in interface org.glassfish.grizzly.filterchain.Filter
-
Method is called, when the
FilterChainthis Filter is part of, has been changed. - onFilterChainChanged(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
- onFilterChainChanged(FilterChain) - Method in class org.glassfish.grizzly.utils.LogFilter
- onFragment(boolean, byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- onFragment(boolean, byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
This callback will be invoked when a fragmented binary message has been received.
- onFragment(boolean, String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- onFragment(boolean, String) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
This callback will be invoked when a fragmented textual message has been received.
- onFragment(WebSocket, byte[], boolean) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
- onFragment(WebSocket, byte[], boolean) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
-
Invoked when
WebSocket.onFragment(boolean, byte[])has been called on a particularWebSocketinstance. - onFragment(WebSocket, String, boolean) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
- onFragment(WebSocket, String, boolean) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
-
Invoked when
WebSocket.onFragment(boolean, String)has been called on a particularWebSocketinstance. - onHandshakeFailure(Connection, HandshakeException) - Method in class org.glassfish.grizzly.websockets.BaseWebSocketFilter
-
The method is called when WebSocket handshake fails for the
Connection. - onHeaderParseEvent(Connection, HttpHeader, int) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
-
Method will be called, when HTTP message header gets parsed (either request or response).
- onHeaderParseEvent(Connection, HttpHeader, int) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
Method will be called, when HTTP message header gets parsed (either request or response).
- onHeaderSerializeEvent(Connection, HttpHeader, Buffer) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
-
Method will be called, when HTTP message header gets serialized (either request or response).
- onHeaderSerializeEvent(Connection, HttpHeader, Buffer) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
Method will be called, when HTTP message header gets serialized (either request or response).
- onHitEvent(Connection, int) - Method in class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
-
Method will be called, when HTTP request comes on a kept alive connection.
- onHitEvent(Connection, int) - Method in interface org.glassfish.grizzly.http.KeepAliveProbe
-
Method will be called, when HTTP request comes on a kept alive connection.
- onHttpContentEncoded(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
- onHttpContentEncoded(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Invoked when a HTTP body chunk has been encoded in preparation to being transmitted to the user-agent.
- onHttpContentEncoded(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
- onHttpContentEncoded(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http2.Http2BaseFilter
- onHttpContentError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpClientFilter
- onHttpContentError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Callback which is invoked when parsing an HTTP message payload fails.
- onHttpContentError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpServerFilter
- onHttpContentError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http2.Http2BaseFilter
- onHttpContentParsed(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
- onHttpContentParsed(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Invoked as request/response body content has been processed by this
Filter. - onHttpContentParsed(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
- onHttpContentParsed(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http2.Http2BaseFilter
- onHttpHeaderError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpClientFilter
- onHttpHeaderError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Callback which is invoked when parsing an HTTP message header fails.
- onHttpHeaderError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpServerFilter
- onHttpHeaderError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http2.Http2BaseFilter
- onHttpHeaderParsed(HttpHeader, Buffer, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
- onHttpHeaderParsed(HttpHeader, Buffer, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Callback invoked when the HTTP message header parsing is complete.
- onHttpHeaderParsed(HttpHeader, Buffer, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
- onHttpHeaderParsed(HttpHeader, Buffer, FilterChainContext) - Method in class org.glassfish.grizzly.http2.Http2BaseFilter
- onHttpHeadersEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
- onHttpHeadersEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Invoked when HTTP headers have been encoded in preparation to being transmitted to the user-agent.
- onHttpHeadersEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
- onHttpHeadersEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http2.Http2BaseFilter
- onHttpHeadersParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http2.Http2BaseFilter
- onHttpHeadersParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http2.Http2ServerFilter
- onHttpHeadersParsed(HttpHeader, MimeHeaders, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
- onHttpHeadersParsed(HttpHeader, MimeHeaders, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Invoked when HTTP headers portion comes for
HttpHeadermessage. - onHttpHeadersParsed(HttpHeader, MimeHeaders, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
- onHttpPacketParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
- onHttpPacketParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Callback method, called when
HttpPacketparsing has been completed. - onHttpPacketParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
- onHttpPacketParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http2.Http2BaseFilter
- onIncomingUpgrade(FilterChainContext, HttpHeader) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
The method is called, when a peer sends an upgrade HTTP packet (either request or response).
- onIndexed(int, CharSequence, CharSequence) - Method in class org.glassfish.grizzly.http2.hpack.DecodingCallback
-
An Indexed Header Field decoded.
- onInit(Connection<?>, SSLEngine) - Method in interface org.glassfish.grizzly.ssl.SSLBaseFilter.HandshakeListener
- onInitialLineEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
- onInitialLineEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Invoked when the initial response line has been encoded in preparation to being transmitted to the user-agent.
- onInitialLineEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
- onInitialLineEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http2.Http2BaseFilter
- onInitialLineParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
- onInitialLineParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Invoked when either the request line or status line has been parsed.
- onInitialLineParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
- onInitialLineParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http2.Http2BaseFilter
- onIOEventDisableEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when
IOEventfor the specificConnectiongets disabled. - onIOEventDisableEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when
IOEventfor the specificConnectiongets disabled. - onIOEventEnableEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when
IOEventfor the specificConnectiongets enabled. - onIOEventEnableEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when
IOEventfor the specificConnectiongets enabled. - onIOEventReadyEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when
IOEventfor the specificConnectiongets ready. - onIOEventReadyEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when
IOEventfor the specificConnectiongets ready. - onKeyDeregistered(SelectionKey) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
- onKeyDeregistered(SelectionKey) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
- onKeyRegistered(SelectionKey) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
- onKeyRegistered(SelectionKey) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
- onLeave(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
- onLeave(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
- onLiteral(int, CharSequence, CharSequence, boolean) - Method in class org.glassfish.grizzly.http2.hpack.DecodingCallback
- onLiteral(CharSequence, boolean, CharSequence, boolean) - Method in class org.glassfish.grizzly.http2.hpack.DecodingCallback
- onLiteralNeverIndexed(int, CharSequence, CharSequence, boolean) - Method in class org.glassfish.grizzly.http2.hpack.DecodingCallback
- onLiteralNeverIndexed(CharSequence, boolean, CharSequence, boolean) - Method in class org.glassfish.grizzly.http2.hpack.DecodingCallback
- onLiteralWithIndexing(int, CharSequence, CharSequence, boolean) - Method in class org.glassfish.grizzly.http2.hpack.DecodingCallback
- onLiteralWithIndexing(CharSequence, boolean, CharSequence, boolean) - Method in class org.glassfish.grizzly.http2.hpack.DecodingCallback
-
A Literal Header Field with Incremental Indexing decoded, where both a
nameand avaluewere literal. - onMaxNumberOfThreadsEvent(AbstractThreadPool, int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when the
AbstractThreadPoolimplementation has allocated and is managing a number of threads equal to the maximum limit of the pool. - onMaxNumberOfThreadsEvent(AbstractThreadPool, int) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when the
AbstractThreadPoolimplementation has allocated and is managing a number of threads equal to the maximum limit of the pool. - onMaxNumberOfThreadsReached() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
Method is called by AbstractThreadPool, when maximum number of worker threads is reached and task will need to wait in task queue, until one of the threads will be able to process it.
- onMessage(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- onMessage(byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
This callback will be invoked when a binary message has been received.
- onMessage(String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- onMessage(String) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
This callback will be invoked when a text message has been received.
- onMessage(WebSocket, byte[]) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
- onMessage(WebSocket, byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
-
Invoked when
WebSocket.onMessage(String)has been called on a particularWebSocketinstance. - onMessage(WebSocket, String) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
- onMessage(WebSocket, String) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
-
Invoked when
WebSocket.onMessage(String)has been called on a particularWebSocketinstance. - onMissingResource(Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
The method will be called, if the static resource requested by the
Requestwasn't found, soStaticHttpHandlerimplementation may try to workaround this situation. - onNoDeal(SSLEngine) - Method in interface org.glassfish.grizzly.npn.ClientSideNegotiator
-
This will be invoked if no protocols are returned from the server or selectProtocol returns
null. - onNoDeal(SSLEngine) - Method in interface org.glassfish.grizzly.npn.ServerSideNegotiator
-
Invoked when the client selects none of the supported protocols.
- onNotRun(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
IOEventwasn't processed. - onNotRun(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
IOEventwasn't processed. - onOpenInputSource() - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamReader.Input
- onOpenInputSource() - Method in class org.glassfish.grizzly.streams.BufferedInput
- onOpenInputSource() - Method in class org.glassfish.grizzly.streams.TransformerInput
- onOutgoingUpgrade(FilterChainContext, HttpHeader) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
- onOversizedFrame(Buffer) - Method in class org.glassfish.grizzly.http2.Http2Session
- onPauseEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called when the
Transportis paused. - onPauseEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called when the
Transportis paused. - onPayloadUpdated() - Method in class org.glassfish.grizzly.http2.frames.Http2Frame
-
The method should be invoked once packet payload is updated
- onPeerWindowUpdate(int) - Method in class org.glassfish.grizzly.http2.Http2SessionOutputSink
- onPeerWindowUpdate(int) - Method in class org.glassfish.grizzly.http2.UpgradeOutputSink
- onPing(DataFrame) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- onPing(DataFrame) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
This callback will be invoked when the remote end-point has sent a ping frame.
- onPing(WebSocket, byte[]) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
- onPing(WebSocket, byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
-
Invoked when
WebSocket.onPing(DataFrame)has been called on a particularWebSocketinstance. - onPong(DataFrame) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
- onPong(DataFrame) - Method in interface org.glassfish.grizzly.websockets.WebSocket
-
This callback will be invoked when the remote end-point has sent a pong frame.
- onPong(WebSocket, byte[]) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
- onPong(WebSocket, byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
-
Invoked when
WebSocket.onPong(DataFrame)has been called on a particularWebSocketinstance. - onPrefaceReceived(Http2Session) - Method in class org.glassfish.grizzly.http2.Http2BaseFilter
- onPrefaceReceived(Http2Session) - Method in class org.glassfish.grizzly.http2.Http2ServerFilter
- onProcessInterest(SelectionKey, int) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
- onProcessInterest(SelectionKey, int) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
- onPushBack(Connection, WritableMessage, PushBackContext) - Method in interface org.glassfish.grizzly.asyncqueue.PushBackHandler
-
Deprecated.The method is invoked if message was refused by
Writerdue to I/O or memory limitations. - onRead(Buffer, int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Method will be called, when some data was read on the connection
- onRead(Buffer, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Method will be called, when some data was read on the connection
- onReadEvent(Connection, Buffer, int) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when the
Connectionhas read data. - onReadEvent(Connection, Buffer, int) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when the
Connectionhas read data. - onReadFailure(Connection, AsyncReadQueueRecord, IOException) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
- onReadyToRead(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
- onReadyToRead(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueReader
- onReadyToRead(Connection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueReader
- onReadyToWrite(NIOConnection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
- onReadyToWrite(NIOConnection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter
- onReadyToWrite(NIOConnection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueWriter
- onRefuseEvent(Connection) - Method in class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
-
Method will be called, when the Connection could be used in the keep alive mode, but due to KeepAlive config limitations it will be closed.
- onRefuseEvent(Connection) - Method in interface org.glassfish.grizzly.http.KeepAliveProbe
-
Method will be called, when the Connection could be used in the keep alive mode, but due to KeepAlive config limitations it will be closed.
- onRemoved(FilterChain) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
-
Method is called, when the Filter has been removed from the passed
FilterChain. - onRemoved(FilterChain) - Method in interface org.glassfish.grizzly.filterchain.Filter
-
Method is called, when the Filter has been removed from the passed
FilterChain. - onRemoved(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
- onRemoved(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.SSLTransportFilterWrapper
- onRemoved(FilterChain) - Method in class org.glassfish.grizzly.utils.LogFilter
- onRequestCancelEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
- onRequestCancelEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, when
Requestprocessing is cancelled after suspend. - onRequestCompleteEvent(HttpServerFilter, Connection, Response) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogProbe
-
Receive notification of the completion of a
Responsean possibly trigger an access log entry generation. - onRequestCompleteEvent(HttpServerFilter, Connection, Response) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
-
Method will be called, when
Requestprocessing will be completed. - onRequestCompleteEvent(HttpServerFilter, Connection, Response) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, when
Requestprocessing will be completed. - onRequestReceiveEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.accesslog.AccessLogProbe
-
Instrument the specified
Requestwith an attribute marking its received time (in nanoseconds). - onRequestReceiveEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
-
Method will be called, when new
Requestwill come. - onRequestReceiveEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, when new
Requestwill come. - onRequestResumeEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
-
Method will be called, when
Requestprocessing is resumed. - onRequestResumeEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, when
Requestprocessing is resumed. - onRequestSuspendEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
-
Method will be called, when
Requestprocessing is suspended. - onRequestSuspendEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, when
Requestprocessing is suspended. - onRequestTimeoutEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
-
Method will be called, when
Requestprocessing is timeout after suspend. - onRequestTimeoutEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
-
Method will be called, when
Requestprocessing is timeout after suspend. - onReregister(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
Reregister
IOEventinterest. - onReregister(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
Reregister
IOEventinterest. - onRerun(Context, Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
Re-run
IOEventprocessing. - onRerun(Context, Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
Re-run
IOEventprocessing. - onResumeEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called, when the
Transportgets resumed. - onResumeEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called, when the
Transportgets resumed. - onSelectorClosed(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
- onSelectorClosed(SelectorRunner) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
- onShareHeap() - Method in class org.glassfish.grizzly.memory.HeapBuffer
- onShutdown(Connection) - Method in interface org.glassfish.grizzly.http.ajp.ShutdownHandler
-
Method is called once AjpHandlerFilter received shutdown message.
- onSizeUpdate(int) - Method in class org.glassfish.grizzly.http2.hpack.DecodingCallback
-
A Dynamic Table Size Update decoded.
- onStart(Connection<?>) - Method in interface org.glassfish.grizzly.ssl.SSLBaseFilter.HandshakeListener
- onStartAsync(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
-
Notifies this AsyncListener that a new asynchronous cycle is being initiated via a call to one of the
ServletRequest.startAsync()methods. - onStartEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called when the
Transporthas been started. - onStartEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called when the
Transporthas been started. - onStartup(Set<Class<?>>, ServletContext) - Method in interface jakarta.servlet.ServletContainerInitializer
-
Notifies this ServletContainerInitializer of the startup of the application represented by the given ServletContext.
- onStopEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
-
Method will be called when the
Transporthas been stopped. - onStopEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
-
Method will be called when the
Transporthas been stopped. - onSuccess(SSLEngine, String) - Method in interface org.glassfish.grizzly.npn.ServerSideNegotiator
-
Invoked when the client selects one of the supported protocols.
- onTaskCancelEvent(AbstractThreadPool, Runnable) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when a dequeued task has been canceled.
- onTaskCancelEvent(AbstractThreadPool, Runnable) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when a dequeued task has been canceled.
- onTaskCancelled(Runnable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
Method is called by a thread pool each time a dequeued task has been canceled instead of being processed.
- onTaskCompletedEvent(Runnable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
This method will be invoked when a the specified
Runnablehas completed execution. - onTaskCompleteEvent(AbstractThreadPool, Runnable) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when a dequeued task has completed processing.
- onTaskCompleteEvent(AbstractThreadPool, Runnable) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when a dequeued task has completed processing.
- onTaskDequeued(Runnable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
Method is called by a thread pool each time a task has been dequeued from a task queue.
- onTaskDequeueEvent(AbstractThreadPool, Runnable) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when a task has been pulled from the queue and is about to be processed.
- onTaskDequeueEvent(AbstractThreadPool, Runnable) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when a task has been pulled from the queue and is about to be processed.
- onTaskQueued(Runnable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
Method is called by a thread pool each time new task has been queued to a task queue.
- onTaskQueueEvent(AbstractThreadPool, Runnable) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when a task has been queued for processing.
- onTaskQueueEvent(AbstractThreadPool, Runnable) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when a task has been queued for processing.
- onTaskQueueOverflow() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
Method is called by a thread pool, when new task could not be added to a task queue, because task queue is full.
- onTaskQueueOverflowEvent(AbstractThreadPool) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when the task queue of the
AbstractThreadPoolimplementation has exceeded its configured size. - onTaskQueueOverflowEvent(AbstractThreadPool) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when the task queue of the
AbstractThreadPoolimplementation has exceeded its configured size. - onTerminate(Context) - Method in class org.glassfish.grizzly.IOEventLifeCycleListener.Adapter
-
Terminate
IOEventprocessing in this thread, but it's going to be continued later. - onTerminate(Context) - Method in interface org.glassfish.grizzly.IOEventLifeCycleListener
-
Deprecated.will never be invoked
- onThreadAllocateEvent(AbstractThreadPool, Thread) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when an
AbstractThreadPoolimplementation allocates a new managedThread. - onThreadAllocateEvent(AbstractThreadPool, Thread) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when an
AbstractThreadPoolimplementation allocates a new managedThread. - onThreadPoolStartEvent(AbstractThreadPool) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when an
AbstractThreadPoolimplementation starts running. - onThreadPoolStartEvent(AbstractThreadPool) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when an
AbstractThreadPoolimplementation starts running. - onThreadPoolStopEvent(AbstractThreadPool) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when an
AbstractThreadPoolimplementation stops. - onThreadPoolStopEvent(AbstractThreadPool) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when an
AbstractThreadPoolimplementation stops. - onThreadReleaseEvent(AbstractThreadPool, Thread) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
This event may be fired when a thread will no longer be managed by the
AbstractThreadPoolimplementation. - onThreadReleaseEvent(AbstractThreadPool, Thread) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
This event may be fired when a thread will no longer be managed by the
AbstractThreadPoolimplementation. - onTimeout(AsyncEvent) - Method in interface jakarta.servlet.AsyncListener
-
Notifies this AsyncListener that an asynchronous operation has timed out.
- onTimeout(Connection) - Method in interface org.glassfish.grizzly.utils.ActivityCheckFilter.TimeoutHandler
- onTimeout(Connection) - Method in interface org.glassfish.grizzly.utils.IdleTimeoutFilter.TimeoutHandler
- onTimeout(Response) - Method in interface org.glassfish.grizzly.http.server.TimeoutHandler
-
Method is called, when suspended
Responsetimeout expired. - onTimeoutEvent(Connection) - Method in class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
-
Method will be called, when the keep alive Connection idle timeout expired.
- onTimeoutEvent(Connection) - Method in interface org.glassfish.grizzly.http.KeepAliveProbe
-
Method will be called, when the keep alive Connection idle timeout expired.
- onTraceRequest(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
- onTransferEncodingParseEvent(Connection, HttpHeader, Buffer, TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
-
Method will be called, when
TransferEncodingwill be applied during the parsing/decoding of the certain HTTP message content chunk. - onTransferEncodingParseEvent(Connection, HttpHeader, Buffer, TransferEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
Method will be called, when
TransferEncodingwill be applied during the parsing/decoding of the certain HTTP message content chunk. - onTransferEncodingSerializeEvent(Connection, HttpHeader, Buffer, TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
-
Method will be called, when
TransferEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk. - onTransferEncodingSerializeEvent(Connection, HttpHeader, Buffer, TransferEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
Method will be called, when
TransferEncodingwill be applied during the serialization/encoding of the certain HTTP message content chunk. - onWorkerExit(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
Method is called by
AbstractThreadPool.Worker, when it's completingAbstractThreadPool.Worker.run()method execution, which in most cases means, that ThreadPool's thread will be released. - onWorkerExit(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
- onWorkerStarted(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
Method is called by
AbstractThreadPool.Worker, when it's startingAbstractThreadPool.Worker.run()method execution, which means, that ThreadPool's thread is getting active and ready to process tasks. - onWrite(Buffer, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
-
Method will be called, when some data was written on the connection
- onWrite(Buffer, long) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
-
Method will be called, when some data was written on the connection
- onWriteEvent(Connection, Buffer, long) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
Method will be called, when the
Connectionhas written data. - onWriteEvent(Connection, Buffer, long) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
Method will be called, when the
Connectionhas written data. - onWriteFailure(Connection, AsyncWriteQueueRecord, Throwable) - Static method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
- onWritePossible() - Method in interface jakarta.servlet.WriteListener
-
When an instance of the WriteListener is registered with a
ServletOutputStream, this method will be invoked by the container the first time when it is possible to write data. - onWritePossible() - Method in interface org.glassfish.grizzly.WriteHandler
-
This callback will be invoked when the requirements as dictated by writer are met.
- opaqueData(long) - Method in class org.glassfish.grizzly.http2.frames.PingFrame.PingFrameBuilder
- OPEN - Enum constant in enum class org.glassfish.grizzly.http2.Http2Stream.State
- openStream(HttpRequestPacket, int, int, boolean, int) - Method in class org.glassfish.grizzly.http2.Http2Session
-
Method is not thread-safe, it is expected that it will be called within
Http2Session.getNewClientStreamLock()lock scope. - openUpgradeStream(HttpRequestPacket, int) - Method in class org.glassfish.grizzly.http2.Http2Session
-
The method is called on the client side, when the server confirms HTTP/1.1 -> HTTP/2.0 upgrade with '101' response.
- operationCompletionHandler - Variable in class org.glassfish.grizzly.filterchain.FilterChainContext
-
CompletionHandler, which will be notified, when operation will be complete. - OptimizedBroadcaster - Class in org.glassfish.grizzly.websockets
-
The default
Broadcasteroptimized to send the same text to a set of clients. - OptimizedBroadcaster() - Constructor for class org.glassfish.grizzly.websockets.OptimizedBroadcaster
- optimizedForMultiplexing - Variable in class org.glassfish.grizzly.NIOTransportBuilder
- OPTIONS - Static variable in class org.glassfish.grizzly.http.Method
- order - Variable in class org.glassfish.grizzly.memory.HeapBuffer
- order() - Method in interface org.glassfish.grizzly.Buffer
-
Retrieves this buffer's byte order.
- order() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
- order() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
- order() - Method in class org.glassfish.grizzly.memory.HeapBuffer
- order(ByteOrder) - Method in interface org.glassfish.grizzly.Buffer
-
Modifies this buffer's byte order.
- order(ByteOrder) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
- order(ByteOrder) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
- order(ByteOrder) - Method in class org.glassfish.grizzly.memory.HeapBuffer
- ORDERED_LIBS - Static variable in interface jakarta.servlet.ServletContext
-
The name of the
ServletContextattribute whose value (of typejava.util.List<java.lang.String>) contains the list of names of JAR files inWEB-INF/libordered by their web fragment names (with possible exclusions if<absolute-ordering>without any<others/>is being used), or null if no absolute or relative ordering has been specified - org.glassfish.grizzly - package org.glassfish.grizzly
- org.glassfish.grizzly.asyncqueue - package org.glassfish.grizzly.asyncqueue
- org.glassfish.grizzly.attributes - package org.glassfish.grizzly.attributes
- org.glassfish.grizzly.compression.lzma - package org.glassfish.grizzly.compression.lzma
- org.glassfish.grizzly.compression.lzma.impl - package org.glassfish.grizzly.compression.lzma.impl
- org.glassfish.grizzly.compression.lzma.impl.lz - package org.glassfish.grizzly.compression.lzma.impl.lz
- org.glassfish.grizzly.compression.lzma.impl.rangecoder - package org.glassfish.grizzly.compression.lzma.impl.rangecoder
- org.glassfish.grizzly.compression.zip - package org.glassfish.grizzly.compression.zip
- org.glassfish.grizzly.filterchain - package org.glassfish.grizzly.filterchain
- org.glassfish.grizzly.http - package org.glassfish.grizzly.http
- org.glassfish.grizzly.http.ajp - package org.glassfish.grizzly.http.ajp
- org.glassfish.grizzly.http.io - package org.glassfish.grizzly.http.io
- org.glassfish.grizzly.http.multipart - package org.glassfish.grizzly.http.multipart
- org.glassfish.grizzly.http.server - package org.glassfish.grizzly.http.server
- org.glassfish.grizzly.http.server.accesslog - package org.glassfish.grizzly.http.server.accesslog
- org.glassfish.grizzly.http.server.filecache - package org.glassfish.grizzly.http.server.filecache
- org.glassfish.grizzly.http.server.http2 - package org.glassfish.grizzly.http.server.http2
- org.glassfish.grizzly.http.server.io - package org.glassfish.grizzly.http.server.io
- org.glassfish.grizzly.http.server.jmxbase - package org.glassfish.grizzly.http.server.jmxbase
- org.glassfish.grizzly.http.server.naming - package org.glassfish.grizzly.http.server.naming
- org.glassfish.grizzly.http.server.util - package org.glassfish.grizzly.http.server.util
- org.glassfish.grizzly.http.util - package org.glassfish.grizzly.http.util
- org.glassfish.grizzly.http2 - package org.glassfish.grizzly.http2
- org.glassfish.grizzly.http2.frames - package org.glassfish.grizzly.http2.frames
- org.glassfish.grizzly.http2.hpack - package org.glassfish.grizzly.http2.hpack
- org.glassfish.grizzly.http2.utils - package org.glassfish.grizzly.http2.utils
- org.glassfish.grizzly.impl - package org.glassfish.grizzly.impl
- org.glassfish.grizzly.jmxbase - package org.glassfish.grizzly.jmxbase
- org.glassfish.grizzly.localization - package org.glassfish.grizzly.localization
- org.glassfish.grizzly.memory - package org.glassfish.grizzly.memory
- org.glassfish.grizzly.monitoring - package org.glassfish.grizzly.monitoring
- org.glassfish.grizzly.nio - package org.glassfish.grizzly.nio
- org.glassfish.grizzly.nio.tmpselectors - package org.glassfish.grizzly.nio.tmpselectors
- org.glassfish.grizzly.nio.transport - package org.glassfish.grizzly.nio.transport
- org.glassfish.grizzly.npn - package org.glassfish.grizzly.npn
- org.glassfish.grizzly.portunif - package org.glassfish.grizzly.portunif
- org.glassfish.grizzly.portunif.finders - package org.glassfish.grizzly.portunif.finders
- org.glassfish.grizzly.servlet - package org.glassfish.grizzly.servlet
- org.glassfish.grizzly.ssl - package org.glassfish.grizzly.ssl
- org.glassfish.grizzly.strategies - package org.glassfish.grizzly.strategies
- org.glassfish.grizzly.streams - package org.glassfish.grizzly.streams
- org.glassfish.grizzly.threadpool - package org.glassfish.grizzly.threadpool
- org.glassfish.grizzly.utils - package org.glassfish.grizzly.utils
- org.glassfish.grizzly.utils.conditions - package org.glassfish.grizzly.utils.conditions
- org.glassfish.grizzly.websockets - package org.glassfish.grizzly.websockets
- org.glassfish.grizzly.websockets.frametypes - package org.glassfish.grizzly.websockets.frametypes
- org.glassfish.grizzly.websockets.glassfish - package org.glassfish.grizzly.websockets.glassfish
- org.glassfish.grizzly.websockets.rfc6455 - package org.glassfish.grizzly.websockets.rfc6455
- ORIGIN_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
- outFragmentedType - Variable in class org.glassfish.grizzly.websockets.ProtocolHandler
- output - Variable in class org.glassfish.grizzly.streams.AbstractStreamWriter
- Output - Interface in org.glassfish.grizzly.streams
- Output(Connection) - Constructor for class org.glassfish.grizzly.nio.transport.DefaultStreamWriter.Output
- outputBuffer - Variable in class org.glassfish.grizzly.http.server.Response
-
The associated output buffer.
- OutputBuffer - Class in org.glassfish.grizzly.http.io
-
Abstraction exposing both byte and character methods to write content to the HTTP messaging system in Grizzly.
- OutputBuffer() - Constructor for class org.glassfish.grizzly.http.io.OutputBuffer
- OutputBuffer.LifeCycleListener - Interface in org.glassfish.grizzly.http.io
- OutputSink - Interface in org.glassfish.grizzly
-
This interface defines methods to allow an
OutputStreamorWriterto allow the developer to check with the runtime whether or not it's possible to write a certain amount of data, or if it's not possible, to be notified when it is. - OutWindow - Class in org.glassfish.grizzly.compression.lzma.impl.lz
-
OutWindow
- OutWindow() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form