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 Client that sends the datachannel - the channel the data is being sent todata - the data being sentCopyright © 2008-2013 Dojo Foundation. All Rights Reserved.