Package | Description |
---|---|
org.glassfish.grizzly.http |
Modifier and Type | Method and Description |
---|---|
protected boolean |
HttpCodecFilter.decodeHttpPacket(FilterChainContext ctx,
HttpPacketParsing httpPacket,
Buffer input) |
protected boolean |
HttpCodecFilter.decodeHttpPacketFromBuffer(FilterChainContext ctx,
HttpPacketParsing httpPacket,
Buffer input) |
protected boolean |
HttpCodecFilter.decodeHttpPacketFromBytes(FilterChainContext ctx,
HttpPacketParsing httpPacket,
Buffer inputBuffer) |
NextAction |
HttpCodecFilter.handleRead(FilterChainContext ctx,
HttpPacketParsing httpPacket)
The method is called by the specific HttpCodecFilter implementation,
once we have received a
Buffer , which has to be transformed
into HTTP packet part. |
Copyright © 2014 Oracle Corporation. All rights reserved.