public class Dialog extends Object
| Modifier and Type | Field | Description |
|---|---|---|
DialogState |
CONFIRMED |
|
DialogState |
EARLY |
|
static int |
EMPTY_CSEQ |
|
static char |
ID_SEPARATOR |
|
DialogState |
INIT |
|
DialogState |
TERMINATED |
| Modifier and Type | Method | Description |
|---|---|---|
SipRequest |
buildSubsequentRequest(String method) |
|
String |
getCallId() |
|
String |
getId() |
|
int |
getLocalCSeq() |
|
String |
getLocalTag() |
|
String |
getLocalUri() |
|
int |
getRemoteCSeq() |
|
String |
getRemoteTag() |
|
String |
getRemoteTarget() |
|
String |
getRemoteUri() |
|
ArrayList<String> |
getRouteSet() |
|
DialogState |
getState() |
|
boolean |
isSecure() |
|
void |
receivedOrSent1xx() |
|
void |
receivedOrSent2xx() |
|
void |
receivedOrSent300To699() |
|
void |
receivedOrSentBye() |
|
void |
setCallId(String callId) |
|
void |
setLocalCSeq(int localCSeq) |
|
void |
setLocalTag(String localTag) |
|
void |
setLocalUri(String localUri) |
|
void |
setRemoteCSeq(int remoteCSeq) |
|
void |
setRemoteTag(String remoteTag) |
|
void |
setRemoteTarget(String remoteTarget) |
|
void |
setRemoteUri(String remoteUri) |
|
void |
setRouteSet(ArrayList<String> routeSet) |
|
void |
setSecure(boolean secure) |
|
void |
setState(DialogState state) |
public static final char ID_SEPARATOR
public static final int EMPTY_CSEQ
public final DialogState INIT
public final DialogState EARLY
public final DialogState CONFIRMED
public final DialogState TERMINATED
public void receivedOrSent1xx()
public void receivedOrSent2xx()
public void receivedOrSent300To699()
public void receivedOrSentBye()
public void setState(DialogState state)
public SipRequest buildSubsequentRequest(String method)
public String getId()
public String getCallId()
public void setCallId(String callId)
public int getLocalCSeq()
public void setLocalCSeq(int localCSeq)
public String getLocalUri()
public void setLocalUri(String localUri)
public int getRemoteCSeq()
public void setRemoteCSeq(int remoteCSeq)
public String getRemoteTarget()
public void setRemoteTarget(String remoteTarget)
public String getRemoteUri()
public void setRemoteUri(String remoteUri)
public boolean isSecure()
public void setSecure(boolean secure)
public String getLocalTag()
public void setLocalTag(String localTag)
public String getRemoteTag()
public void setRemoteTag(String remoteTag)
public DialogState getState()
Copyright © 2018. All rights reserved.