Package org.eclipse.net4j.tcp
Interface ITCPConnector
- 
- All Superinterfaces:
- org.eclipse.net4j.util.collection.Closeable,- IChannelMultiplexer,- IConnector,- org.eclipse.net4j.util.container.IContainer<IChannel>,- ILocationAware,- org.eclipse.net4j.util.event.INotifier,- org.eclipse.net4j.util.properties.IPropertiesContainer,- org.eclipse.net4j.util.security.IUserAware
 
 public interface ITCPConnector extends IConnector - Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainerorg.eclipse.net4j.util.container.IContainer.Modifiable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends java.lang.Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends java.lang.Object>
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.ILocationAwareILocationAware.Location
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_PORT- 
Fields inherited from interface org.eclipse.net4j.channel.IChannelMultiplexerDEFAULT_OPEN_CHANNEL_TIMEOUT, NO_CHANNEL_TIMEOUT
 - 
Fields inherited from interface org.eclipse.net4j.connector.IConnectorNO_TIMEOUT
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetHost()intgetPort()ITCPSelectorgetSelector()- 
Methods inherited from interface org.eclipse.net4j.channel.IChannelMultiplexergetChannels, getOpenChannelTimeout, openChannel, openChannel, openChannel, setOpenChannelTimeout
 - 
Methods inherited from interface org.eclipse.net4j.connector.IConnectorconnect, connect, connectAsync, getState, getURL, isConnected, waitForConnection
 - 
Methods inherited from interface org.eclipse.net4j.ILocationAwaregetLocation, isClient, isServer
 
- 
 
- 
- 
- 
Method Detail- 
getSelectorITCPSelector getSelector() - Since:
- 4.0
 
 - 
getHostjava.lang.String getHost() 
 - 
getPortint getPort() 
 
- 
 
-