NIST SIP Parser and Stack (v1.2) API

Uses of Class
gov.nist.core.HostPort

Packages that use HostPort
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. 
gov.nist.javax.sip.stack This package contains the classes for building a SIP stack.  
 

Uses of HostPort in gov.nist.core
 

Methods in gov.nist.core that return HostPort
 HostPort HostNameParser.hostPort()
           
 

Uses of HostPort in gov.nist.javax.sip.address
 

Methods in gov.nist.javax.sip.address that return HostPort
 HostPort SipUri.getHostPort()
          Get the host and port of the server.
 HostPort Authority.getHostPort()
          get the hostPort member.
 HostPort AddressImpl.getHostPort()
          Get the host port portion of the address spec.
 

Methods in gov.nist.javax.sip.address with parameters of type HostPort
 void SipUri.setHostPort(HostPort hostPort)
          Set the hostPort field of the imbedded authority field.
 void Authority.setHostPort(HostPort h)
          Set the hostPort member
 

Uses of HostPort in gov.nist.javax.sip.header
 

Methods in gov.nist.javax.sip.header that return HostPort
 HostPort Via.getSentBy()
          Accessor for the sentBy field
 HostPort To.getHostPort()
          Conveniance accessor function to get the hostPort field from the address.
 HostPort ReplyTo.getHostPort()
          Conveniance accessor function to get the hostPort field from the address
 HostPort From.getHostPort()
          Conveniance accessor function to get the hostPort field from the address.
 

Methods in gov.nist.javax.sip.header with parameters of type HostPort
 void Via.setSentBy(HostPort s)
          Set the sentBy member
 

Uses of HostPort in gov.nist.javax.sip.parser
 

Methods in gov.nist.javax.sip.parser that return HostPort
 HostPort StringMsgParser.parseHostPort(String hostport)
          Parse a host:port and return a parsed structure.
 

Uses of HostPort in gov.nist.javax.sip.stack
 

Methods in gov.nist.javax.sip.stack that return HostPort
 HostPort MessageChannel.getHostPort()
          Get the hostport structure of this message channel.
 HostPort MessageChannel.getPeerHostPort()
          Get the peer host and port.
 HostPort MessageChannel.getViaHostPort()
          Get the via header host:port structure.
 

Methods in gov.nist.javax.sip.stack with parameters of type HostPort
 MessageChannel UDPMessageProcessor.createMessageChannel(HostPort targetHostPort)
          Create and return new TCPMessageChannel for the given host/port.
 MessageChannel TCPMessageProcessor.createMessageChannel(HostPort targetHostPort)
          Create and return new TCPMessageChannel for the given host/port.
abstract  MessageChannel MessageProcessor.createMessageChannel(HostPort targetHostPort)
          Create a message channel for the specified host/port.
static void IOHandler.sendRequest(HostPort addr, String transport, String nrequest)
          Forward a given request to the address given.
 


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.