org.mitre.jsip
Clase GeneralUri
- public class GeneralUri
- extends Object
GeneralUri
public GeneralUri()
- GeneralUri
getProtocolName
public String getProtocolName()
- Returns the protocol name of the URI. For example, an http URI has a protocol name of 'http'.
- Returns:
- String
uri
public String uri()
- Returns the entire URI, including protocol name and full path.
- Returns:
- String