Uses of Class
org.glassfish.grizzly.http.HttpPacket
Packages that use HttpPacket
-
Uses of HttpPacket in org.glassfish.grizzly.http
Subclasses of HttpPacket in org.glassfish.grizzly.httpModifier and TypeClassDescriptionclassHttpContentmessage, which represents broken HTTP content.classObject represents HTTP message content: complete or part.classHttpPacket, which represents HTTP message header.classTheHttpHeaderobject, which represents HTTP request message.classTheHttpHeaderobject, which represents HTTP response message.classHttpContentmessage, which represents HTTP trailer message.Methods in org.glassfish.grizzly.http with parameters of type HttpPacketModifier and TypeMethodDescriptionprotected 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.