P
- the type of payload for inbound and outbound messagespublic interface StompTcpConnectionHandler<P> extends TcpConnectionHandler<P>
TcpConnectionHandler
for use with STOMP connections, exposing
further information about the connection.Modifier and Type | Method and Description |
---|---|
StompHeaderAccessor |
getConnectHeaders()
Return the headers that will be sent in the STOMP CONNECT frame.
|
String |
getSessionId()
Return the
sessionId
associated with the STOMP connection. |
afterConnected, afterConnectFailure, afterConnectionClosed, handleFailure, handleMessage
StompHeaderAccessor getConnectHeaders()