public abstract class AbstractUri extends Object
foo://example.com:8042/over/there?name=ferret#nose
\_/ \______________/\_________/ \_________/ \__/
| | | | |
scheme authority path query fragment
| _____________________|__
/ \ / \
urn:example:animal:ferret:nose
| Constructor and Description |
|---|
AbstractUri(char[] value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
char[] |
getChars() |
String |
getScheme() |
String |
getSchemeSpecificPart() |
int |
hashCode() |
Copyright © 2017. All rights reserved.