Class EventDriverFactory


  • @Deprecated(since="2021-05-27")
    public class EventDriverFactory
    extends Object
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    Create EventDriver implementations.
    • Method Detail

      • addImplementation

        public void addImplementation​(EventDriverImpl impl)
        Deprecated.
      • clearImplementations

        public void clearImplementations()
        Deprecated.
      • removeImplementation

        public boolean removeImplementation​(EventDriverImpl impl)
        Deprecated.
      • wrap

        public EventDriver wrap​(Object websocket)
        Deprecated.
        Wrap the given WebSocket object instance in a suitable EventDriver
        Parameters:
        websocket - the websocket instance to wrap. Must either implement WebSocketListener or be annotated with @WebSocket
        Returns:
        appropriate EventDriver for this websocket instance.