void |
HttpCodecFilter.addTransferEncoding(TransferEncoding transferEncoding) |
|
void |
HttpProbe.Adapter.onTransferEncodingParseEvent(org.glassfish.grizzly.Connection connection,
HttpHeader header,
org.glassfish.grizzly.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.onTransferEncodingParseEvent(org.glassfish.grizzly.Connection connection,
HttpHeader header,
org.glassfish.grizzly.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.onTransferEncodingSerializeEvent(org.glassfish.grizzly.Connection connection,
HttpHeader header,
org.glassfish.grizzly.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.onTransferEncodingSerializeEvent(org.glassfish.grizzly.Connection connection,
HttpHeader header,
org.glassfish.grizzly.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) |
|
protected void |
HttpHeader.setTransferEncoding(TransferEncoding transferEncoding) |
Set the TransferEncoding, responsible for the parsing/serialization of the HTTP message content.
|