public class ProxyTerminationInfo extends Object implements Externalizable
| Constructor and Description |
|---|
ProxyTerminationInfo() |
ProxyTerminationInfo(SipServletResponseImpl proxiedResponse,
SipURI recordRouteURI,
ProxyImpl proxyImpl) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCalleeCSeq() |
long |
getCallerCSeq() |
boolean |
isTerminationSent() |
void |
readExternal(ObjectInput in) |
void |
setCalleeCSeq(long calleeCSeq) |
void |
setCallerCSeq(long callerCSeq) |
void |
setProxy(ProxyImpl proxyImpl) |
void |
terminate(SipSession session,
int calleeResponseCode,
String calleeResponseText,
int callerResponseCode,
String callerResponseText) |
void |
writeExternal(ObjectOutput out) |
public ProxyTerminationInfo()
public ProxyTerminationInfo(SipServletResponseImpl proxiedResponse, SipURI recordRouteURI, ProxyImpl proxyImpl)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void setProxy(ProxyImpl proxyImpl)
public void terminate(SipSession session, int calleeResponseCode, String calleeResponseText, int callerResponseCode, String callerResponseText) throws IOException
IOExceptionpublic boolean isTerminationSent()
public long getCallerCSeq()
public void setCallerCSeq(long callerCSeq)
callerCSeq - the callerCSeq to setpublic long getCalleeCSeq()
public void setCalleeCSeq(long calleeCSeq)
calleeCSeq - the calleeCSeq to setCopyright © 2015. All Rights Reserved.