| Package | Description |
|---|---|
| org.glassfish.grizzly.http |
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkedTransferEncoding
Chunked transfer encoding implementation.
|
class |
FixedLengthTransferEncoding
Fixed length transfer encoding implementation.
|
| Modifier and Type | Method and Description |
|---|---|
TransferEncoding |
HttpHeader.getTransferEncoding()
Get the
TransferEncoding, responsible for the parsing/serialization of the HTTP message content |
TransferEncoding[] |
HttpCodecFilter.getTransferEncodings()
Gets registered
TransferEncodings. |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpCodecFilter.addTransferEncoding(TransferEncoding transferEncoding)
Adds the specified
TransferEncoding to the HttpCodecFilter. |
void |
HttpProbe.onTransferEncodingParseEvent(Connection connection,
HttpHeader header,
Buffer buffer,
TransferEncoding transferEncoding)
Method will be called, when
TransferEncoding will be applied
during the parsing/decoding of the certain HTTP message content chunk. |
void |
HttpProbe.Adapter.onTransferEncodingParseEvent(Connection connection,
HttpHeader header,
Buffer buffer,
TransferEncoding transferEncoding)
Method will be called, when
TransferEncoding will be applied
during the parsing/decoding of the certain HTTP message content chunk. |
void |
HttpProbe.onTransferEncodingSerializeEvent(Connection connection,
HttpHeader header,
Buffer buffer,
TransferEncoding transferEncoding)
Method will be called, when
TransferEncoding will be applied
during the serialization/encoding of the certain HTTP message content chunk. |
void |
HttpProbe.Adapter.onTransferEncodingSerializeEvent(Connection connection,
HttpHeader header,
Buffer buffer,
TransferEncoding transferEncoding)
Method will be called, when
TransferEncoding will be applied
during the serialization/encoding of the certain HTTP message content chunk. |
boolean |
HttpCodecFilter.removeTransferEncoding(TransferEncoding transferEncoding)
Removes the specified
TransferEncoding from the HttpCodecFilter. |
protected void |
HttpHeader.setTransferEncoding(TransferEncoding transferEncoding)
Set the
TransferEncoding, responsible for the parsing/serialization of the HTTP message content. |
Copyright © 2018 Oracle Corporation. All Rights Reserved.