|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teleal.cling.model.message.UpnpOperation
org.teleal.cling.model.message.UpnpRequest
public class UpnpRequest
Nested Class Summary | |
---|---|
static class |
UpnpRequest.Method
|
Constructor Summary | |
---|---|
UpnpRequest(UpnpRequest.Method method)
|
|
UpnpRequest(UpnpRequest.Method method,
URI uri)
|
|
UpnpRequest(UpnpRequest.Method method,
URL url)
|
Method Summary | |
---|---|
String |
getHttpMethodName()
|
UpnpRequest.Method |
getMethod()
|
URI |
getURI()
|
void |
setUri(URI uri)
|
String |
toString()
|
Methods inherited from class org.teleal.cling.model.message.UpnpOperation |
---|
getHttpMinorVersion, setHttpMinorVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpnpRequest(UpnpRequest.Method method)
public UpnpRequest(UpnpRequest.Method method, URI uri)
public UpnpRequest(UpnpRequest.Method method, URL url)
Method Detail |
---|
public UpnpRequest.Method getMethod()
public String getHttpMethodName()
public URI getURI()
public void setUri(URI uri)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |