CyberLink for Java
v1.5

org.cybergarage.upnp.control
クラス ActionRequest

java.lang.Object
  上位を拡張 org.cybergarage.http.HTTPPacket
      上位を拡張 org.cybergarage.http.HTTPRequest
          上位を拡張 org.cybergarage.soap.SOAPRequest
              上位を拡張 org.cybergarage.upnp.control.ControlRequest
                  上位を拡張 org.cybergarage.upnp.control.ActionRequest

public class ActionRequest
extends ControlRequest


コンストラクタの概要
ActionRequest()
           
ActionRequest(HTTPRequest httpReq)
           
 
メソッドの概要
 java.lang.String getActionName()
           
 Node getActionNode()
           
 ArgumentList getArgumentList()
           
 ActionResponse post()
           
 void setRequest(Action action, ArgumentList argList)
           
 
クラス org.cybergarage.upnp.control.ControlRequest から継承されたメソッド
isActionControl, isQueryControl
 
クラス org.cybergarage.soap.SOAPRequest から継承されたメソッド
getBodyNode, getEnvelopeNode, getSOAPAction, isSOAPAction, postMessage, print, setContent, setEnvelopeNode, setSOAPAction
 
クラス org.cybergarage.http.HTTPRequest から継承されたメソッド
getFirstLineString, getHeader, getHTTPVersion, getLocalAddress, getLocalPort, getMethod, getParameterList, getParameterValue, getRequestHost, getRequestPort, getSocket, getURI, isGetRequest, isHeadRequest, isKeepAlive, isMethod, isNotifyRequest, isPostRequest, isSOAPAction, isSubscribeRequest, isUnsubscribeRequest, parseRequestLine, post, post, post, read, returnBadRequest, returnOK, returnResponse, set, setMethod, setRequestHost, setRequestPort, setSocket, setURI, setURI, toString
 
クラス org.cybergarage.http.HTTPPacket から継承されたメソッド
addHeader, addHeader, clearHeaders, getCacheControl, getConnection, getContent, getContentInputStream, getContentLength, getContentRange, getContentRangeFirstPosition, getContentRangeInstanceLength, getContentRangeLastPosition, getContentString, getContentType, getDate, getHeader, getHeader, getHeaderString, getHeaderValue, getHost, getIntegerHeaderValue, getLongHeaderValue, getNHeaders, getServer, getStringHeaderValue, getStringHeaderValue, getTransferEncoding, getVersion, hasConnection, hasContent, hasContentInputStream, hasContentRange, hasFirstLine, hasHeader, hasTransferEncoding, init, isChunked, isCloseConnection, isKeepAliveConnection, read, setCacheControl, setCacheControl, setCacheControl, setConnection, setContent, setContent, setContent, setContent, setContentInputStream, setContentLength, setContentRange, setContentType, setDate, setHeader, setHeader, setHeader, setHeader, setHost, setIntegerHeader, setLongHeader, setServer, setStringHeader, setStringHeader, setTransferEncoding, setVersion
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ActionRequest

public ActionRequest()

ActionRequest

public ActionRequest(HTTPRequest httpReq)
メソッドの詳細

getActionNode

public Node getActionNode()

getActionName

public java.lang.String getActionName()

getArgumentList

public ArgumentList getArgumentList()

setRequest

public void setRequest(Action action,
                       ArgumentList argList)

post

public ActionResponse post()

CyberLink for Java
v1.5