org.teleal.cling.model.message
Class UpnpRequest

java.lang.Object
  extended by org.teleal.cling.model.message.UpnpOperation
      extended by org.teleal.cling.model.message.UpnpRequest

public class UpnpRequest
extends UpnpOperation


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

UpnpRequest

public UpnpRequest(UpnpRequest.Method method)

UpnpRequest

public UpnpRequest(UpnpRequest.Method method,
                   URI uri)

UpnpRequest

public UpnpRequest(UpnpRequest.Method method,
                   URL url)
Method Detail

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 © 2010 Teleal GmbH, Switzerland. All Rights Reserved.