Package | Description |
---|---|
biz.onixs.fix.engine | |
biz.onixs.util.network |
Modifier and Type | Method and Description |
---|---|
PortRange |
Session.getLocalPortRange()
Returns the local port range, the first available port from this range
will be used to send and receive data.
|
Modifier and Type | Method and Description |
---|---|
Session |
Session.setLocalPortRange(PortRange localPortRange)
Sets the local port range, the first available port from this range
will be used to send and receive data.
|
Modifier and Type | Method and Description |
---|---|
SocketConnector |
NetworkFactory.makeSocketConnector(String host,
int port,
long timeout,
TimeUnit timeUnit,
PortRange localPortRange,
SocketAddress bindAddr,
ProxySettings proxySettings)
Creates a new
SocketConnector object with the specified parameters. |
Copyright © 2005–2024 Onix Solutions. All rights reserved.