public interface PAccessNetworkInfoHeader extends Parameters, Header
P-Access-Network-Info SIP P-Header
This header carries information relating to the access network between the UAC and its serving proxy in the home network.
IETF RFC3455 + 3GPP TS 24.229-720 (2005-12)
Sintax:
P-Access-Network-Info = "P-Access-Network-Info": access-type *(; access-info)
access-type = "IEEE-802.11a" / "IEEE-802.11b" / "3GPP-GERAN" / "3GPP-UTRAN-FDD" /
"3GPP-UTRAN-TDD" / "ADSL" / "ADSL2" / "ADSL2+" / "RADSL" / "SDSL" /
"HDSL" / "HDSL2" / "G.SHDSL" / "VDSL" / "IDSL" / "3GPP2-1X" /
"3GPP2-1XHRPD" /token
access-info = cgi-3gpp / utran-cell-id-3gpp / dsl-location /
ci-3gpp2 / extension-access-info
cgi-3gpp = "cgi-3gpp" EQUAL (token / quoted-string)
utran-cell-id-3gpp = "utran-cell-id-3gpp" EQUAL (token / quoted-string)
dsl-location = "dsl-location" EQUAL (token / quoted-string)
ci-3gpp2 = "ci-3gpp2" EQUAL (token / quoted-string)
extension-access-info = gen-value
gen-value = token / host / quoted-string
| Modifier and Type | Field and Description |
|---|---|
static String |
ADSL |
static String |
ADSL2 |
static String |
ADSL2p |
static String |
GGGPP_CDMA2000 |
static String |
GGGPP_GERAN |
static String |
GGGPP_UTRAN_FDD |
static String |
GGGPP_UTRAN_TDD |
static String |
GGGPP2_1X |
static String |
GGGPP2_1XHRPD |
static String |
GSHDSL |
static String |
HDSL |
static String |
HDSL2 |
static String |
IDSL |
static String |
IEEE_802_11 |
static String |
IEEE_802_11A |
static String |
IEEE_802_11B |
static String |
IEEE_802_11G |
static String |
NAME |
static String |
RADSL |
static String |
SDSL |
static String |
VDSL |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessType() |
String |
getCGI3GPP() |
String |
getCI3GPP2() |
String |
getDSLLocation() |
Object |
getExtensionAccessInfo() |
String |
getUtranCellID3GPP() |
void |
setAccessType(String accessTypeVal) |
void |
setCGI3GPP(String cgi) |
void |
setCI3GPP2(String ci2Gpp2) |
void |
setDSLLocation(String dslLocation) |
void |
setExtensionAccessInfo(Object extendAccessInfo) |
void |
setUtranCellID3GPP(String utranCellID) |
getParameter, getParameterNames, removeParameter, setParameterstatic final String NAME
static final String IEEE_802_11
static final String IEEE_802_11A
static final String IEEE_802_11B
static final String IEEE_802_11G
static final String GGGPP_GERAN
static final String GGGPP_UTRAN_FDD
static final String GGGPP_UTRAN_TDD
static final String GGGPP_CDMA2000
static final String ADSL
static final String ADSL2
static final String ADSL2p
static final String RADSL
static final String SDSL
static final String HDSL
static final String HDSL2
static final String GSHDSL
static final String VDSL
static final String IDSL
static final String GGGPP2_1X
static final String GGGPP2_1XHRPD
void setAccessType(String accessTypeVal) throws ParseException
ParseExceptionString getAccessType()
void setCGI3GPP(String cgi) throws ParseException
ParseExceptionString getCGI3GPP()
void setUtranCellID3GPP(String utranCellID) throws ParseException
ParseExceptionString getUtranCellID3GPP()
void setDSLLocation(String dslLocation) throws ParseException
ParseExceptionString getDSLLocation()
void setCI3GPP2(String ci2Gpp2) throws ParseException
ParseExceptionString getCI3GPP2()
void setExtensionAccessInfo(Object extendAccessInfo) throws ParseException
ParseExceptionObject getExtensionAccessInfo()
Copyright © 2014. All Rights Reserved.