Class EventDriverFactory


  • @Deprecated(since="2021-05-27")
    public class EventDriverFactory
    extends java.lang.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.
      • getImplementations

        public java.util.List<EventDriverImpl> getImplementations()
        Deprecated.
      • removeImplementation

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

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • wrap

        public EventDriver wrap​(java.lang.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.