Constructor and Description |
---|
HttpConversationImpl(Connection connection,
String serverName,
int sendBufferSize,
Charset defaultCharset,
boolean isSendStackTraceOnFailure,
HttpServerClock clock)
Initiate.
|
HttpManagedObjectImpl(Connection connection,
HttpConversationImpl conversation,
HttpRequestImpl request)
Initiate to process the
HttpRequest by populating the
HttpResponse . |
HttpResponseImpl(HttpConversationImpl conversation,
Connection connection,
String httpVersion)
Initiate.
|
HttpResponseImpl(HttpConversationImpl conversation,
Connection connection,
String httpVersion,
Serializable momento)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
HttpConnectionHandler |
HttpCommunicationProtocol.createConnectionHandler(Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionImpl
Implementation of a
Connection . |
Modifier and Type | Method and Description |
---|---|
ConnectionHandler |
CommunicationProtocol.createConnectionHandler(Connection connection)
Creates a
ConnectionHandler for a new Connection . |
Modifier and Type | Class and Description |
---|---|
class |
SslConnectionImpl
Connection providing SSL wrapping of another Connection . |
Modifier and Type | Method and Description |
---|---|
SslConnectionHandler |
SslCommunicationProtocol.createConnectionHandler(Connection connection) |
Constructor and Description |
---|
SslConnectionHandler(Connection connection,
SSLEngine engine,
SslTaskExecutor taskExecutor,
int sendBufferSize,
CommunicationProtocol wrappedCommunicationProtocol)
Initiate.
|
SslConnectionImpl(SslConnectionHandler connectionHandler,
Connection wrappedConnection)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
TcpConnectionHandler |
TcpCommunicationProtocol.createConnectionHandler(Connection connection) |
Constructor and Description |
---|
TcpConnectionHandler(TcpCommunicationProtocol protocol,
Connection connection,
int sendBufferSize,
long maxIdleTime)
Initiate.
|
Copyright © 2005–2016. All rights reserved.