Class ServerFrame
java.lang.Object
io.vertx.reactivex.ext.stomp.ServerFrame
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
Structure passed to server handler when receiving a frame. It provides a reference on the received
Frame
but also on the StompServerConnection.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanframe()inthashCode()static ServerFramenewInstance(ServerFrame arg) toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
ServerFrame
-
ServerFrame
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
frame
- Returns:
- the received frame
-
connection
- Returns:
- the connection
-
newInstance
-