|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Connection in net.officefloor.plugin.socket.server |
|---|
| Methods in net.officefloor.plugin.socket.server with parameters of type Connection | |
|---|---|
CH |
ServerSocketHandler.createConnectionHandler(Connection connection)
Creates a ConnectionHandler for a new Connection. |
| Uses of Connection in net.officefloor.plugin.socket.server.http.conversation.impl |
|---|
| Constructors in net.officefloor.plugin.socket.server.http.conversation.impl with parameters of type Connection | |
|---|---|
HttpConversationImpl(Connection connection,
BufferSquirtFactory bufferSquirtFactory,
boolean isSendStackTraceOnFailure)
Initiate. |
|
HttpManagedObjectImpl(Connection connection,
HttpRequestImpl request,
HttpResponseImpl response)
Initiate to process the HttpRequest by populating the
HttpResponse. |
|
HttpResponseImpl(HttpConversationImpl conversation,
Connection connection,
BufferSquirtFactory squirtFactory,
String httpVersion,
boolean isCloseConnectionAfterSending)
Initiate by defaulting from the HttpRequest. |
|
| Uses of Connection in net.officefloor.plugin.socket.server.http.protocol |
|---|
| Methods in net.officefloor.plugin.socket.server.http.protocol with parameters of type Connection | |
|---|---|
HttpConnectionHandler |
HttpCommunicationProtocol.createConnectionHandler(Connection connection)
|
| Uses of Connection in net.officefloor.plugin.socket.server.impl |
|---|
| Classes in net.officefloor.plugin.socket.server.impl that implement Connection | |
|---|---|
class |
ConnectionImpl<CH extends ConnectionHandler>
Implementation of a Connection. |
| Uses of Connection in net.officefloor.plugin.socket.server.ssl |
|---|
| Subinterfaces of Connection in net.officefloor.plugin.socket.server.ssl | |
|---|---|
interface |
SslConnection
Secure Socket Layer (SSL) Connection. |
| Uses of Connection in net.officefloor.plugin.socket.server.ssl.protocol |
|---|
| Classes in net.officefloor.plugin.socket.server.ssl.protocol that implement Connection | |
|---|---|
class |
SslConnectionImpl
SslConnection implementation. |
| Methods in net.officefloor.plugin.socket.server.ssl.protocol with parameters of type Connection | |
|---|---|
SslConnectionHandler<CH> |
SslCommunicationProtocol.createConnectionHandler(Connection connection)
|
| Constructors in net.officefloor.plugin.socket.server.ssl.protocol with parameters of type Connection | |
|---|---|
SslConnectionHandler(Connection connection,
SSLEngine engine,
BufferSquirtFactory bufferSquirtFactory,
SslTaskExecutor taskExecutor,
ServerSocketHandler<CH> wrappedServerSocketHandler)
Initiate. |
|
| Uses of Connection in net.officefloor.plugin.socket.server.tcp.protocol |
|---|
| Methods in net.officefloor.plugin.socket.server.tcp.protocol with parameters of type Connection | |
|---|---|
TcpConnectionHandler |
TcpCommunicationProtocol.createConnectionHandler(Connection connection)
|
| Constructors in net.officefloor.plugin.socket.server.tcp.protocol with parameters of type Connection | |
|---|---|
TcpConnectionHandler(Connection connection,
long maxIdleTime)
Initiate. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||