- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- io.netty.channel.ChannelHandler, io.netty.channel.ChannelOutboundHandler
- All Known Implementing Classes:
- WebSocket00FrameEncoder, WebSocket07FrameEncoder, WebSocket08FrameEncoder, WebSocket13FrameEncoder
public interface WebSocketFrameEncoder
extends io.netty.channel.ChannelOutboundHandler
Marker interface which all WebSocketFrame encoders need to implement.
This makes it easier to access the added encoder later in the ChannelPipeline
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
-
Method Summary
-
Methods inherited from interface io.netty.channel.ChannelOutboundHandler
bind, close, connect, deregister, disconnect, flush, read, write
-
Methods inherited from interface io.netty.channel.ChannelHandler
exceptionCaught, handlerAdded, handlerRemoved
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2008–2023 The Netty Project. All rights reserved.