Uses of Class
gnu.inet.http.Request

Packages that use Request
gnu.inet.http This package contains an HTTP/1.1 client, as described in RFC 2616. 
 

Uses of Request in gnu.inet.http
 

Methods in gnu.inet.http that return Request
 Request HTTPConnection.newRequest(java.lang.String method, java.lang.String path)
          Creates a new request using this connection.
 

Methods in gnu.inet.http with parameters of type Request
 boolean ResponseBodyReader.accept(Request request, Response response)
          Indicate whether this reader is interested in the specified response.
 boolean ByteArrayResponseBodyReader.accept(Request request, Response response)
          This reader accepts all responses.
protected  void HTTPConnection.fireRequestEvent(int type, Request request)
           
 



© Copyright 2003 The Free Software Foundation, all rights reserved