| Package | Description |
|---|---|
| io.undertow.server | |
| io.undertow.server.protocol.ajp | |
| io.undertow.server.protocol.http |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerConnection |
| Modifier and Type | Method and Description |
|---|---|
ServerConnection |
HttpServerExchange.getConnection()
Get the underlying HTTP connection.
|
| Modifier and Type | Method and Description |
|---|---|
org.xnio.ChannelListener.Setter<ServerConnection> |
AbstractServerConnection.getCloseSetter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnection.CloseListener.closed(ServerConnection connection) |
| Constructor and Description |
|---|
HttpServerExchange(ServerConnection connection) |
HttpServerExchange(ServerConnection connection,
long maxEntitySize) |
| Modifier and Type | Class and Description |
|---|---|
class |
AjpServerConnection
A server-side AJP connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServerConnection
A server-side HTTP connection.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.