| Modifier and Type | Method and Description |
|---|---|
static HttpURI |
HttpURI.createHttpURI(String scheme,
String host,
int port,
String path,
String param,
String query,
String fragment)
Construct a normalized URI.
|
HttpURI |
MetaData.Request.getURI()
Get the uri.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaData.Request.setURI(HttpURI uri)
Set the uri.
|
| Constructor and Description |
|---|
MetaData.Request(String method,
HttpURI uri,
HttpVersion version,
HttpFields fields) |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.