Interface ServerFrame
public interface ServerFrame
Structure passed to server handler when receiving a frame. It provides a reference on the received
Frame
but also on the StompServerConnection.- Author:
- Clement Escoffier
-
Method Summary
-
Method Details
-
frame
Frame frame()- Returns:
- the received frame
-
connection
StompServerConnection connection()- Returns:
- the connection
-