public class UpnpResponse extends UpnpOperation
| Modifier and Type | Class and Description |
|---|---|
static class |
UpnpResponse.Status |
| Constructor and Description |
|---|
UpnpResponse(int statusCode,
String statusMessage) |
UpnpResponse(UpnpResponse.Status status) |
| Modifier and Type | Method and Description |
|---|---|
String |
getResponseDetails() |
int |
getStatusCode() |
String |
getStatusMessage() |
boolean |
isFailed() |
String |
toString() |
getHttpMinorVersion, setHttpMinorVersionpublic UpnpResponse(int statusCode,
String statusMessage)
public UpnpResponse(UpnpResponse.Status status)
public int getStatusCode()
public String getStatusMessage()
public boolean isFailed()
true if the status code was equal or creater 300.public String getResponseDetails()
toString().Copyright © 2016 4th Line GmbH, Switzerland. All rights reserved.