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 |
---|---|
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,
HeaderMap requestHeaders,
HeaderMap responseHeaders,
long maxEntitySize) |
HttpServerExchange(ServerConnection connection,
long maxEntitySize) |
Modifier and Type | Method and Description |
---|---|
void |
ParseTimeoutUpdater.closed(ServerConnection connection) |
Constructor and Description |
---|
ParseTimeoutUpdater(ServerConnection channel,
long requestParseTimeout,
long requestIdleTimeout)
Creates new instance of ParseTimeoutSourceConduit.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Http2ServerConnection
A server connection.
|
Modifier and Type | Class and Description |
---|---|
class |
SpdyServerConnection
A server connection.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.