|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Host | |
gov.nist.core | Contains core classes that the rest of the implementation depends upon. |
gov.nist.javax.sip.address | Implementation of the address package of the JAIN SIP API. |
gov.nist.javax.sip.header | Contains implementations of the SIP headers as defined in JAIN-SIP 1.1 and an implementation of the JAIN-SIP header factory. |
gov.nist.javax.sip.parser | Parsers for SIP Headers, URL's and addresses. |
Uses of Host in gov.nist.core |
Methods in gov.nist.core that return Host | |
Host |
HostPort.getHost()
get the Host field |
Host |
HostNameParser.host()
|
Methods in gov.nist.core with parameters of type Host | |
void |
HostPort.setHost(Host h)
Set the host member |
Uses of Host in gov.nist.javax.sip.address |
Methods in gov.nist.javax.sip.address that return Host | |
Host |
Authority.getHost()
Get the host name. |
Methods in gov.nist.javax.sip.address with parameters of type Host | |
void |
SipUri.setHost(Host h)
Set the host for this URI. |
void |
Authority.setHost(Host host)
set the host. |
Uses of Host in gov.nist.javax.sip.header |
Methods in gov.nist.javax.sip.header that return Host | |
Host |
Via.getMaddr()
Get the maddr parameter if it exists. |
Methods in gov.nist.javax.sip.header with parameters of type Host | |
void |
Via.setHost(Host host)
set the Host of the Via Header |
Uses of Host in gov.nist.javax.sip.parser |
Methods in gov.nist.javax.sip.parser that return Host | |
Host |
StringMsgParser.parseHost(String host)
Parse a host name and return a parsed structure. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |