public class RawUri extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RawUri.QueryOption |
| Modifier and Type | Field and Description |
|---|---|
String |
authority |
String |
fragment |
String |
path |
List<String> |
pathSegmentList |
List<String> |
pathSegmentListDecoded |
List<RawUri.QueryOption> |
queryOptionList |
List<RawUri.QueryOption> |
queryOptionListDecoded |
String |
queryOptionString |
String |
scheme |
String |
uri |
| Constructor and Description |
|---|
RawUri() |
public String uri
public String scheme
public String authority
public String path
public String queryOptionString
public String fragment
public List<RawUri.QueryOption> queryOptionList
public List<RawUri.QueryOption> queryOptionListDecoded
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.