Class SockJSTermHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<SockJSSocket>

    public class SockJSTermHandler
    extends Object
    implements io.vertx.core.Handler<SockJSSocket>

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Constructor Detail

      • SockJSTermHandler

        public SockJSTermHandler​(io.vertx.ext.shell.term.SockJSTermHandler delegate)
      • SockJSTermHandler

        public SockJSTermHandler​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getDelegate

        public io.vertx.ext.shell.term.SockJSTermHandler getDelegate()
      • handle

        public void handle​(SockJSSocket event)
        Something has happened, so handle it.
        Specified by:
        handle in interface io.vertx.core.Handler<SockJSSocket>
        Parameters:
        event - the event to handle
      • newInstance

        public static SockJSTermHandler newInstance​(io.vertx.ext.shell.term.SockJSTermHandler arg)