Extension API for {@link BayeuxServer}.
Implementations of this interface allow to modify incoming and outgoing messages respectively just before and just after they are handled by the implementation, either on client side or server side.
Extensions are be registered in order and one extension may allow subsequent extensions to process the message by returning true from the callback method, or forbid further processing by returning false.
@see BayeuxServer#addExtension(Extension)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|