Package | Description |
---|---|
org.openqa.jetty.http | |
org.openqa.jetty.http.ajp | |
org.openqa.jetty.http.nio |
Modifier and Type | Field and Description |
---|---|
protected HttpConnection |
HttpMessage._connection |
Modifier and Type | Method and Description |
---|---|
protected HttpConnection |
SocketListener.createConnection(Socket socket)
Create an HttpConnection instance.
|
HttpConnection |
HttpContext.getHttpConnection()
Get the ThreadLocal HttpConnection.
|
HttpConnection |
HttpMessage.getHttpConnection() |
Modifier and Type | Method and Description |
---|---|
void |
SocketListener.customizeRequest(HttpConnection connection,
HttpRequest request)
Customize the request from connection.
|
void |
HttpListener.customizeRequest(HttpConnection connection,
HttpRequest request)
Customize a request for a listener/connection combination.
|
boolean |
SocketListener.isConfidential(HttpConnection connection) |
boolean |
JsseListener.isConfidential(HttpConnection connection)
Deprecated.
By default, we're confidential, given we speak SSL.
|
boolean |
SslListener.isConfidential(HttpConnection connection)
By default, we're confidential, given we speak SSL.
|
boolean |
HttpListener.isConfidential(HttpConnection connection)
Get the confidential status of a connection.
|
boolean |
SocketListener.isIntegral(HttpConnection connection) |
boolean |
JsseListener.isIntegral(HttpConnection connection)
Deprecated.
By default, we're integral, given we speak SSL.
|
boolean |
SslListener.isIntegral(HttpConnection connection)
By default, we're integral, given we speak SSL.
|
boolean |
HttpListener.isIntegral(HttpConnection connection)
Get the integral status of a connection.
|
void |
SocketListener.persistConnection(HttpConnection connection)
Persist the connection.
|
void |
HttpListener.persistConnection(HttpConnection connection)
Prepare a connection for persistance.
|
Constructor and Description |
---|
HttpMessage(HttpConnection connection)
Constructor.
|
HttpRequest(HttpConnection connection)
Constructor.
|
HttpResponse(HttpConnection connection)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AJP13Connection |
Modifier and Type | Method and Description |
---|---|
void |
AJP13Listener.customizeRequest(HttpConnection connection,
HttpRequest request)
Customize the request from connection.
|
boolean |
AJP13Listener.isConfidential(HttpConnection connection) |
boolean |
AJP13Listener.isIntegral(HttpConnection connection) |
void |
AJP13Listener.persistConnection(HttpConnection connection)
Persist the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
SocketChannelListener.customizeRequest(HttpConnection connection,
HttpRequest request) |
boolean |
SocketChannelListener.isConfidential(HttpConnection connection) |
boolean |
SocketChannelListener.isIntegral(HttpConnection connection) |
void |
SocketChannelListener.persistConnection(HttpConnection connection) |
Copyright © 2013. All Rights Reserved.