public interface ReferencesHeader extends Parameters, Header
Modifier and Type | Field and Description |
---|---|
static String |
CHAIN |
static String |
INQUIRY |
static String |
NAME |
static String |
REFER |
static String |
REL |
static String |
SEQUEL |
static String |
SERVICE |
static String |
XFER |
Modifier and Type | Method and Description |
---|---|
String |
getCallId() |
String |
getRel() |
void |
setCallId(String callId) |
void |
setRel(String rel) |
getParameter, getParameterNames, removeParameter, setParameter
static final String NAME
static final String CHAIN
static final String INQUIRY
static final String REFER
static final String SEQUEL
static final String XFER
static final String REL
static final String SERVICE
void setCallId(String callId) throws ParseException
ParseException
String getCallId()
void setRel(String rel) throws ParseException
ParseException
String getRel()
Copyright © 2018. All Rights Reserved.