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

Packages that use ReadContext
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 ReadContext in net.officefloor.plugin.socket.server
 

Methods in net.officefloor.plugin.socket.server with parameters of type ReadContext
 void ConnectionHandler.handleRead(ReadContext context)
          Handles a read from the SocketChannel.
 

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

Methods in net.officefloor.plugin.socket.server.http.protocol with parameters of type ReadContext
 void HttpConnectionHandler.handleRead(ReadContext context)
           
 

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

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

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

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

Methods in net.officefloor.plugin.socket.server.ssl.protocol with parameters of type ReadContext
 void SslConnectionHandler.handleRead(ReadContext context)
           
 

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

Methods in net.officefloor.plugin.socket.server.tcp.protocol with parameters of type ReadContext
 void TcpConnectionHandler.handleRead(ReadContext context)
           
 



Copyright © 2005-2011. All Rights Reserved.