Uses of Class
org.jboss.netty.handler.codec.http2.HttpPostRequestEncoder.ErrorDataEncoderException

Packages that use HttpPostRequestEncoder.ErrorDataEncoderException
org.jboss.netty.handler.codec.http2 Encoder, decoder and their related message types for HTTP. 
 

Uses of HttpPostRequestEncoder.ErrorDataEncoderException in org.jboss.netty.handler.codec.http2
 

Methods in org.jboss.netty.handler.codec.http2 that throw HttpPostRequestEncoder.ErrorDataEncoderException
 void HttpPostRequestEncoder.addBodyAttribute(String name, String value)
          Add a simple attribute in the body as Name=Value
 void HttpPostRequestEncoder.addBodyFileUpload(String name, File file, String contentType, boolean isText)
          Add a file as a FileUpload
 void HttpPostRequestEncoder.addBodyFileUploads(String name, File[] file, String[] contentType, boolean[] isText)
          Add a series of Files associated with one File parameter (implied Mixed mode in Multipart)
 void HttpPostRequestEncoder.addBodyHttpData(InterfaceHttpData data)
          Add the InterfaceHttpData to the Body list
 HttpRequest HttpPostRequestEncoder.finalizeRequest()
          Finalize the request by preparing the Header in the request and returns the request ready to be sent.
 HttpChunk HttpPostRequestEncoder.nextChunk()
          Returns the next available HttpChunk.
 void HttpPostRequestEncoder.setBodyHttpDatas(List<InterfaceHttpData> datas)
          Set the Body HttpDatas list
 

Constructors in org.jboss.netty.handler.codec.http2 that throw HttpPostRequestEncoder.ErrorDataEncoderException
HttpPostRequestEncoder(HttpDataFactory factory, HttpRequest request, boolean multipart)
           
HttpPostRequestEncoder(HttpDataFactory factory, HttpRequest request, boolean multipart, Charset charset)
           
HttpPostRequestEncoder(HttpRequest request, boolean multipart)
           
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.