Interface WebSocketEncoder

    • Method Detail

      • encodeData

        <T extends com.google.protobuf.Message> io.netty.handler.codec.http.websocketx.WebSocketFrame encodeData​(int sequenceNumber,
                                                                                                                 org.yamcs.protobuf.Yamcs.ProtoDataType dataType,
                                                                                                                 T message)
                                                                                                          throws IOException
        Throws:
        IOException