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

Packages that use ConnectionHandlerContext
net.officefloor.plugin.socket.server   
net.officefloor.plugin.socket.server.impl   
net.officefloor.plugin.socket.server.ssl.protocol   
 

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

Subinterfaces of ConnectionHandlerContext in net.officefloor.plugin.socket.server
 interface IdleContext
          Context for handling Connection being idle.
 interface ReadContext
          Context for handling a read.
 interface WriteContext
          Context for handling a potential write.
 

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

Classes in net.officefloor.plugin.socket.server.impl that implement ConnectionHandlerContext
 class SocketListener<CH extends ConnectionHandler>
          Listens to Socket instances.
 

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

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



Copyright © 2005-2011. All Rights Reserved.