public class WebSocket07FrameEncoder extends WebSocket08FrameEncoder
Encodes a web socket frame into wire protocol version 7 format. V7 is essentially the same as V8.
ChannelHandler.Sharable
Constructor and Description |
---|
WebSocket07FrameEncoder(boolean maskPayload)
Constructor
|
encode
acceptOutboundMessage, write
bind, close, connect, deregister, disconnect, flush, read
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bind, close, connect, deregister, disconnect, flush, read, write
exceptionCaught, handlerAdded, handlerRemoved
Copyright © 2008–2024 The Netty Project. All rights reserved.