public class CustomWebSocketClientHandshaker
extends io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
| Constructor and Description |
|---|
CustomWebSocketClientHandshaker(URI webSocketURL,
io.netty.handler.codec.http.websocketx.WebSocketVersion version,
String subprotocol,
boolean allowExtensions,
io.netty.handler.codec.http.HttpHeaders customHeaders,
int maxFramePayloadLength) |
CustomWebSocketClientHandshaker(URI webSocketURL,
io.netty.handler.codec.http.websocketx.WebSocketVersion version,
String subprotocol,
boolean allowExtensions,
io.netty.handler.codec.http.HttpHeaders customHeaders,
int maxFramePayloadLength,
boolean performMasking,
boolean allowMaskMismatch) |
CustomWebSocketClientHandshaker(URI webSocketURL,
io.netty.handler.codec.http.websocketx.WebSocketVersion version,
String subprotocol,
boolean allowExtensions,
io.netty.handler.codec.http.HttpHeaders customHeaders,
int maxFramePayloadLength,
boolean performMasking,
boolean allowMaskMismatch,
long forceCloseTimeoutMillis) |
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder |
newWebSocketEncoder() |
isAllowExtensions, isAllowMaskMismatch, isPerformMasking, newHandshakeRequest, newWebsocketDecoder, setForceCloseTimeoutMillis, verifyactualSubprotocol, close, close, close, close, expectedSubprotocol, finishHandshake, forceCloseTimeoutMillis, handshake, handshake, isForceCloseComplete, isHandshakeComplete, maxFramePayloadLength, processHandshake, processHandshake, upgradeUrl, uri, versionpublic CustomWebSocketClientHandshaker(URI webSocketURL, io.netty.handler.codec.http.websocketx.WebSocketVersion version, String subprotocol, boolean allowExtensions, io.netty.handler.codec.http.HttpHeaders customHeaders, int maxFramePayloadLength)
public CustomWebSocketClientHandshaker(URI webSocketURL, io.netty.handler.codec.http.websocketx.WebSocketVersion version, String subprotocol, boolean allowExtensions, io.netty.handler.codec.http.HttpHeaders customHeaders, int maxFramePayloadLength, boolean performMasking, boolean allowMaskMismatch)
public CustomWebSocketClientHandshaker(URI webSocketURL, io.netty.handler.codec.http.websocketx.WebSocketVersion version, String subprotocol, boolean allowExtensions, io.netty.handler.codec.http.HttpHeaders customHeaders, int maxFramePayloadLength, boolean performMasking, boolean allowMaskMismatch, long forceCloseTimeoutMillis)
Copyright © 2025. All rights reserved.