vertx / io.vertx.rxjava.ext.shell.term / SockJSTermHandler

SockJSTermHandler

open class SockJSTermHandler : Handler<SockJSSocket>

NOTE: This class has been automatically generated from the io.vertx.ext.shell.term.SockJSTermHandler non RX-ified interface using Vert.x codegen.

Constructors

<init>

SockJSTermHandler(delegate: SockJSTermHandler)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<SockJSTermHandler>

Functions

create

open static fun create(vertx: Vertx, charset: String): SockJSTermHandler

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): SockJSTermHandler

handle

open fun handle(arg0: SockJSSocket): Unit

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: SockJSTermHandler): SockJSTermHandler

termHandler

open fun termHandler(handler: Handler<Term>): SockJSTermHandler

toString

open fun toString(): String