Uses of Class
net.officefloor.plugin.socket.server.impl.ConnectionManager

Packages that use ConnectionManager
net.officefloor.plugin.socket.server.impl   
 

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

Methods in net.officefloor.plugin.socket.server.impl that return ConnectionManager
 ConnectionManager<CH> ConnectionManager.createWork()
           
 

Methods in net.officefloor.plugin.socket.server.impl that return types with arguments of type ConnectionManager
 Task<ConnectionManager<CH>,SocketListener.SocketListenerDependencies,Indexed> ConnectionManager.createTask(ConnectionManager<CH> work)
           
 

Methods in net.officefloor.plugin.socket.server.impl with parameters of type ConnectionManager
 Task<ConnectionManager<CH>,SocketListener.SocketListenerDependencies,Indexed> ConnectionManager.createTask(ConnectionManager<CH> work)
           
 

Method parameters in net.officefloor.plugin.socket.server.impl with type arguments of type ConnectionManager
 Object SocketListener.doTask(TaskContext<ConnectionManager<CH>,SocketListener.SocketListenerDependencies,Indexed> context)
           
 

Constructors in net.officefloor.plugin.socket.server.impl with parameters of type ConnectionManager
ServerSocketAccepter(InetSocketAddress serverSocketAddress, ServerSocketHandler<CH> serverSocketHandler, ConnectionManager<CH> connectionManager, BufferSquirtFactory bufferSquirtFactory)
          Initiate.
 



Copyright © 2005-2011. All Rights Reserved.