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.IContainer
org.eclipse.net4j.util.container.IContainer.Modifiable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistable<E extends Object>, org.eclipse.net4j.util.container.IContainer.Persistence<E extends Object>
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
org.eclipse.net4j.util.event.INotifier.INotifier2
-
Method Summary
Methods inherited from interface org.eclipse.net4j.util.collection.Closeable
close, isClosed
Methods inherited from interface org.eclipse.net4j.acceptor.IAcceptor
getAcceptedConnectors
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
Methods inherited from interface org.eclipse.net4j.util.security.INegotiatorAware
getNegotiator, setNegotiator
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
Methods inherited from interface org.eclipse.net4j.util.properties.IPropertiesContainer
properties
Methods inherited from interface org.eclipse.net4j.ITransportConfigAware
getConfig, setConfig
-
Method Details
-
needsBufferProvider
boolean needsBufferProvider()- Since:
- 4.16
-