Uses of Class
org.eclipse.net4j.connector.ConnectorException
Package
Description
The Net4j transport layer concepts for dealing with connectors.
Server service provider interfaces and useful base implementations for the Net4j transport layer.
-
Uses of ConnectorException in org.eclipse.net4j.connector
Modifier and TypeMethodDescriptionvoid
IConnector.connect()
Synchronous connect with infinite timeout value.void
IConnector.connect
(long timeout) Synchronous connect.void
IConnector.connectAsync()
Asynchronous connect.void
IConnector.waitForConnection
(long timeout) Blocks until
or the given timeout expired.IConnector.isConnected()
== true -
Uses of ConnectorException in org.eclipse.spi.net4j
Modifier and TypeMethodDescriptionvoid
Connector.connect()
void
Connector.connect
(long timeout) void
Connector.connectAsync()
void
Connector.setState
(ConnectorState newState) void
Connector.waitForConnection
(long timeout)