Packages

class ServerFrame extends AnyRef

Structure passed to server handler when receiving a frame. It provides a reference on the received Frame but also on the io.vertx.scala.ext.stomp.StompServerConnection.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServerFrame
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServerFrame(_asJava: AnyRef)

Value Members

  1. def asJava: AnyRef
  2. def connection(): StompServerConnection

    returns

    the connection

  3. def frame(): Frame

    returns

    the received framesee Frame