Package org.eclipse.net4j.tcp
Interface ITCPAcceptor
- 
- All Superinterfaces:
- org.eclipse.net4j.util.collection.Closeable,- IAcceptor,- org.eclipse.net4j.util.container.IContainer<IConnector>,- org.eclipse.net4j.util.event.INotifier,- org.eclipse.net4j.util.properties.IPropertiesContainer
 
 public interface ITCPAcceptor extends IAcceptor - 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>
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringDEFAULT_ADDRESSstatic intDEFAULT_PORTThe value of the org.eclipse.net4j.tcp.port bundle/system property if defined, the value 2036 otherwise.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAddress()intgetPort()ITCPSelectorgetSelector()- 
Methods inherited from interface org.eclipse.net4j.acceptor.IAcceptorgetAcceptedConnectors
 
- 
 
- 
- 
- 
Field Detail- 
DEFAULT_ADDRESSstatic final java.lang.String DEFAULT_ADDRESS - See Also:
- Constant Field Values
 
 - 
DEFAULT_PORTstatic final int DEFAULT_PORT The value of the org.eclipse.net4j.tcp.port bundle/system property if defined, the value 2036 otherwise.
 
- 
 - 
Method Detail- 
getSelectorITCPSelector getSelector() - Since:
- 4.0
 
 - 
getAddressjava.lang.String getAddress() 
 - 
getPortint getPort() 
 
- 
 
-