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, setParameterstatic 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
ParseExceptionString getCallId()
void setRel(String rel) throws ParseException
ParseExceptionString getRel()
Copyright © 2014. All Rights Reserved.