org.teleal.cling.model.message
Class UpnpRequest
java.lang.Object
org.teleal.cling.model.message.UpnpOperation
org.teleal.cling.model.message.UpnpRequest
public class UpnpRequest
- extends UpnpOperation
A request message, with a method (GET, POST, NOTIFY, etc).
- Author:
- Christian Bauer
UpnpRequest
public UpnpRequest(UpnpRequest.Method method)
UpnpRequest
public UpnpRequest(UpnpRequest.Method method,
URI uri)
UpnpRequest
public UpnpRequest(UpnpRequest.Method method,
URL url)
getMethod
public UpnpRequest.Method getMethod()
getHttpMethodName
public String getHttpMethodName()
getURI
public URI getURI()
setUri
public void setUri(URI uri)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.