Uses of Interface
org.glassfish.grizzly.http.HttpPacket

Packages that use HttpPacket
org.glassfish.grizzly.http   
 

Uses of HttpPacket in org.glassfish.grizzly.http
 

Classes in org.glassfish.grizzly.http that implement HttpPacket
 class HttpContent
          Object represents HTTP message content: complete or part.
 class HttpHeader
          HttpPacket, which represents HTTP message header.
 class HttpRequestPacket
          The HttpHeader object, which represents HTTP request message.
 class HttpResponsePacket
          The HttpHeader object, which represents HTTP response message.
 class HttpTrailer
          HttpContent message, which represents HTTP trailer message.
 

Methods in org.glassfish.grizzly.http with parameters of type HttpPacket
protected  Buffer HttpServerFilter.encodeHttpPacket(Connection connection, HttpPacket input)
           
protected  Buffer HttpCodecFilter.encodeHttpPacket(Connection connection, HttpPacket input)
           
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.