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 org.glassfish.grizzly.BufferHttpClientFilter. encodeHttpPacket(org.glassfish.grizzly.filterchain.FilterChainContext ctx, HttpPacket input)protected org.glassfish.grizzly.BufferHttpCodecFilter. encodeHttpPacket(org.glassfish.grizzly.filterchain.FilterChainContext ctx, HttpPacket input)protected org.glassfish.grizzly.BufferHttpServerFilter. encodeHttpPacket(org.glassfish.grizzly.filterchain.FilterChainContext ctx, HttpPacket input)static booleanHttpContent. isContent(HttpPacket httpPacket)Returns true if passedHttpPacketis a HttpContent.voidHttpProbe.Adapter. onErrorEvent(org.glassfish.grizzly.Connection connection, HttpPacket httpPacket, Throwable error)Method will be called, when error occurs during theHttpCodecFilterprocessing.voidHttpProbe. onErrorEvent(org.glassfish.grizzly.Connection connection, HttpPacket httpPacket, Throwable error)Method will be called, when error occurs during theHttpCodecFilterprocessing.
-