public class ScheduledSSLFIXServer extends ScheduledFIXServer
configuration, servers
Constructor and Description |
---|
ScheduledSSLFIXServer() |
ScheduledSSLFIXServer(boolean allowNonScheduledSession) |
ScheduledSSLFIXServer(boolean allowNonScheduledSession,
TimeZone timeZone) |
ScheduledSSLFIXServer(com.epam.fixengine.configuration.Configuration config) |
ScheduledSSLFIXServer(com.epam.fixengine.configuration.Configuration config,
boolean allowNonScheduledSession) |
ScheduledSSLFIXServer(com.epam.fixengine.configuration.Configuration config,
boolean allowNonScheduledSession,
TimeZone timeZone) |
ScheduledSSLFIXServer(com.epam.fixengine.configuration.Configuration config,
TimeZone timeZone) |
ScheduledSSLFIXServer(TimeZone timeZone) |
Modifier and Type | Method and Description |
---|---|
protected Server |
createServer(com.epam.fixengine.session.util.ConfigurationAdaptor config,
int port,
boolean autoClose) |
protected ServerSocketFactory |
getBuiltInSSLServerSocketFactory(com.epam.fixengine.configuration.Configuration configuration) |
protected ServerSocketFactory |
getSocketFactory(com.epam.fixengine.configuration.Configuration config) |
protected void |
validateBeforeRegistration(SessionParameters sessionParameters) |
allowSessions, cancelServerSchedule, cancelSessionSchedule, denySessions, descheduleAllowSessions, descheduleDenySessions, descheduleSession, descheduleSessionStart, descheduleSessionStop, scheduleAllowSessions, scheduleDenySessions, scheduleSession, scheduleSessionStart, scheduleSessionStop, setListener, setServerSchedule, startSession, stop, stopSession
addServer, addServerStatusListener, clearServers, closePort, deleteServer, getAcceptorStrategy, getConfigPath, getConfiguredServerSocketFactory, getNic, getOpenPorts, getPorts, getRegisterAcceptorSession, getServer, getTransportFactory, handleAutoClose, isStarted, onAddSession, onRemoveSession, openPort, openPort, openPort, openPort, registerAcceptorSession, registerConfiguredSessions, removeServerStatusListener, setConfigPath, setConnectionValidator, setIncomingConnectionExecutor, setLoginWaitTimeout, setNic, setPort, setPorts, setPorts, setServer, start, stopAndDeleteServer, unregisterAcceptorSession
public ScheduledSSLFIXServer()
public ScheduledSSLFIXServer(com.epam.fixengine.configuration.Configuration config)
public ScheduledSSLFIXServer(TimeZone timeZone)
public ScheduledSSLFIXServer(com.epam.fixengine.configuration.Configuration config, TimeZone timeZone)
public ScheduledSSLFIXServer(boolean allowNonScheduledSession)
public ScheduledSSLFIXServer(com.epam.fixengine.configuration.Configuration config, boolean allowNonScheduledSession)
public ScheduledSSLFIXServer(boolean allowNonScheduledSession, TimeZone timeZone)
public ScheduledSSLFIXServer(com.epam.fixengine.configuration.Configuration config, boolean allowNonScheduledSession, TimeZone timeZone)
protected ServerSocketFactory getSocketFactory(com.epam.fixengine.configuration.Configuration config)
protected Server createServer(com.epam.fixengine.session.util.ConfigurationAdaptor config, int port, boolean autoClose)
createServer
in class FIXServer
protected ServerSocketFactory getBuiltInSSLServerSocketFactory(com.epam.fixengine.configuration.Configuration configuration)
protected void validateBeforeRegistration(SessionParameters sessionParameters)
validateBeforeRegistration
in class FIXServer
Copyright © 2000–2022 EPAM Systems. All rights reserved.