public interface WebSocketHttpResponse extends io.netty.handler.codec.http.HttpResponse, Processor<io.netty.handler.codec.http.websocketx.WebSocketFrame,io.netty.handler.codec.http.websocketx.WebSocketFrame>
HttpResponse
and Processor
into one message. So it represents an http response with a processor that can handle
a WebSocket.
This is only used for server side responses. For client side websocket requests, it's
better to configure the reactive streams pipeline directly.Modifier and Type | Method and Description |
---|---|
io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory |
handshakerFactory()
Get the handshaker factory to use to reconfigure the channel.
|
getStatus, setProtocolVersion, setStatus, status
getProtocolVersion, headers, protocolVersion
decoderResult, setDecoderResult
onComplete, onError, onNext, onSubscribe