gov.nist.core
クラス HostNameParser

java.lang.Object
  上位を拡張 gov.nist.core.ParserCore
      上位を拡張 gov.nist.core.HostNameParser

public class HostNameParser
extends ParserCore

Parser for host names.

バージョン:
JAIN-SIP-1.1
作成者:
M. Ranganathan This code is in the public domain.
IPv6 Support added by Emil Ivov (emil_ivov@yahoo.com)
Network Research Team (http://www-r2.u-strasbg.fr))
Louis Pasteur University - Strasbourg - France
Bug fixes for corner cases were contributed by Thomas Froment.

フィールドの概要
 
クラス gov.nist.core.ParserCore から継承されたフィールド
debug
 
コンストラクタの概要
HostNameParser(LexerCore lexer)
          The lexer is initialized with the buffer.
HostNameParser(java.lang.String hname)
           
 
メソッドの概要
 Host host()
           
 HostPort hostPort()
           
static void main(java.lang.String[] args)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

HostNameParser

public HostNameParser(java.lang.String hname)

HostNameParser

public HostNameParser(LexerCore lexer)
The lexer is initialized with the buffer.

メソッドの詳細

host

public Host host()
          throws java.text.ParseException
例外:
java.text.ParseException

hostPort

public HostPort hostPort()
                  throws java.text.ParseException
例外:
java.text.ParseException

main

public static void main(java.lang.String[] args)
                 throws java.text.ParseException
例外:
java.text.ParseException