| Package | Description |
|---|---|
| org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
| 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaData.Request.setURI(HttpURI uri) |
| Constructor and Description |
|---|
HttpURI(HttpURI uri) |
Request(String method,
HttpURI uri,
HttpVersion version,
HttpFields fields) |
Request(String method,
HttpURI uri,
HttpVersion version,
HttpFields fields,
long contentLength) |
Copyright © 1995-2016 Webtide. All Rights Reserved.