Uses of Class
org.jwall.web.http.ProtocolException

Packages that use ProtocolException
org.jwall.web.http   
org.jwall.web.http.nio   
 

Uses of ProtocolException in org.jwall.web.http
 

Subclasses of ProtocolException in org.jwall.web.http
 class MessageFormatException
           
 

Constructors in org.jwall.web.http that throw ProtocolException
HttpChunk(String header, ByteBuffer data)
           
HttpRequest(HttpHeader h, byte[] reqBody)
           
HttpRequest(String reqHeader, byte[] reqBody)
          This will create a new http-request from the given String-array.
HttpResponse(HttpHeader header, byte[] data)
           
HttpResponse(String resHeader, byte[] responseData)
           
HttpResponse(String resHeader, byte[] responseData, HttpResponseChannel ch)
           
 

Uses of ProtocolException in org.jwall.web.http.nio
 

Methods in org.jwall.web.http.nio that throw ProtocolException
 ByteBuffer HttpMessageChannel.readBody(int contentLength)
          This method reads the body of a HTTP message of the given length.
 HttpChunk HttpResponseChannel.readChunk()
           
 HttpHeader HttpMessageChannel.readHeader()
          This method tries to read a HTTP message header from the currently available bytes.
 HttpResponse HttpResponseChannel.readMessage()
           
 HttpRequest HttpRequestChannel.readMessage()
           
abstract  T HttpMessageChannel.readMessage()
           
 HttpRequest HttpRequestChannel.readRequest()
          This method returns the next complete request in the input-stream.
 



Copyright © 2012 jwall.org. All Rights Reserved.