gov.nist.core
クラス HostNameParser
java.lang.Object
   gov.nist.core.ParserCore
gov.nist.core.ParserCore
       gov.nist.core.HostNameParser
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.
 
 
 
 
| クラス 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