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

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

Methods in net.officefloor.plugin.socket.server with parameters of type WriteContext
 void ConnectionHandler.handleWrite(WriteContext context)
          Handles a potential write to the SocketChannel.
 

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

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

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

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

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

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

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

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

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



Copyright © 2005-2011. All Rights Reserved.