public class GcHttpRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GcHttpRequest.Method |
| Constructor and Description |
|---|
GcHttpRequest(GcHttpRequest.Method method,
URI location) |
GcHttpRequest(GcHttpRequest.Method method,
URI location,
boolean secure) |
GcHttpRequest(GcHttpRequest.Method method,
URI location,
String contentType,
byte[] binaryContent) |
GcHttpRequest(GcHttpRequest.Method method,
URI location,
String contentType,
String textContent) |
GcHttpRequest(GcHttpRequest.Method method,
URI location,
String contentType,
org.xmlpull.infoset.XmlElement xmlContent) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBinaryContent() |
String |
getContentType() |
URI |
getLocation() |
GcHttpRequest.Method |
getMethod() |
String |
getTextContent() |
org.xmlpull.infoset.XmlElement |
getXmlContent() |
boolean |
hasContent() |
String |
toString() |
boolean |
useAuthz() |
public GcHttpRequest(GcHttpRequest.Method method, URI location)
public GcHttpRequest(GcHttpRequest.Method method, URI location, boolean secure)
public GcHttpRequest(GcHttpRequest.Method method, URI location, String contentType, org.xmlpull.infoset.XmlElement xmlContent)
public GcHttpRequest(GcHttpRequest.Method method, URI location, String contentType, String textContent)
public GcHttpRequest(GcHttpRequest.Method method, URI location, String contentType, byte[] binaryContent)
public boolean hasContent()
public org.xmlpull.infoset.XmlElement getXmlContent()
public String getTextContent()
public byte[] getBinaryContent()
public String getContentType()
public URI getLocation()
public GcHttpRequest.Method getMethod()
public boolean useAuthz()
Copyright © 2013. All Rights Reserved.