Package | Description |
---|---|
org.eclipse.jetty.ajp | |
org.eclipse.jetty.nested | |
org.eclipse.jetty.server |
Modifier and Type | Class and Description |
---|---|
class |
Ajp13Connection
Connection implementation of the Ajp13 protocol.
|
Constructor and Description |
---|
Ajp13Request(AbstractHttpConnection connection) |
Modifier and Type | Class and Description |
---|---|
class |
NestedConnection |
Modifier and Type | Class and Description |
---|---|
class |
AsyncHttpConnection
Asychronous Server HTTP connection
|
class |
BlockingHttpConnection
Blocking Server HTTP Connection
|
Modifier and Type | Field and Description |
---|---|
protected AbstractHttpConnection |
HttpOutput._connection |
protected AbstractHttpConnection |
Request._connection |
protected AbstractHttpConnection |
HttpInput._connection |
protected AbstractHttpConnection |
AsyncContinuation._connection |
Modifier and Type | Method and Description |
---|---|
AbstractHttpConnection |
Request.getConnection() |
static AbstractHttpConnection |
AbstractHttpConnection.getCurrentConnection() |
Modifier and Type | Method and Description |
---|---|
void |
Server.handle(AbstractHttpConnection connection) |
void |
Server.handleAsync(AbstractHttpConnection connection) |
protected void |
Request.setConnection(AbstractHttpConnection connection) |
protected void |
AsyncContinuation.setConnection(AbstractHttpConnection connection) |
protected static void |
AbstractHttpConnection.setCurrentConnection(AbstractHttpConnection connection) |
Constructor and Description |
---|
HttpInput(AbstractHttpConnection connection) |
HttpOutput(AbstractHttpConnection connection) |
Request(AbstractHttpConnection connection) |
Response(AbstractHttpConnection connection) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.