public interface ITransportLayerFactory extends Wrapper
| Modifier and Type | Method and Description |
|---|---|
IConnection |
createConnection(InetAddress remoteAddress,
IConcurrentFactory factory,
int remotePort,
InetAddress localAddress,
int localPort,
IConnectionListener listener,
String ref)
Create new IConnection instance with predefined parameters
|
IConnection |
createConnection(InetAddress remoteAddress,
IConcurrentFactory factory,
int remotePort,
InetAddress localAddress,
int localPort,
String ref)
Create new IConnection instance with predefined parameters
|
isWrapperFor, unwrapIConnection createConnection(InetAddress remoteAddress, IConcurrentFactory factory, int remotePort, InetAddress localAddress, int localPort, String ref) throws TransportException
remoteAddress - destination host addressfactory - concurrent factoryremotePort - destination port addresslocalAddress - local network adapter addresslocalPort - local socket portref - reference to additional parametersTransportExceptionIConnection createConnection(InetAddress remoteAddress, IConcurrentFactory factory, int remotePort, InetAddress localAddress, int localPort, IConnectionListener listener, String ref) throws TransportException
remoteAddress - destination host addressfactory - concurrent factoryremotePort - destination port addresslocalAddress - local network adapter addresslocalPort - local socket portlistener - connection listener instanceref - reference to additional parametersTransportExceptionCopyright © 2016. All Rights Reserved.