org.mitre.jsip
Class GeneralUri

java.lang.Object
  |
  +--org.mitre.jsip.GeneralUri
Direct Known Subclasses:
SipUri

public class GeneralUri
extends java.lang.Object


Constructor Summary
GeneralUri()
          GeneralUri
 
Method Summary
 java.lang.String getProtocolName()
          Returns the protocol name of the URI.
 java.lang.String uri()
          Returns the entire URI, including protocol name and full path.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralUri

public GeneralUri()
GeneralUri
Method Detail

getProtocolName

public java.lang.String getProtocolName()
Returns the protocol name of the URI. For example, an http URI has a protocol name of 'http'.
Returns:
String

uri

public java.lang.String uri()
Returns the entire URI, including protocol name and full path.
Returns:
String