|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mitre.jsip.SipTransaction
Constructor Summary | |
SipTransaction(int seqn,
SipCallMember farEnd,
SipCall call)
SipTransaction |
Method Summary | |
void |
Acked()
|
void |
cancelRequest()
cancelRequest |
void |
cancelRequest(java.lang.String body,
MimeContentType bodytype)
|
SipCallMember |
getCallMember()
getCallMember |
java.lang.String |
getCSeq()
getCSeq |
int |
getDirection()
getDirection |
SipUriList |
getFinalContactList()
getFinalContactList |
MimeContentType |
getFinalContentType()
getFinalContentType |
java.lang.String |
getFinalMessageBody()
getFinalMessageBody |
java.lang.String |
getFinalProxyAuthString()
getFinalProxyAuthString |
java.lang.String |
getFinalWWWAuthString()
getFinalWWWAuthString |
SipRequestMessage |
getRequest()
getRequest |
java.lang.String |
getRequestMessageBody()
getRequestMessageBody |
MimeContentType |
getRequestMessageContentType()
getRequestMessageContentType |
int |
getSeqNum()
getSeqNum |
SipStatus |
getStatus()
getStatus |
boolean |
isAcked()
|
void |
sendResponse(SipStatus status)
|
void |
sendResponse(SipStatus status,
java.lang.String body,
MimeContentType bodytype)
sendResponse |
boolean |
wasCancelled()
wasCancelled |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SipTransaction(int seqn, SipCallMember farEnd, SipCall call)
seqn
- farend
- call
- Method Detail |
public SipCallMember getCallMember()
public java.lang.String getCSeq()
public boolean isAcked()
public void Acked()
public int getDirection()
public int getSeqNum()
public SipStatus getStatus()
public boolean wasCancelled()
public SipRequestMessage getRequest()
public void sendResponse(SipStatus status)
public void sendResponse(SipStatus status, java.lang.String body, MimeContentType bodytype)
public void cancelRequest()
public void cancelRequest(java.lang.String body, MimeContentType bodytype)
public java.lang.String getFinalMessageBody()
public MimeContentType getFinalContentType()
public SipUriList getFinalContactList()
public java.lang.String getFinalWWWAuthString()
public java.lang.String getFinalProxyAuthString()
public java.lang.String getRequestMessageBody()
public MimeContentType getRequestMessageContentType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |