|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpnpRequest.Method | |
---|---|
org.teleal.cling.model.message |
Uses of UpnpRequest.Method in org.teleal.cling.model.message |
---|
Methods in org.teleal.cling.model.message that return UpnpRequest.Method | |
---|---|
static UpnpRequest.Method |
UpnpRequest.Method.getByHttpMethodName(String httpMethodName)
|
UpnpRequest.Method |
UpnpRequest.getMethod()
|
static UpnpRequest.Method |
UpnpRequest.Method.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UpnpRequest.Method[] |
UpnpRequest.Method.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.teleal.cling.model.message with parameters of type UpnpRequest.Method | |
---|---|
StreamRequestMessage(UpnpRequest.Method method,
URI uri)
|
|
StreamRequestMessage(UpnpRequest.Method method,
URI uri,
byte[] body)
|
|
StreamRequestMessage(UpnpRequest.Method method,
URI uri,
String body)
|
|
StreamRequestMessage(UpnpRequest.Method method,
URL url)
|
|
StreamRequestMessage(UpnpRequest.Method method,
URL url,
byte[] body)
|
|
StreamRequestMessage(UpnpRequest.Method method,
URL url,
String body)
|
|
UpnpRequest(UpnpRequest.Method method)
|
|
UpnpRequest(UpnpRequest.Method method,
URI uri)
|
|
UpnpRequest(UpnpRequest.Method method,
URL url)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |