Package | Description |
---|---|
com.epam.common.transport.server | |
com.epam.common.transport.server.tcp | |
com.epam.fixengine | |
com.epam.fixengine.scheduler |
This package contains scheduler for start/stop sessions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServer |
Modifier and Type | Class and Description |
---|---|
class |
NIOTCPServer
TCP server implementation.
|
class |
SSLTCPServer
SSL server implementation.
|
class |
TCPServer
TCP server implementation.
|
Modifier and Type | Method and Description |
---|---|
protected Server |
FIXServer.addServer(com.epam.fixengine.session.util.ConfigurationAdaptor config,
Integer port,
Server server,
ConnectionHandler handler) |
protected Server |
SSLFIXServer.createServer(com.epam.fixengine.session.util.ConfigurationAdaptor config,
int port,
boolean autoClose) |
protected Server |
FIXServer.createServer(com.epam.fixengine.session.util.ConfigurationAdaptor config,
int port,
boolean autoClose) |
protected Server |
FIXServer.deleteServer(Integer port) |
protected Server |
FIXServer.getServer(com.epam.fixengine.session.util.ConfigurationAdaptor config,
int port,
boolean autoClose) |
Modifier and Type | Method and Description |
---|---|
protected Server |
FIXServer.addServer(com.epam.fixengine.session.util.ConfigurationAdaptor config,
Integer port,
Server server,
ConnectionHandler handler) |
protected boolean |
FIXServer.handleAutoClose(Integer portNum,
Server server) |
void |
FIXServer.setServer(Server server)
Replaces default TCPServer implementation with custom Server implementation.
|
Modifier and Type | Method and Description |
---|---|
protected Server |
ScheduledSSLFIXServer.createServer(com.epam.fixengine.session.util.ConfigurationAdaptor config,
int port,
boolean autoClose) |
Copyright © 2000–2022 EPAM Systems. All rights reserved.