Uses of Interface
com.epam.common.transport.server.Server

Packages that use Server
com.epam.common.transport.server.tcp   
com.epam.fixengine   
 

Uses of Server in com.epam.common.transport.server.tcp
 

Classes in com.epam.common.transport.server.tcp that implement Server
 class NIOTCPServer
          TCP server implementation.
 class SSLTCPServer
          SSL server implementation.
 class TCPServer
          TCP server implementation.
 

Uses of Server in com.epam.fixengine
 

Fields in com.epam.fixengine declared as Server
protected  Server[] FIXServer.servers
           
 

Methods in com.epam.fixengine with parameters of type Server
 void FIXServer.setServer(Server server)
          Replaces default TCPServer implementation with custom Server implementation.
 



Copyright © 2000-2014 EPAM Systems. All Rights Reserved.