|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.sip.xcap.XCapHttpResponse
public class XCapHttpResponse
XCAP HTTP response.
| Constructor Summary | |
|---|---|
XCapHttpResponse()
|
|
| Method Summary | |
|---|---|
byte[] |
getContent()
Gets HTTP response content. |
String |
getContentType()
Gets HTTP Content-Type. |
String |
getETag()
Gets HTTP ETag. |
int |
getHttpCode()
Gets HTTP code. |
(package private) void |
setContent(byte[] content)
Sets HTTP response content. |
(package private) void |
setContentType(String contentType)
Sets HTTP Content-Type. |
(package private) void |
setETag(String eTag)
Sets HTTP ETag. |
(package private) void |
setHttpCode(int httpCode)
Sets HTTP code. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XCapHttpResponse()
| Method Detail |
|---|
public int getHttpCode()
void setHttpCode(int httpCode)
httpCode - the HTTP code.public String getContentType()
void setContentType(String contentType)
contentType - the HTTP Content-Type.public byte[] getContent()
void setContent(byte[] content)
content - the HTTP response content.public String getETag()
void setETag(String eTag)
eTag - the HTTP ETag.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||