Uses of Class
net.groboclown.util.http.v1.HttpResponseMessageImpl

Packages that use HttpResponseMessageImpl
net.groboclown.util.http.v1 Contains classes which are optimized for HTTP connections. 
 

Uses of HttpResponseMessageImpl in net.groboclown.util.http.v1
 

Methods in net.groboclown.util.http.v1 with parameters of type HttpResponseMessageImpl
protected  void SimpleHttpGet.getResponse(HttpResponseMessageImpl hrm)
          This must be accessed only in a synchronized block.
protected  void SimpleHttpGet.receiveHead(HttpResponseMessageImpl hrm)
          This must be accessed only in a synchronized block.
protected  void SimpleHttpGet.processStatus(HttpResponseMessageImpl hrm, StringBuffer statusline)
           
protected  void SimpleHttpGet.processHead(HttpResponseMessageImpl hrm, StringBuffer linebuffer)
           
protected  byte[] SimpleHttpGet.receiveMessage(HttpResponseMessageImpl hrm)
           
 



Written under the LGPL