public class UpnpRequest extends UpnpOperation
| Modifier and Type | Class and Description |
|---|---|
static class |
UpnpRequest.Method |
| Constructor and Description |
|---|
UpnpRequest(UpnpRequest.Method method) |
UpnpRequest(UpnpRequest.Method method,
URI uri) |
UpnpRequest(UpnpRequest.Method method,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpMethodName() |
UpnpRequest.Method |
getMethod() |
URI |
getURI() |
void |
setUri(URI uri) |
String |
toString() |
getHttpMinorVersion, setHttpMinorVersionpublic UpnpRequest(UpnpRequest.Method method)
public UpnpRequest(UpnpRequest.Method method, URI uri)
public UpnpRequest(UpnpRequest.Method method, URL url)
Copyright © 2023 jUPnP.org. All rights reserved.