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, setIdleTimeout
createContext, exceptionOccurred, handleAccept, handleEvent, onAdded, onFilterChainChanged, onRemoved
protected NextAction handleHandshake(FilterChainContext ctx, HttpContent content) throws IOException
BaseWebSocketFilter
handleHandshake
in class BaseWebSocketFilter
ctx
- FilterChainContext
content
- HTTP messageNextAction
instruction for FilterChain
, how it should continue the executionIOException
Copyright © 2014 Oracle Corporation. All rights reserved.