|
||||||||||
| 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(java.lang.String httpMethodName)
|
UpnpRequest.Method |
UpnpRequest.getMethod()
|
static UpnpRequest.Method |
UpnpRequest.Method.valueOf(java.lang.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,
java.net.URI uri)
|
|
StreamRequestMessage(UpnpRequest.Method method,
java.net.URI uri,
byte[] body)
|
|
StreamRequestMessage(UpnpRequest.Method method,
java.net.URI uri,
java.lang.String body)
|
|
StreamRequestMessage(UpnpRequest.Method method,
java.net.URL url)
|
|
StreamRequestMessage(UpnpRequest.Method method,
java.net.URL url,
byte[] body)
|
|
StreamRequestMessage(UpnpRequest.Method method,
java.net.URL url,
java.lang.String body)
|
|
UpnpRequest(UpnpRequest.Method method)
|
|
UpnpRequest(UpnpRequest.Method method,
java.net.URI uri)
|
|
UpnpRequest(UpnpRequest.Method method,
java.net.URL url)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||