- 所有已实现的接口:
IEncoder<Object,io.netty.handler.codec.http.websocketx.TextWebSocketFrame>
public class WebsocketClientBaseEncoder
extends Object
implements IEncoder<Object,io.netty.handler.codec.http.websocketx.TextWebSocketFrame>
-
-
方法概要
io.netty.handler.codec.http.websocketx.TextWebSocketFrame
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
WebsocketClientBaseEncoder
public WebsocketClientBaseEncoder()
-
方法详细资料
-
encode
public io.netty.handler.codec.http.websocketx.TextWebSocketFrame encode(Object data)
throws io.netty.handler.codec.EncoderException
- 指定者:
encode 在接口中 IEncoder<Object,io.netty.handler.codec.http.websocketx.TextWebSocketFrame>
- 抛出:
io.netty.handler.codec.EncoderException