Uses of Interface
com.epam.common.transport.Transport
Packages that use Transport
Package
Description
-
Uses of Transport in com.epam.common.transport
Subinterfaces of Transport in com.epam.common.transportClasses in com.epam.common.transport that implement TransportModifier and TypeClassDescriptionclass
Abstract socket implementation of transport.class
Abstract socket implementation of transport. -
Uses of Transport in com.epam.common.transport.client
Subinterfaces of Transport in com.epam.common.transport.client -
Uses of Transport in com.epam.common.transport.client.tcp
Classes in com.epam.common.transport.client.tcp that implement TransportModifier and TypeClassDescriptionclass
TCP socket transport implementation.class
SSL tcp transport implementation.class
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 -
Uses of Transport in com.epam.common.transport.server
Methods in com.epam.common.transport.server with parameters of type Transport -
Uses of Transport in com.epam.common.transport.server.firewall
Methods in com.epam.common.transport.server.firewall with parameters of type Transport -
Uses of Transport in com.epam.fixengine
Methods in com.epam.fixengine with parameters of type TransportModifier and TypeMethodDescriptionDefaultSessionTransportFactory.createAcceptorTransport
(Transport transport, com.epam.fixengine.configuration.Configuration configuration) SessionTransportFactory.createAcceptorTransport
(Transport transport, com.epam.fixengine.configuration.Configuration configuration) void
-
Uses of Transport in com.epam.fixengine.transport
Constructors in com.epam.fixengine.transport with parameters of type TransportModifierConstructorDescriptionInitiatorFIXTransport
(Transport transport) CreatesInitiatorFIXTransport
.InitiatorFIXTransport
(Transport transport, int maxMessageSize, String connectAddress, boolean validateCheckSum) InitiatorFIXTransport
(Transport transport, int maxMessageSize, String connectAddress, boolean validateCheckSum, boolean validateGarbled, boolean markInMessageTime)