public class WebSocketClientFilter extends BaseWebSocketFilter
| Constructor and Description |
|---|
WebSocketClientFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected NextAction |
handleHandshake(FilterChainContext ctx,
HttpContent content)
Handle websocket handshake
|
composeHandshakeError, handleClose, handleConnect, handleRead, handleWrite, setIdleTimeoutcreateContext, exceptionOccurred, handleAccept, handleEvent, onAdded, onFilterChainChanged, onRemovedprotected NextAction handleHandshake(FilterChainContext ctx, HttpContent content) throws IOException
BaseWebSocketFilterhandleHandshake in class BaseWebSocketFilterctx - FilterChainContextcontent - HTTP messageNextAction instruction for FilterChain, how it should continue the executionIOExceptionCopyright © 2014 Oracle Corporation. All Rights Reserved.