org.teleal.cling.model.message
Class UpnpOperation

java.lang.Object
  extended by org.teleal.cling.model.message.UpnpOperation
Direct Known Subclasses:
UpnpRequest, UpnpResponse

public abstract class UpnpOperation
extends Object

The operation, or HTTP details, of a message.

Author:
Christian Bauer

Constructor Summary
UpnpOperation()
           
 
Method Summary
 int getHttpMinorVersion()
           
 void setHttpMinorVersion(int httpMinorVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpnpOperation

public UpnpOperation()
Method Detail

getHttpMinorVersion

public int getHttpMinorVersion()

setHttpMinorVersion

public void setHttpMinorVersion(int httpMinorVersion)


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