| Modifier and Type | Field and Description |
|---|---|
static ByteString |
ByteString.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
ByteString |
ByteString.asciiLowerCase()
Return a copy of this byte string with ASCII letters lower cased.
|
ByteString |
ParsedUrl.getAtSign() |
ByteString |
ParsedUrl.getColonAfterScheme() |
ByteString |
ParsedUrl.getColonBeforePassword() |
ByteString |
ParsedUrl.getColonBeforePort() |
ByteString |
ParsedUrl.getFragment() |
ByteString |
ParsedUrl.getHashSign() |
ByteString |
ParsedUrl.getHost() |
ByteString |
ParsedUrl.getLeadingJunk() |
ByteString |
ParsedUrl.getPassword() |
ByteString |
ParsedUrl.getPath() |
ByteString |
ParsedUrl.getPort() |
ByteString |
ParsedUrl.getQuery() |
ByteString |
ParsedUrl.getQuestionMark() |
ByteString |
ParsedUrl.getScheme() |
ByteString |
ParsedUrl.getSlashes() |
ByteString |
ParsedUrl.getTrailingJunk() |
ByteString |
ParsedUrl.getUsername() |
static ByteString |
ByteString.join(CharSequence delimiter,
Iterable<? extends CharSequence> sequence) |
ByteString |
ByteString.pctDecode() |
ByteString |
ByteString.replace(byte target,
byte replacement)
Return a copy of this byte string with all bytes matching target replaced.
|
ByteString |
ByteString.replaceAll(Pattern pattern,
CharSequence replacement) |
ByteString |
ParsedUrl.ssurt()
Format this URL with a field order suitable for sorting.
|
ByteString |
ByteString.subSequence(int start,
int end) |
ByteString |
ParsedUrl.toByteString() |
ByteString |
ByteStringBuilder.toByteString() |
| Modifier and Type | Method and Description |
|---|---|
List<ByteString> |
ByteString.split(char delim) |
| Modifier and Type | Method and Description |
|---|---|
int |
ByteString.compareTo(ByteString other) |
static ParsedUrl |
ParsedUrl.parseUrl(ByteString input) |
void |
ParsedUrl.setAtSign(ByteString atSign) |
void |
ParsedUrl.setColonAfterScheme(ByteString colonAfterScheme) |
void |
ParsedUrl.setColonBeforePassword(ByteString colonBeforePassword) |
void |
ParsedUrl.setColonBeforePort(ByteString colonBeforePort) |
void |
ParsedUrl.setFragment(ByteString fragment) |
void |
ParsedUrl.setHashSign(ByteString hashSign) |
void |
ParsedUrl.setHost(ByteString host) |
void |
ParsedUrl.setLeadingJunk(ByteString leadingJunk) |
void |
ParsedUrl.setPassword(ByteString password) |
void |
ParsedUrl.setPath(ByteString path) |
void |
ParsedUrl.setPort(ByteString port) |
void |
ParsedUrl.setQuery(ByteString query) |
void |
ParsedUrl.setQuestionMark(ByteString questionMark) |
void |
ParsedUrl.setScheme(ByteString scheme) |
void |
ParsedUrl.setSlashes(ByteString slashes) |
void |
ParsedUrl.setTrailingJunk(ByteString trailingJunk) |
void |
ParsedUrl.setUsername(ByteString username) |
Copyright © 2019. All rights reserved.