Index

A B C D E F G H I 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

O

OFF - Enum constant in enum class org.glassfish.grizzly.http.CompressionConfig.CompressionMode
 
offset - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
OK_200 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
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
 
onCommit() - Method in interface org.glassfish.grizzly.http.io.OutputBuffer.LifeCycleListener
 
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 ContentEncoding will 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 ContentEncoding will 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 ContentEncoding has been applied.
onContentEncodingParseResultEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
This method will be called after the ContentEncoding has been applied.
onContentEncodingSerializeEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
/** Method will be called, when ContentEncoding will 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 ContentEncoding will 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 ContentEncoding will 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 ContentEncoding will be applied during the serialization/encoding of the certain HTTP message content chunk.
onDataReceivedEvent(Connection, Buffer) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when Buffer will come for processing to the HttpCodecFilter (either request or response).
onDataReceivedEvent(Connection, Buffer) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when Buffer will come for processing to the HttpCodecFilter (either request or response).
onDataSentEvent(Connection, Buffer) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when Buffer, produced by the HttpCodecFilter will be ready to go to the next Filter in 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 the HttpCodecFilter will be ready to go to the next Filter in the chain and finally written on wire.
onErrorEvent(Connection, HttpPacket, Throwable) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when error occurs during the HttpCodecFilter processing.
onErrorEvent(Connection, HttpPacket, Throwable) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when error occurs during the HttpCodecFilter processing.
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
 
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
 
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
 
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
 
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
 
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
 
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 HttpHeader message.
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 HttpPacket parsing has been completed.
onHttpPacketParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
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).
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
 
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
 
onOutgoingUpgrade(FilterChainContext, HttpHeader) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
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.
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.
onTransferEncodingParseEvent(Connection, HttpHeader, Buffer, TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when TransferEncoding will 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 TransferEncoding will 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 TransferEncoding will 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 TransferEncoding will be applied during the serialization/encoding of the certain HTTP message content chunk.
OPTIONS - Static variable in class org.glassfish.grizzly.http.Method
 
org.glassfish.grizzly.http - module org.glassfish.grizzly.http
 
org.glassfish.grizzly.http - package org.glassfish.grizzly.http
 
org.glassfish.grizzly.http.io - package org.glassfish.grizzly.http.io
 
org.glassfish.grizzly.http.util - package org.glassfish.grizzly.http.util
 
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
 
A B C D E F G H I 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