Interface IWSAcceptorManager


  • public interface IWSAcceptorManager
    A singleton that manages all WS acceptors in the current JVM.
    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.
    • Method Detail

      • getAcceptorRegistry

        org.eclipse.net4j.util.registry.IRegistry<java.lang.String,​IWSAcceptor> getAcceptorRegistry()
      • getAcceptor

        IWSAcceptor getAcceptor​(java.lang.String name)