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  sessionIdassociated with the STOMP connection. | 
afterConnected, afterConnectFailure, afterConnectionClosed, handleFailure, handleMessageStompHeaderAccessor getConnectHeaders()