|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectgov.nist.core.ParserCore
gov.nist.javax.sip.parser.Parser
gov.nist.javax.sip.parser.URLParser
public class URLParser
Parser For SIP and Tel URLs. Other kinds of URL's are handled by the J2SE 1.4 URL class.
| フィールドの概要 |
|---|
| クラス gov.nist.core.ParserCore から継承されたフィールド |
|---|
debug |
| コンストラクタの概要 | |
|---|---|
URLParser(java.lang.String url)
|
|
| メソッドの概要 | |
|---|---|
GenericURI |
parse()
Default parse method. |
TelephoneNumber |
parseTelephoneNumber()
Parser for telephone subscriber. |
java.lang.String |
peekScheme()
|
SipUri |
sipURL()
Parse and return a structure for a SIP URL. |
TelURLImpl |
telURL()
Parse and return a structure for a Tel URL. |
GenericURI |
uriReference()
Parse and return a structure for a generic URL. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public URLParser(java.lang.String url)
| メソッドの詳細 |
|---|
public GenericURI uriReference()
throws java.text.ParseException
ParsException - if there was a problem parsing.
java.text.ParseException
public final TelephoneNumber parseTelephoneNumber()
throws java.text.ParseException
java.text.ParseException
public TelURLImpl telURL()
throws java.text.ParseException
java.text.ParseException
public SipUri sipURL()
throws java.text.ParseException
ParsException - if there was a problem parsing.
java.text.ParseException
public java.lang.String peekScheme()
throws java.text.ParseException
java.text.ParseException
public GenericURI parse()
throws java.text.ParseException
java.text.ParseException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||