クラス
gov.nist.core.HostPort の使用

HostPort を使用しているパッケージ
gov.nist.core   
gov.nist.javax.sip.address   
gov.nist.javax.sip.header   
gov.nist.javax.sip.parser   
gov.nist.javax.sip.stack   
 

gov.nist.core での HostPort の使用
 

HostPort を返す gov.nist.core のメソッド
 HostPort HostNameParser.hostPort()
           
 

gov.nist.javax.sip.address での HostPort の使用
 

HostPort を返す gov.nist.javax.sip.address のメソッド
 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.
 

HostPort 型のパラメータを持つ gov.nist.javax.sip.address のメソッド
 void SipUri.setHostPort(HostPort hostPort)
          Set the hostPort field of the imbedded authority field.
 void Authority.setHostPort(HostPort h)
          Set the hostPort member
 

gov.nist.javax.sip.header での HostPort の使用
 

HostPort を返す gov.nist.javax.sip.header のメソッド
 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.
 HostPort Via.getSentBy()
          Accessor for the sentBy field
 

HostPort 型のパラメータを持つ gov.nist.javax.sip.header のメソッド
 void Via.setSentBy(HostPort s)
          Set the sentBy member
 

gov.nist.javax.sip.parser での HostPort の使用
 

HostPort を返す gov.nist.javax.sip.parser のメソッド
 HostPort StringMsgParser.parseHostPort(java.lang.String hostport)
          Parse a host:port and return a parsed structure.
 

gov.nist.javax.sip.stack での HostPort の使用
 

HostPort を返す gov.nist.javax.sip.stack のメソッド
 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.
 

HostPort 型のパラメータを持つ gov.nist.javax.sip.stack のメソッド
 MessageChannel UDPMessageProcessor.createMessageChannel(HostPort targetHostPort)
          Create and return new TCPMessageChannel for the given host/port.
 MessageChannel TCPMessageProcessor.createMessageChannel(HostPort targetHostPort)
           
abstract  MessageChannel MessageProcessor.createMessageChannel(HostPort targetHostPort)
          Create a message channel for the specified host/port.
static java.lang.String MessageChannel.getKey(HostPort hostPort, java.lang.String transport)
          Generate a key given host and port.