Skip navigation links
A B C D E F H I M N O P R S U V W 

A

address(String) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.Builder
 
allowMaskMismatch(boolean) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.Builder
 

B

build() - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.Builder
 
build() - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.Builder
 
bulkEncoder() - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory
 

C

channelActive(ChannelHandlerContext) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
channelInactive(ChannelHandlerContext) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
channelInactive(ChannelHandlerContext) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
com.jauntsdn.netty.handler.codec.http.websocketx - package com.jauntsdn.netty.handler.codec.http.websocketx
 
create() - Static method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.Builder
 
create() - Static method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
create() - Static method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener.Utf8FrameValidator
 
create() - Static method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.Builder
 
create() - Static method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
createBinaryFragmentStart(ByteBufAllocator, int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory
 
createBinaryFrame(ByteBufAllocator, int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory
 
createCloseFrame(ByteBufAllocator, int, String) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory
 
createContinuationFragment(ByteBufAllocator, int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory
 
createContinuationFragmentEnd(ByteBufAllocator, int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory
 
createPingFrame(ByteBufAllocator, int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory
 
createPongFrame(ByteBufAllocator, int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory
 
createTextFragmentStart(ByteBufAllocator, int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory
 
createTextFrame(ByteBufAllocator, int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory
 

D

decoderConfig(WebSocketDecoderConfig) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.Builder
 

E

encodeBinaryFragmentStart(ByteBuf) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.Encoder
 
encodeBinaryFrame(ByteBuf) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.Encoder
 
encodeBinaryFramePrefix(ByteBuf, int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.BulkEncoder
 
encodeContinuationFragment(ByteBuf) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.Encoder
 
encodeContinuationFragmentEnd(ByteBuf) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.Encoder
 
encoder() - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory
 
encodeTextFragmentStart(ByteBuf) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.Encoder
 
encodeTextFrame(ByteBuf) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.Encoder
 
encodeTextFramePrefix(ByteBuf, int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.BulkEncoder
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
exchange(ChannelHandlerContext, WebSocketFrameFactory) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketCallbacksHandler
 
exchange(ChannelHandlerContext, WebSocketCallbacksHandler) - Static method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketCallbacksHandler
 

F

frameDecoder(int, boolean, boolean) - Static method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketProtocol
 
frameDecoder(boolean, int, boolean, boolean) - Static method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketProtocol
frameEncoder(boolean, IntSupplier) - Static method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketProtocol
 
frameEncoder(boolean) - Static method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketProtocol
 

H

handlerAdded(ChannelHandlerContext) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
handlerAdded(ChannelHandlerContext) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
handshakeCompleted() - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
handshakeCompleted() - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
handshakeTimeoutMillis(long) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.Builder
 
handshakeTimeoutMillis(long) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.Builder
 
headers(HttpHeaders) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.Builder
 

I

isSharable() - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
isSharable() - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 

M

mask(boolean) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.Builder
 
mask(IntSupplier) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.Builder
 
mask(ByteBuf) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory
 
maskBinaryFrame(ByteBuf, int, int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.BulkEncoder
 
maskTextFrame(ByteBuf, int, int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.BulkEncoder
 
maxFramePayloadLength(int) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.Builder
 

N

newHandshaker(ChannelHandlerContext, HttpRequest) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerHandshaker.Factory
 
newWebsocketDecoder() - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
newWebsocketDecoder() - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
newWebSocketEncoder() - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
newWebSocketEncoder() - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
 
nomaskingExtension(boolean) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.Builder
 
nomaskingExtension(boolean) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.Builder
 

O

onChannelRead(ChannelHandlerContext, boolean, int, int, ByteBuf) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener
 
onChannelReadComplete(ChannelHandlerContext) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener
 
onChannelWritabilityChanged(ChannelHandlerContext) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener
 
onClose(ChannelHandlerContext) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener
 
onExceptionCaught(ChannelHandlerContext, Throwable) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener
 
onOpen(ChannelHandlerContext) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener
 
onUserEventTriggered(ChannelHandlerContext, Object) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener
 
OPCODE_BINARY - Static variable in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketProtocol
 
OPCODE_CLOSE - Static variable in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketProtocol
 
OPCODE_CONT - Static variable in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketProtocol
 
OPCODE_PING - Static variable in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketProtocol
 
OPCODE_PONG - Static variable in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketProtocol
 
OPCODE_TEXT - Static variable in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketProtocol
 

P

path(String) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.Builder
 
path(String) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.Builder
 

R

reason(ByteBuf) - Static method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener.CloseFramePayload
 

S

sizeofBinaryFrame(int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.BulkEncoder
 
sizeofBinaryFrame(int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.Encoder
 
sizeofFragment(int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.Encoder
 
sizeofTextFrame(int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.BulkEncoder
 
sizeofTextFrame(int) - Method in interface com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameFactory.Encoder
 
statusCode(ByteBuf) - Static method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener.CloseFramePayload
 
subprotocol(String) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.Builder
 
subprotocols(String) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.Builder
 

U

UTF8_VALIDATION_ERROR_CODE - Static variable in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener.Utf8FrameValidator
 
UTF8_VALIDATION_ERROR_MESSAGE - Static variable in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener.Utf8FrameValidator
 

V

validateDecoderConfig(int, boolean, boolean, boolean, boolean) - Static method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketProtocol
 
validateDecoderConfig(WebSocketDecoderConfig) - Static method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketProtocol
 
validateFragmentContinuation(ByteBuf) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener.Utf8FrameValidator
 
validateFragmentEnd(ByteBuf) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener.Utf8FrameValidator
 
validateTextFragmentStart(ByteBuf) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener.Utf8FrameValidator
 
validateTextFrame(ByteBuf) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketFrameListener.Utf8FrameValidator
 

W

WebSocketCallbacksHandler - Interface in com.jauntsdn.netty.handler.codec.http.websocketx
Handler to process successfully handshaked webSocket
webSocketCallbacksHandler(WebSocketCallbacksHandler) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.Builder
 
WebSocketClientHandshaker - Class in com.jauntsdn.netty.handler.codec.http.websocketx
 
WebSocketClientHandshaker(URI, String, HttpHeaders, int, boolean, IntSupplier, boolean, boolean) - Constructor for class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
WebSocketClientHandshaker(URI, String, HttpHeaders, int, boolean, boolean, boolean) - Constructor for class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
 
WebSocketClientProtocolHandler - Class in com.jauntsdn.netty.handler.codec.http.websocketx
Performs webSocket client-side handshake and adds webSocket encoder/decoder to channel pipeline.
WebSocketClientProtocolHandler.Builder - Class in com.jauntsdn.netty.handler.codec.http.websocketx
 
WebSocketFrameFactory - Interface in com.jauntsdn.netty.handler.codec.http.websocketx
Creates frame bytebuffers containing webSocket prefix.
WebSocketFrameFactory.BulkEncoder - Interface in com.jauntsdn.netty.handler.codec.http.websocketx
Encodes prefixes of multiple data websocket frames into provided bytebuffer.
WebSocketFrameFactory.Encoder - Interface in com.jauntsdn.netty.handler.codec.http.websocketx
Encodes prefix of single data websocket frame into provided bytebuffer.
WebSocketFrameListener - Interface in com.jauntsdn.netty.handler.codec.http.websocketx
Listener for webSocket frames, combined with essential Netty ChannelHandler and lifecycle callbacks
WebSocketFrameListener.CloseFramePayload - Class in com.jauntsdn.netty.handler.codec.http.websocketx
Utility to decode Close frame payload
WebSocketFrameListener.Utf8FrameValidator - Class in com.jauntsdn.netty.handler.codec.http.websocketx
UTF8 finite state machine based implementation from https://bjoern.hoehrmann.de/utf-8/decoder/dfa/ optimized for ASCII content.
webSocketHandler(WebSocketCallbacksHandler) - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.Builder
 
webSocketHandler() - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
 
webSocketHandler() - Method in class com.jauntsdn.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
 
WebSocketProtocol - Class in com.jauntsdn.netty.handler.codec.http.websocketx
 
WebSocketServerHandshaker - Class in com.jauntsdn.netty.handler.codec.http.websocketx
 
WebSocketServerHandshaker.Factory - Class in com.jauntsdn.netty.handler.codec.http.websocketx
 
WebSocketServerProtocolHandler - Class in com.jauntsdn.netty.handler.codec.http.websocketx
Performs webSocket server-side handshake and adds webSocket encoder/decoder to channel pipeline.
WebSocketServerProtocolHandler.Builder - Class in com.jauntsdn.netty.handler.codec.http.websocketx
 
A B C D E F H I M N O P R S U V W 
Skip navigation links