public interface ConnectorFactory
Connector objects.
An implementation will usually create one type of Connectors only, e.g.
standard unencrypted UDP connectors vs. encrypted DTLS based connectors.| Modifier and Type | Method and Description |
|---|---|
Connector |
newConnector(InetSocketAddress socketAddress)
Creates a new network connector.
|
Connector newConnector(InetSocketAddress socketAddress)
socketAddress - the IP address and port to connect toCopyright © 2019 Eclipse Foundation. All rights reserved.