public interface WebSocketResponseFilter
| Modifier and Type | Interface and Description |
|---|---|
static class |
WebSocketResponseFilter.NoOpsWebSocketResponseFilter |
| Modifier and Type | Field and Description |
|---|---|
static WebSocketResponseFilter |
NOOPS_WebSocketResponseFilter |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
filter(AtmosphereResponse r,
byte[] message)
Transform of filter the message, return a new one or the same
|
byte[] |
filter(AtmosphereResponse r,
byte[] message,
int offset,
int length)
Transform of filter the message, return a new one or the same
|
java.lang.String |
filter(AtmosphereResponse r,
java.lang.String message)
Transform of filter the message, return a new one or the same
|
static final WebSocketResponseFilter NOOPS_WebSocketResponseFilter
java.lang.String filter(AtmosphereResponse r, java.lang.String message)
message - the Websocket text messagebyte[] filter(AtmosphereResponse r, byte[] message)
message - the Websocket bytes messagebyte[] filter(AtmosphereResponse r, byte[] message, int offset, int length)
message - the Websocket bytes messageCopyright © 2018. All Rights Reserved.