이름 | 설명 |
---|---|
ExceptionHandler | |
ForwardingHandler | A message handler which fowards messages through to any clients subscribed to the channel of the request message |
MetaDisconnectHandler | |
MetaHandshakeHandler | |
MetaSubscribeHandler | |
MetaUnsubscribeHandler | |
SwallowHandler | A message handler which swallows the message without forwarding to any clients NOTE: I am considering calling this NonForwardingHandler - or maybe it should be combined with ForwardingHandler?! |