public interface DataFilter
Modifier and Type | Interface and Description |
---|---|
static class |
DataFilter.Abort
Abort the message by throwing this exception
|
Modifier and Type | Method and Description |
---|---|
Object |
filter(ServerSession from,
ServerChannel channel,
Object data) |
Object filter(ServerSession from, ServerChannel channel, Object data)
from
- the ServerSession
that sends the datachannel
- the channel the data is being sent todata
- the data being sentCopyright © 2008–2017 The CometD Project. All rights reserved.