Uses of Class
org.glassfish.grizzly.http.HttpPacket
-
Packages that use HttpPacket Package Description org.glassfish.grizzly.http -
-
Uses of HttpPacket in org.glassfish.grizzly.http
Subclasses of HttpPacket in org.glassfish.grizzly.http Modifier and Type Class Description classHttpBrokenContentHttpContentmessage, which represents broken HTTP content.classHttpContentObject represents HTTP message content: complete or part.classHttpHeaderHttpPacket, which represents HTTP message header.classHttpRequestPacketTheHttpHeaderobject, which represents HTTP request message.classHttpResponsePacketTheHttpHeaderobject, which represents HTTP response message.classHttpTrailerHttpContentmessage, which represents HTTP trailer message.Methods in org.glassfish.grizzly.http with parameters of type HttpPacket Modifier and Type Method Description protected BufferHttpClientFilter. encodeHttpPacket(FilterChainContext ctx, HttpPacket input)protected BufferHttpCodecFilter. encodeHttpPacket(FilterChainContext ctx, HttpPacket input)protected BufferHttpServerFilter. encodeHttpPacket(FilterChainContext ctx, HttpPacket input)static booleanHttpContent. isContent(HttpPacket httpPacket)Returns true if passedHttpPacketis a HttpContent.voidHttpProbe.Adapter. onErrorEvent(Connection connection, HttpPacket httpPacket, java.lang.Throwable error)Method will be called, when error occurs during theHttpCodecFilterprocessing.voidHttpProbe. onErrorEvent(Connection connection, HttpPacket httpPacket, java.lang.Throwable error)Method will be called, when error occurs during theHttpCodecFilterprocessing.
-