Interface ConnectionHandlingStompSession

All Superinterfaces:
StompSession, StompTcpConnectionHandler<byte[]>, TcpConnectionHandler<byte[]>
All Known Implementing Classes:
DefaultStompSession

public interface ConnectionHandlingStompSession extends StompSession, StompTcpConnectionHandler<byte[]>
A StompSession that implements TcpConnectionHandler in order to send and receive messages.

A ConnectionHandlingStompSession can be used with any TCP or WebSocket library that is adapted to the TcpConnectionHandler contract.

Since:
4.2
Author:
Rossen Stoyanchev