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