Uses of Class
org.jwall.web.http.nio.TimeOutException

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

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

Methods in org.jwall.web.http.nio that throw TimeOutException
 ByteBuffer HttpMessageChannel.readBody(int contentLength)
          This method reads the body of a HTTP message of the given length.
 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.