Uses of Interface
net.officefloor.plugin.socket.server.ConnectionHandler

Packages that use ConnectionHandler
net.officefloor.plugin.socket.server   
net.officefloor.plugin.socket.server.http.protocol   
net.officefloor.plugin.socket.server.impl   
net.officefloor.plugin.socket.server.ssl.protocol   
net.officefloor.plugin.socket.server.tcp.protocol   
 

Uses of ConnectionHandler in net.officefloor.plugin.socket.server
 

Classes in net.officefloor.plugin.socket.server with type parameters of type ConnectionHandler
 interface CommunicationProtocol<CH extends ConnectionHandler>
          Provides implementation of a communication protocol.
 interface Server<CH extends ConnectionHandler>
           Server to handle the input.
 interface ServerSocketHandler<CH extends ConnectionHandler>
           Handler for a ServerSocket.
 

Uses of ConnectionHandler in net.officefloor.plugin.socket.server.http.protocol
 

Classes in net.officefloor.plugin.socket.server.http.protocol that implement ConnectionHandler
 class HttpConnectionHandler
          HTTP ConnectionHandler.
 

Uses of ConnectionHandler in net.officefloor.plugin.socket.server.impl
 

Classes in net.officefloor.plugin.socket.server.impl with type parameters of type ConnectionHandler
 class AbstractServerSocketManagedObjectSource<CH extends ConnectionHandler>
          Abstract ManagedObjectSource for a ServerSocketChannel.
 class ConnectionImpl<CH extends ConnectionHandler>
          Implementation of a Connection.
 class ConnectionManager<CH extends ConnectionHandler>
          Manages the Connection instances with the Server.
 class ServerSocketAccepter<CH extends ConnectionHandler>
          Accepts connections.
 class SocketListener<CH extends ConnectionHandler>
          Listens to Socket instances.
 

Uses of ConnectionHandler in net.officefloor.plugin.socket.server.ssl.protocol
 

Classes in net.officefloor.plugin.socket.server.ssl.protocol with type parameters of type ConnectionHandler
 class SslCommunicationProtocol<CH extends ConnectionHandler>
          SSL CommunicationProtocol that wraps another CommunicationProtocol.
 class SslConnectionHandler<CH extends ConnectionHandler>
          SSL ConnectionHandler.
 

Classes in net.officefloor.plugin.socket.server.ssl.protocol that implement ConnectionHandler
 class SslConnectionHandler<CH extends ConnectionHandler>
          SSL ConnectionHandler.
 

Uses of ConnectionHandler in net.officefloor.plugin.socket.server.tcp.protocol
 

Classes in net.officefloor.plugin.socket.server.tcp.protocol that implement ConnectionHandler
 class TcpConnectionHandler
          TCP ConnectionHandler.
 



Copyright © 2005-2011. All Rights Reserved.