Uses of Class
org.eclipse.net4j.connector.ConnectorException
- 
Packages that use ConnectorException Package Description org.eclipse.net4j.connector The Net4j transport layer concepts for dealing with connectors.org.eclipse.spi.net4j Server service provider interfaces and useful base implementations for the Net4j transport layer.
- 
- 
Uses of ConnectorException in org.eclipse.net4j.connectorMethods in org.eclipse.net4j.connector that throw ConnectorException Modifier and Type Method Description voidIConnector. connect()Synchronous connect with infinite timeout value.voidIConnector. connect(long timeout)Synchronous connect.voidIConnector. connectAsync()Asynchronous connect.voidIConnector. waitForConnection(long timeout)Blocks untilIConnector.isConnected()== true
- 
Uses of ConnectorException in org.eclipse.spi.net4jMethods in org.eclipse.spi.net4j that throw ConnectorException Modifier and Type Method Description voidConnector. connect()voidConnector. connect(long timeout)voidConnector. connectAsync()voidConnector. setState(ConnectorState newState)voidConnector. waitForConnection(long timeout)
 
-