Uses of Class
org.glassfish.grizzly.http.HttpPacket
Packages that use HttpPacket
Package
Description
-
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 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, Throwable error) Method will be called, when error occurs during theHttpCodecFilterprocessing.voidHttpProbe.onErrorEvent(Connection connection, HttpPacket httpPacket, Throwable error) Method will be called, when error occurs during theHttpCodecFilterprocessing. -
Uses of HttpPacket in org.glassfish.grizzly.http.ajp
Subclasses of HttpPacket in org.glassfish.grizzly.http.ajpModifier and TypeClassDescriptionfinal classHttpRequestPacketimplementation, which also contains AJP related meta data.final classHttpResponsePacketimplementation, which also contains AJP related meta data. -
Uses of HttpPacket in org.glassfish.grizzly.http2
Methods in org.glassfish.grizzly.http2 with parameters of type HttpPacketModifier and TypeMethodDescriptionprotected abstract voidHttp2BaseFilter.processOutgoingHttpHeader(FilterChainContext ctx, Http2Session http2Session, HttpHeader httpHeader, HttpPacket entireHttpPacket) protected voidHttp2ClientFilter.processOutgoingHttpHeader(FilterChainContext ctx, Http2Session http2Session, HttpHeader httpHeader, HttpPacket entireHttpPacket) Process the provided outbound header/packet.protected voidHttp2ServerFilter.processOutgoingHttpHeader(FilterChainContext ctx, Http2Session http2Session, HttpHeader httpHeader, HttpPacket entireHttpPacket) voidUpgradeOutputSink.writeDownStream(HttpPacket httpPacket, FilterChainContext ctx, CompletionHandler<WriteResult> completionHandler, MessageCloner<Buffer> messageCloner)