com.eclipsesource.restfuse.internal
Class InternalRequest
java.lang.Object
com.eclipsesource.restfuse.internal.InternalRequest
public class InternalRequest
- extends java.lang.Object
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 Response delete()
get
public Response get()
head
public Response head()
options
public Response options()
post
public Response post()
put
public Response put()
setContent
public void setContent(java.io.InputStream content)
setContentType
public void setContentType(java.lang.String mediaType)