public class TransportData
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
TransportData()
This is the default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionRequest()
This method gets the request of the action.
|
java.lang.String |
getClientReferral()
This method gets the referral application that referred the client to make the
request on the current server.
|
java.lang.String |
getClientSessionIdentifier()
This method gets the session identifier associated with the client that is making the request.
|
java.lang.String |
getLocalAddress()
This method gets the local address of the server handling the request.
|
java.lang.String |
getRemoteAddress()
This method gets the remote address of the channel making the request.
|
java.lang.String |
getRemoteAgent()
This method gets the remote agent of the channel making the request.
|
java.lang.String |
getRemoteHost()
This method gets the remote address of the channel making the request.
|
java.lang.String |
getRequestMethod()
This method gets the request method of the request.
|
java.lang.Boolean |
getSecureRequest()
This method gets whether the request is made under a secure channel or a non-secure channel.
|
java.lang.String |
getTransportIdentifier()
This method gets the transport identifier of the request.
|
void |
setActionRequest(java.lang.String actionRequest)
This method sets the action request token for the request
|
void |
setClientReferral(java.lang.String clientReferral)
This method sets the client referral.
|
void |
setClientSessionIdentifier(java.lang.String clientSessionId)
This method sets the client session identifier.
|
void |
setLocalAddress(java.lang.String localAddress)
This method sets the local address.
|
void |
setRemoteAddress(java.lang.String remoteAddress)
This method sets the remote address.
|
void |
setRemoteAgent(java.lang.String remoteAgent)
This method sets the remote agent.
|
void |
setRemoteHost(java.lang.String remoteHost)
This method sets the remote host.
|
void |
setRequestMethod(java.lang.String requestMethod)
This method sets the request method.
|
void |
setSecureRequest(java.lang.Boolean secureRequest)
This method sets whether the channel is secure or not.
|
void |
setTransportIdentifier(java.lang.String transportIdentifier)
This method sets the transport identifier.
|
java.lang.String |
toString()
This method gets the string representation of the object.
|
public TransportData()
public java.lang.String getTransportIdentifier()
public void setTransportIdentifier(java.lang.String transportIdentifier)
transportIdentifier
- This is the transport identifier.public java.lang.String getRemoteAddress()
public java.lang.String getRemoteHost()
public java.lang.String getRemoteAgent()
public java.lang.String getClientSessionIdentifier()
public java.lang.String getClientReferral()
public java.lang.String getLocalAddress()
public java.lang.String getRequestMethod()
public java.lang.Boolean getSecureRequest()
public void setClientReferral(java.lang.String clientReferral)
clientReferral
- This is the client referral.public void setClientSessionIdentifier(java.lang.String clientSessionId)
clientSessionId
- This is the client session identifier.public void setLocalAddress(java.lang.String localAddress)
localAddress
- This is the local address.public void setRemoteAddress(java.lang.String remoteAddress)
remoteAddress
- This is the remote address.public void setRemoteAgent(java.lang.String remoteAgent)
remoteAgent
- This is the remote agent.public void setRemoteHost(java.lang.String remoteHost)
remoteHost
- This is the remote host.public void setRequestMethod(java.lang.String requestMethod)
requestMethod
- This is the request method.public void setSecureRequest(java.lang.Boolean secureRequest)
secureRequest
- This is a boolean
value; true
if the channel is secure and
false
otherwise.public java.lang.String getActionRequest()
public void setActionRequest(java.lang.String actionRequest)
actionRequest
- This is the request action.public java.lang.String toString()
toString
in class java.lang.Object