|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAcceptor
Accepts incoming connection requests from client
connectors
and
creates the appropriate server
connectors.
Since the process of accepting connection requests is heavily dependent on the implementation of the respective connectors the only public API is introspection and notification.
This interface is not intended to be implemented by clients. Service providers must extend the abstract
Acceptor
class.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier |
---|
INotifier.Introspection |
Method Summary | |
---|---|
IConnector[] |
getAcceptedConnectors()
Returns an array of the connectors that have been accepted by this acceptor and not been closed since. |
IRegistry<IFactoryKey,IFactory> |
getProtocolFactoryRegistry()
Returns the factory registry used by this acceptor to prepare newly accepted connectors. |
java.util.List<IElementProcessor> |
getProtocolPostProcessors()
Returns the post processors used by this acceptor to prepare newly accepted connectors. |
Methods inherited from interface org.eclipse.net4j.util.container.IContainer |
---|
getElements, isEmpty |
Methods inherited from interface org.eclipse.net4j.util.event.INotifier |
---|
addListener, removeListener |
Method Detail |
---|
IRegistry<IFactoryKey,IFactory> getProtocolFactoryRegistry()
java.util.List<IElementProcessor> getProtocolPostProcessors()
IConnector[] getAcceptedConnectors()
|
Copyright (c) 2004 - 2008 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |