Overload list

  Name Description
Public method Request () () () () The Requestconstructor creates an instance of a Request object.
Public method Request(String) Creates a new request with the specified method type.
Public method Request(Request . . :: . . StandardMethodType) Creates a new request with the specified standard method type.
Public method Request(String, String) Creates a new request with the specified method type and target URI.
Public method Request(Request . . :: . . StandardMethodType, String) Creates a new request with the specified standard method type and target URI.
Top

See also