|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Transport in com.epam.common.transport |
---|
Classes in com.epam.common.transport that implement Transport | |
---|---|
class |
NIOSocketTransport
Abstract socket implementation of transport. |
class |
SocketTransport
Abstract socket implementation of transport. |
Uses of Transport in com.epam.common.transport.client |
---|
Subinterfaces of Transport in com.epam.common.transport.client | |
---|---|
interface |
ClientTransport
Client transport interface. |
Uses of Transport in com.epam.common.transport.client.tcp |
---|
Classes in com.epam.common.transport.client.tcp that implement Transport | |
---|---|
class |
NIOTCPTransport
TCP socket transport implementation. |
class |
SSLTCPTransport
SSL tcp transport implementation. |
class |
TCPTransport
TCP socket transport implementation. |
Uses of Transport in com.epam.common.transport.client.udp |
---|
Classes in com.epam.common.transport.client.udp that implement Transport | |
---|---|
class |
UDPTransport
UDP transport implementation. |
Uses of Transport in com.epam.common.transport.server |
---|
Methods in com.epam.common.transport.server with parameters of type Transport | |
---|---|
void |
ConnectionListener.onConnect(Transport transport)
Invoked when a new connection occurred. |
Uses of Transport in com.epam.common.transport.server.firewall |
---|
Methods in com.epam.common.transport.server.firewall with parameters of type Transport | |
---|---|
void |
PassthroughConnectionListener.onConnect(Transport transport)
|
void |
RestrictByIPConnectionListener.onConnect(Transport transport)
|
Uses of Transport in com.epam.fixengine |
---|
Methods in com.epam.fixengine with parameters of type Transport | |
---|---|
FIXTransport |
DefaultSessionTransportFactory.createAcceptorTransport(Transport transport,
Configuration configuration)
|
FIXTransport |
SessionTransportFactory.createAcceptorTransport(Transport transport,
Configuration configuration)
|
Uses of Transport in com.epam.fixengine.transport |
---|
Constructors in com.epam.fixengine.transport with parameters of type Transport | |
---|---|
InitiatorFIXTransport(Transport transport)
Creates InitiatorFIXTransport . |
|
InitiatorFIXTransport(Transport transport,
int maxMessageSize,
String connectAddress,
boolean validateCheckSum)
|
|
InitiatorFIXTransport(Transport transport,
int maxMessageSize,
String connectAddress,
boolean validateCheckSum,
boolean validateGarbled,
boolean markInMessageTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |