com.eclipsesource.restfuse.internal
Class InternalRequest
java.lang.Object
com.eclipsesource.restfuse.internal.InternalRequest
public class InternalRequest
- extends java.lang.Object
Method Summary |
void |
addAuthenticationInfo(AuthenticationInfo authentication)
|
void |
addHeader(java.lang.String name,
java.lang.String value)
|
com.sun.jersey.api.client.ClientResponse |
delete()
|
com.sun.jersey.api.client.ClientResponse |
get()
|
com.sun.jersey.api.client.ClientResponse |
head()
|
com.sun.jersey.api.client.ClientResponse |
options()
|
com.sun.jersey.api.client.ClientResponse |
post()
|
com.sun.jersey.api.client.ClientResponse |
put()
|
void |
setContent(java.io.InputStream content)
|
void |
setContentType(java.lang.String mediaType)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternalRequest
public InternalRequest(java.lang.String url)
addAuthenticationInfo
public void addAuthenticationInfo(AuthenticationInfo authentication)
addHeader
public void addHeader(java.lang.String name,
java.lang.String value)
delete
public com.sun.jersey.api.client.ClientResponse delete()
get
public com.sun.jersey.api.client.ClientResponse get()
head
public com.sun.jersey.api.client.ClientResponse head()
options
public com.sun.jersey.api.client.ClientResponse options()
post
public com.sun.jersey.api.client.ClientResponse post()
put
public com.sun.jersey.api.client.ClientResponse put()
setContent
public void setContent(java.io.InputStream content)
setContentType
public void setContentType(java.lang.String mediaType)