org.eclipse.net4j.tcp
Interface ITCPAcceptor

All Superinterfaces:
IAcceptor, IContainer<IConnector>, INotifier

public interface ITCPAcceptor
extends IAcceptor


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
INotifier.Introspection
 
Field Summary
static java.lang.String DEFAULT_ADDRESS
           
static int DEFAULT_PORT
           
 
Method Summary
 java.lang.String getAddress()
           
 int getPort()
           
 
Methods inherited from interface org.eclipse.net4j.acceptor.IAcceptor
getAcceptedConnectors, getProtocolFactoryRegistry, getProtocolPostProcessors
 
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_ADDRESS

static final java.lang.String DEFAULT_ADDRESS
See Also:
Constant Field Values

DEFAULT_PORT

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

getAddress

java.lang.String getAddress()

getPort

int getPort()

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