Package org.httpobjects.client
Class HttpClient.RemoteObject
- java.lang.Object
-
- org.httpobjects.client.HttpClient.RemoteObject
-
- Enclosing interface:
- HttpClient
public abstract static class HttpClient.RemoteObject extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoteObject()
-
Method Summary
Modifier and Type Method Description org.httpobjects.Responsedelete(String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsedelete(org.httpobjects.header.HeaderField... fields)abstract org.httpobjects.Responsedelete(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsedelete(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responseget(String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responseget(org.httpobjects.header.HeaderField... fields)abstract org.httpobjects.Responseget(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responseget(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsehead(String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsehead(org.httpobjects.header.HeaderField... fields)abstract org.httpobjects.Responsehead(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsehead(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responseoptions(String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responseoptions(org.httpobjects.header.HeaderField... fields)abstract org.httpobjects.Responseoptions(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responseoptions(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsepatch(String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsepatch(org.httpobjects.header.HeaderField... fields)abstract org.httpobjects.Responsepatch(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsepatch(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsepost(String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsepost(org.httpobjects.header.HeaderField... fields)abstract org.httpobjects.Responsepost(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsepost(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responseput(String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responseput(org.httpobjects.header.HeaderField... fields)abstract org.httpobjects.Responseput(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responseput(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsetrace(String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsetrace(org.httpobjects.header.HeaderField... fields)abstract org.httpobjects.Responsetrace(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)org.httpobjects.Responsetrace(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)
-
-
-
Method Detail
-
get
public abstract org.httpobjects.Response get(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)
-
post
public abstract org.httpobjects.Response post(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)
-
put
public abstract org.httpobjects.Response put(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)
-
delete
public abstract org.httpobjects.Response delete(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)
-
patch
public abstract org.httpobjects.Response patch(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)
-
head
public abstract org.httpobjects.Response head(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)
-
options
public abstract org.httpobjects.Response options(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)
-
trace
public abstract org.httpobjects.Response trace(org.httpobjects.Representation r, String query, org.httpobjects.header.HeaderField... fields)
-
get
public final org.httpobjects.Response get(org.httpobjects.header.HeaderField... fields)
-
get
public final org.httpobjects.Response get(String query, org.httpobjects.header.HeaderField... fields)
-
get
public final org.httpobjects.Response get(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)
-
post
public final org.httpobjects.Response post(org.httpobjects.header.HeaderField... fields)
-
post
public final org.httpobjects.Response post(String query, org.httpobjects.header.HeaderField... fields)
-
post
public final org.httpobjects.Response post(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)
-
put
public final org.httpobjects.Response put(org.httpobjects.header.HeaderField... fields)
-
put
public final org.httpobjects.Response put(String query, org.httpobjects.header.HeaderField... fields)
-
put
public final org.httpobjects.Response put(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)
-
delete
public final org.httpobjects.Response delete(org.httpobjects.header.HeaderField... fields)
-
delete
public final org.httpobjects.Response delete(String query, org.httpobjects.header.HeaderField... fields)
-
delete
public final org.httpobjects.Response delete(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)
-
patch
public final org.httpobjects.Response patch(org.httpobjects.header.HeaderField... fields)
-
patch
public final org.httpobjects.Response patch(String query, org.httpobjects.header.HeaderField... fields)
-
patch
public final org.httpobjects.Response patch(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)
-
head
public final org.httpobjects.Response head(org.httpobjects.header.HeaderField... fields)
-
head
public final org.httpobjects.Response head(String query, org.httpobjects.header.HeaderField... fields)
-
head
public final org.httpobjects.Response head(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)
-
options
public final org.httpobjects.Response options(org.httpobjects.header.HeaderField... fields)
-
options
public final org.httpobjects.Response options(String query, org.httpobjects.header.HeaderField... fields)
-
options
public final org.httpobjects.Response options(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)
-
trace
public final org.httpobjects.Response trace(org.httpobjects.header.HeaderField... fields)
-
trace
public final org.httpobjects.Response trace(String query, org.httpobjects.header.HeaderField... fields)
-
trace
public final org.httpobjects.Response trace(org.httpobjects.Representation r, org.httpobjects.header.HeaderField... fields)
-
-