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

Packages that use HttpPacketParsing
org.glassfish.grizzly.http   
 

Uses of HttpPacketParsing in org.glassfish.grizzly.http
 

Methods in org.glassfish.grizzly.http with parameters of type HttpPacketParsing
protected  boolean HttpCodecFilter.decodeHttpPacket(HttpPacketParsing httpPacket, Buffer input)
           
 NextAction HttpCodecFilter.handleRead(FilterChainContext ctx, HttpPacketParsing httpPacket)
          The method is called by the specific HttpCodecFilter implementation, once we have received a Buffer, which has to be transformed into HTTP packet part.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.