public class ProxyTerminationInfo extends Object implements Externalizable
| Constructor and Description |
|---|
ProxyTerminationInfo() |
ProxyTerminationInfo(SipServletResponseImpl proxiedResponse,
SipURI recordRouteURI,
ProxyImpl proxyImpl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTerminationSent() |
void |
readExternal(ObjectInput in) |
void |
setProxy(ProxyImpl proxyImpl) |
void |
terminate(SipSession session,
long callerCSeq,
long calleeCSeq,
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, long callerCSeq, long calleeCSeq, int calleeResponseCode, String calleeResponseText, int callerResponseCode, String callerResponseText) throws IOException
IOExceptionpublic boolean isTerminationSent()
Copyright © 2015. All Rights Reserved.