Package | Description |
---|---|
android.gov.nist.core |
Contains core classes that the rest of the implementation depends upon.
|
android.gov.nist.javax.sdp.fields |
Classes for SDP Fields.
|
android.gov.nist.javax.sip.address |
Implementation of the address package of the JAIN SIP API.
|
android.gov.nist.javax.sip.header |
Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and
an implementation of the JAIN-SIP header factory.
|
android.gov.nist.javax.sip.parser |
Parsers for SIP Headers, URL's and addresses.
|
Modifier and Type | Field and Description |
---|---|
protected Host |
HostPort.host
host field
|
Modifier and Type | Method and Description |
---|---|
Host |
HostPort.getHost()
get the Host field
|
Host |
HostNameParser.host() |
Modifier and Type | Method and Description |
---|---|
void |
HostPort.setHost(Host h)
Set the host member
|
Modifier and Type | Field and Description |
---|---|
protected Host |
OriginField.address |
protected Host |
ConnectionAddress.address |
Modifier and Type | Method and Description |
---|---|
Host |
ConnectionAddress.getAddress() |
Host |
OriginField.getHost()
Get the host member.
|
Modifier and Type | Method and Description |
---|---|
void |
OriginField.setAddress(Host a)
Set the address member
|
void |
ConnectionAddress.setAddress(Host a)
Set the address member
|
Modifier and Type | Method and Description |
---|---|
Host |
Authority.getHost()
Get the host name.
|
Modifier and Type | Method and Description |
---|---|
void |
Authority.setHost(Host host)
set the host.
|
void |
SipUri.setHost(Host h)
Set the host for this URI.
|
Modifier and Type | Method and Description |
---|---|
void |
Via.setHost(Host host)
set the Host of the Via Header
|
Modifier and Type | Method and Description |
---|---|
Host |
StringMsgParser.parseHost(String host)
Parse a host name and return a parsed structure.
|
Copyright © 2018. All Rights Reserved.