automorph.transport.websocket.endpoint

Members list

Type members

Classlikes

Undertow WebSocket endpoint transport plugin.

Undertow WebSocket endpoint transport plugin.

Interprets WebSocket request message as an RPC request and processes it using the specified RPC request handler.

  • The response returned by the RPC request handler is used as WebSocket response message.

Type parameters

Effect

effect type

Value parameters

effectSystem

effect system plugin

handler

RPC request handler

Attributes

Constructor

Creates an Undertow Websocket endpoint message transport plugin with specified effect system and request handler.

See also
Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Vert.x WebSocket endpoint message transport plugin.

Vert.x WebSocket endpoint message transport plugin.

Interprets WebSocket request message as an RPC request and processes it using the specified RPC request handler.

  • The response returned by the RPC request handler is used as WebSocket response message.

Type parameters

Effect

effect type

Value parameters

effectSystem

effect system plugin

handler

RPC request handler

Attributes

Constructor

Creates a Vert.x Websocket endpoint message transport plugin with specified effect system and request handler.

See also
Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type