org.eclipse.net4j.tcp
Interface ITCPConnector

All Superinterfaces:
IConnector, IContainer<IChannel>, INotifier

public interface ITCPConnector
extends IConnector


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
INotifier.Introspection
 
Field Summary
static int DEFAULT_PORT
           
 
Method Summary
 java.lang.String getHost()
           
 int getPort()
           
 
Methods inherited from interface org.eclipse.net4j.connector.IConnector
connect, connectAsync, disconnect, getChannels, getLocation, getProtocolFactoryRegistry, getProtocolPostProcessors, getState, getURL, getUserID, isClient, isConnected, isServer, openChannel, openChannel, openChannel, waitForConnection
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, removeListener
 

Field Detail

DEFAULT_PORT

static final int DEFAULT_PORT
See Also:
Constant Field Values
Method Detail

getHost

java.lang.String getHost()

getPort

int getPort()

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.