Package | Description |
---|---|
org.glassfish.grizzly.http | |
org.glassfish.grizzly.http.jmx | |
org.glassfish.grizzly.http.server |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientFilter
Client side
HttpCodecFilter implementation, which is responsible for
decoding HttpResponsePacket and encoding HttpRequestPacket messages. |
class |
HttpServerFilter
Server side
HttpCodecFilter implementation, which is responsible for
decoding HttpRequestPacket and encoding HttpResponsePacket messages. |
Modifier and Type | Field and Description |
---|---|
HttpCodecFilter |
HttpCodecFilter.HeaderParsingState.codecFilter |
Modifier and Type | Method and Description |
---|---|
void |
HttpCodecFilter.HeaderParsingState.initialize(HttpCodecFilter codecFilter,
int initialOffset,
int maxHeaderSize) |
Constructor and Description |
---|
HttpCodecFilter(HttpCodecFilter httpCodecFilter) |
Modifier and Type | Method and Description |
---|---|
HttpCodecFilter |
NetworkListener.getHttpCodecFilter() |
Copyright © 2015 Oracle Corporation. All rights reserved.