| |
|
| java.lang.Object gov.nist.microedition.sip.IncomingQueueElement
IncomingQueueElement | class IncomingQueueElement (Code) | | Element of queue of incoming responses
and associated client transactions.
|
IncomingQueueElement | protected IncomingQueueElement(Response response, ClientTransaction clientTransaction)(Code) | | Constructor.
Parameters: response - incoming response Parameters: clientTransaction - new client transaction |
containsClientTransaction | protected boolean containsClientTransaction()(Code) | | Checking if client transaction member is not null.
true when client transaction member is not null |
getClientTransaction | protected ClientTransaction getClientTransaction()(Code) | | Gets client transaction.
client transaction |
getResponse | protected Response getResponse()(Code) | | Gets response.
response |
setClientTransaction | protected void setClientTransaction(ClientTransaction clientTransaction)(Code) | | Sets client transaction.
Parameters: clientTransaction - new client transaction |
|
|
|