Versions in this module Expand all Collapse all v1 v1.0.0 Sep 7, 2022 Changes in this version + type ClientRawCodec struct + func NewClientRawCodec(rwc io.ReadWriteCloser) *ClientRawCodec + func (c *ClientRawCodec) Close() error + func (c *ClientRawCodec) GetFrame() *frame.Frame + func (c *ClientRawCodec) PutFrame(f *frame.Frame) + func (c *ClientRawCodec) Read() (out []byte, err error) + func (c *ClientRawCodec) Write(data []byte) error