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, java.net.URI uri)
           
UpnpRequest(UpnpRequest.Method method, java.net.URL url)
           
 
Method Summary
 java.lang.String getHttpMethodName()
           
 UpnpRequest.Method getMethod()
           
 java.net.URI getURI()
           
 void setUri(java.net.URI uri)
           
 java.lang.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,
                   java.net.URI uri)

UpnpRequest

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

getMethod

public UpnpRequest.Method getMethod()

getHttpMethodName

public java.lang.String getHttpMethodName()

getURI

public java.net.URI getURI()

setUri

public void setUri(java.net.URI uri)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.