Class ConnectorHelper<T extends Connector>

    • Field Detail

      • protocols

        private final java.util.List<Protocol> protocols
        The protocols simultaneously supported.
    • Constructor Detail

      • ConnectorHelper

        public ConnectorHelper​(T connector)
        Constructor.
    • Method Detail

      • getConnectorService

        public static ConnectorService getConnectorService()
        Returns the connector service associated to a request.
        Returns:
        The connector service associated to a request.
      • getProtocols

        public java.util.List<Protocol> getProtocols()
        Returns the protocols simultaneously supported.
        Returns:
        The protocols simultaneously supported.
      • start

        public void start()
                   throws java.lang.Exception
        Description copied from class: RestletHelper
        Start callback.
        Specified by:
        start in class RestletHelper<T extends Connector>
        Throws:
        java.lang.Exception
      • stop

        public void stop()
                  throws java.lang.Exception
        Description copied from class: RestletHelper
        Stop callback.
        Specified by:
        stop in class RestletHelper<T extends Connector>
        Throws:
        java.lang.Exception