Uses of Class
net.noderunner.http.Method

Packages that use Method
net.noderunner.http Provides classes for sending and receiving data over HTTP. 
 

Uses of Method in net.noderunner.http
 

Methods in net.noderunner.http that return Method
 Method RequestLine.getMethod()
          Returns the name of the request method.
static Method Method.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Method[] Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.noderunner.http with parameters of type Method
static RequestLine RequestLine.create(java.net.URL url, Method method)
          Creates and returns a request line based on a URL and method.
 void EasyHttpClient.setMethod(Method method)
          Allows a subsequent operation to be repeated with a different method on the same connection.
 

Constructors in net.noderunner.http with parameters of type Method
EasyHttpClient(HttpClient c, java.net.URL url, Method method)
          Constructs a new HTTP client.
EasyHttpClient(java.net.URL url, Method method)
          Constructs a new HTTP client.
RequestLine(Method method, java.lang.String requestURI)
          Constructs using a method, a request URI, and the default HTTP/1.1 version.
RequestLine(Method method, java.lang.String requestURI, HttpVersion version)
          Constructs using all Request-Line parts.
 



Copyright © 2010. All Rights Reserved.