ServerFrame

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

package

Default

Methods

__construct

__construct() 

connection

connection() : \io\vertx\jphp\ext\stomp\StompServerConnection

frame

frame() : \io\vertx\jphp\ext\stomp\Frame

Response

\io\vertx\jphp\ext\stomp\Frame

the received frame