|
| ActionResponse () |
|
| ActionResponse (SOAPResponse soapRes) |
|
void | setResponse (Action action) |
|
ArgumentList | getResponse () |
|
| ControlResponse () |
|
| ControlResponse (SOAPResponse soapRes) |
|
void | setFaultResponse (int errCode, String errDescr) |
|
void | setFaultResponse (int errCode) |
|
int | getUPnPErrorCode () |
|
String | getUPnPErrorDescription () |
|
UPnPStatus | getUPnPError () |
|
| SOAPResponse () |
|
| SOAPResponse (HTTPResponse httpRes) |
|
| SOAPResponse (SOAPResponse soapRes) |
|
void | setEnvelopeNode (Node node) |
|
Node | getEnvelopeNode () |
|
Node | getBodyNode () |
|
Node | getMethodResponseNode (String name) |
|
Node | getFaultNode () |
|
Node | getFaultCodeNode () |
|
Node | getFaultStringNode () |
|
Node | getFaultActorNode () |
|
Node | getFaultDetailNode () |
|
String | getFaultCode () |
|
String | getFaultString () |
|
String | getFaultActor () |
|
void | setContent (Node node) |
|
void | print () |
|
| HTTPResponse () |
|
| HTTPResponse (HTTPResponse httpRes) |
|
| HTTPResponse (InputStream in) |
|
| HTTPResponse (HTTPSocket httpSock) |
|
void | setStatusCode (int code) |
|
int | getStatusCode () |
|
boolean | isSuccessful () |
|
String | getStatusLineString () |
|
String | getHeader () |
|
String | toString () |
|
| HTTPPacket () |
|
| HTTPPacket (HTTPPacket httpPacket) |
|
| HTTPPacket (InputStream in) |
|
void | init () |
|
void | setVersion (String ver) |
|
String | getVersion () |
|
boolean | read (HTTPSocket httpSock) |
|
boolean | hasFirstLine () |
|
int | getNHeaders () |
|
void | addHeader (HTTPHeader header) |
|
void | addHeader (String name, String value) |
|
HTTPHeader | getHeader (int n) |
|
HTTPHeader | getHeader (String name) |
|
void | clearHeaders () |
|
boolean | hasHeader (String name) |
|
void | setHeader (String name, String value) |
|
void | setHeader (String name, int value) |
|
void | setHeader (String name, long value) |
|
void | setHeader (HTTPHeader header) |
|
String | getHeaderValue (String name) |
|
void | setStringHeader (String name, String value, String startWidth, String endWidth) |
|
void | setStringHeader (String name, String value) |
|
String | getStringHeaderValue (String name, String startWidth, String endWidth) |
|
String | getStringHeaderValue (String name) |
|
void | setIntegerHeader (String name, int value) |
|
void | setLongHeader (String name, long value) |
|
int | getIntegerHeaderValue (String name) |
|
long | getLongHeaderValue (String name) |
|
String | getHeaderString () |
|
void | setContent (byte data[], boolean updateWithContentLength) |
|
void | setContent (byte data[]) |
|
void | setContent (String data, boolean updateWithContentLength) |
|
void | setContent (String data) |
|
byte[] | getContent () |
|
String | getContentString () |
|
boolean | hasContent () |
|
void | setContentInputStream (InputStream in) |
|
InputStream | getContentInputStream () |
|
boolean | hasContentInputStream () |
|
void | setContentType (String type) |
|
String | getContentType () |
|
void | setContentLanguage (String code) |
|
String | getContentLanguage () |
|
String | getCharSet () |
|
void | setContentLength (long len) |
|
long | getContentLength () |
|
boolean | hasConnection () |
|
void | setConnection (String value) |
|
String | getConnection () |
|
boolean | isCloseConnection () |
|
boolean | isKeepAliveConnection () |
|
boolean | hasContentRange () |
|
void | setContentRange (long firstPos, long lastPos, long length) |
|
long[] | getContentRange () |
|
long | getContentRangeFirstPosition () |
|
long | getContentRangeLastPosition () |
|
long | getContentRangeInstanceLength () |
|
void | setCacheControl (String directive) |
|
void | setCacheControl (String directive, int value) |
|
void | setCacheControl (int value) |
|
String | getCacheControl () |
|
void | setServer (String name) |
|
String | getServer () |
|
void | setHost (String host, int port) |
|
void | setHost (String host) |
|
String | getHost () |
|
void | setDate (Calendar cal) |
|
String | getDate () |
|
boolean | hasTransferEncoding () |
|
void | setTransferEncoding (String value) |
|
String | getTransferEncoding () |
|
boolean | isChunked () |
|