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

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

Methods in net.officefloor.plugin.socket.server that return Server
 Server<CH> ServerSocketHandler.createServer()
          Creates the Server to handle requests.
 

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

Classes in net.officefloor.plugin.socket.server.http.protocol that implement Server
 class HttpServer
          HTTP Server.
 

Methods in net.officefloor.plugin.socket.server.http.protocol that return Server
 Server<HttpConnectionHandler> HttpCommunicationProtocol.createServer()
           
 

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

Constructors in net.officefloor.plugin.socket.server.impl with parameters of type Server
ConnectionManager(SelectorFactory selectorFactory, Server<CH> server, int maxConnPerListener)
          Initiate.
SocketListener(SelectorFactory selectorFactory, Server<CH> server, int maxCommunications)
          Initiate.
 

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

Classes in net.officefloor.plugin.socket.server.ssl.protocol that implement Server
 class SslCommunicationProtocol<CH extends ConnectionHandler>
          SSL CommunicationProtocol that wraps another CommunicationProtocol.
 

Methods in net.officefloor.plugin.socket.server.ssl.protocol that return Server
 Server<SslConnectionHandler<CH>> SslCommunicationProtocol.createServer()
           
 

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

Classes in net.officefloor.plugin.socket.server.tcp.protocol that implement Server
 class TcpServer
          TCP Server.
 

Methods in net.officefloor.plugin.socket.server.tcp.protocol that return Server
 Server<TcpConnectionHandler> TcpCommunicationProtocol.createServer()
           
 



Copyright © 2005-2011. All Rights Reserved.