Package org.eclipse.spi.net4j
Interface InternalAcceptor
- 
- All Superinterfaces:
- org.eclipse.net4j.util.collection.Closeable,- IAcceptor,- org.eclipse.net4j.util.container.IContainer<IConnector>,- org.eclipse.net4j.util.security.INegotiatorAware,- org.eclipse.net4j.util.event.INotifier,- org.eclipse.net4j.util.properties.IPropertiesContainer,- ITransportConfigAware
 - All Known Implementing Classes:
- Acceptor
 
 public interface InternalAcceptor extends IAcceptor, ITransportConfigAware, org.eclipse.net4j.util.security.INegotiatorAware If the meaning of this type isn't clear, there really should be more of a description here...- 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>
 
- 
 - 
Method Summary- 
Methods inherited from interface org.eclipse.net4j.acceptor.IAcceptorgetAcceptedConnectors
 - 
Methods inherited from interface org.eclipse.net4j.util.security.INegotiatorAwaregetNegotiator, setNegotiator
 - 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 - 
Methods inherited from interface org.eclipse.net4j.ITransportConfigAwaregetConfig, setConfig
 
- 
 
-