public class ResponseEventExt extends ResponseEvent
source
Constructor and Description |
---|
ResponseEventExt(Object source,
ClientTransactionExt clientTransaction,
Dialog dialog,
Response response) |
Modifier and Type | Method and Description |
---|---|
ClientTransactionExt |
getOriginalTransaction()
Get the original transaction for which this is a forked response.
|
String |
getRemoteIpAddress()
Get the remote IP addr.
|
int |
getRemotePort()
Get the remote port from which response was received.
|
boolean |
isForkedResponse()
Return true if this is a forked response.
|
boolean |
isRetransmission()
Return true if this is a forked response.
|
void |
setForkedResponse(boolean forked)
Set true if this is a forked response.
|
void |
setOriginalTransaction(ClientTransactionExt originalTransaction)
Set the original transaction for a forked response.
|
void |
setRemoteIpAddress(String remoteIpAddress)
Get the remote IP addr.
|
void |
setRemotePort(int remotePort)
Set the remote port from which response was received.
|
void |
setRetransmission(boolean isRetransmission) |
getClientTransaction, getDialog, getResponse
getSource, toString
public ResponseEventExt(Object source, ClientTransactionExt clientTransaction, Dialog dialog, Response response)
public boolean isForkedResponse()
public void setForkedResponse(boolean forked)
public void setOriginalTransaction(ClientTransactionExt originalTransaction)
originalTransaction
- - the original transaction for which this response event is a
fork.public ClientTransactionExt getOriginalTransaction()
public boolean isRetransmission()
public void setRetransmission(boolean isRetransmission)
isRetransmission
- the isRetransmission to setpublic void setRemotePort(int remotePort)
remotePort
- -- the remote port from where the response was received.public int getRemotePort()
public String getRemoteIpAddress()
public void setRemoteIpAddress(String remoteIpAddress)
Copyright © 2015. All Rights Reserved.