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

Packages that use TransferEncoding
org.glassfish.grizzly.http   
 

Uses of TransferEncoding in org.glassfish.grizzly.http
 

Classes in org.glassfish.grizzly.http that implement TransferEncoding
 class ChunkedTransferEncoding
          Chunked transfer encoding implementation.
 class FixedLengthTransferEncoding
          Fixed length transfer encoding implementation.
 

Methods in org.glassfish.grizzly.http that return TransferEncoding
 TransferEncoding HttpHeader.getTransferEncoding()
          Get the TransferEncoding, responsible for the parsing/serialization of the HTTP message content
 TransferEncoding[] HttpCodecFilter.getTransferEncodings()
           Gets registered TransferEncodings.
 

Methods in org.glassfish.grizzly.http with parameters of type TransferEncoding
 void HttpCodecFilter.addTransferEncoding(TransferEncoding transferEncoding)
           Adds the specified TransferEncoding to the HttpCodecFilter.
 void HttpProbe.onTransferEncodingParseEvent(Connection connection, HttpHeader header, Buffer buffer, TransferEncoding transferEncoding)
          Method will be called, when TransferEncoding will be applied during the parsing/decoding of the certain HTTP message content chunk.
 void HttpProbe.onTransferEncodingSerializeEvent(Connection connection, HttpHeader header, Buffer buffer, TransferEncoding transferEncoding)
          Method will be called, when TransferEncoding will be applied during the serialization/encoding of the certain HTTP message content chunk.
 boolean HttpCodecFilter.removeTransferEncoding(TransferEncoding transferEncoding)
           Removes the specified TransferEncoding from the HttpCodecFilter.
protected  void HttpHeader.setTransferEncoding(TransferEncoding transferEncoding)
          Set the TransferEncoding, responsible for the parsing/serialization of the HTTP message content.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.