Versions in this module Expand all Collapse all v0 v0.1.22 Jul 26, 2024 Changes in this version + func NewLengthBasedFrame(readBuf int) net2.Protocol + type LengthBasedFrame struct + func (b *LengthBasedFrame) NewCodec(rw io.ReadWriter) (cc net2.Codec, err error) + type LengthBasedFrameCodec struct + func (c *LengthBasedFrameCodec) Close() error + func (c *LengthBasedFrameCodec) Context() interface{} + func (c *LengthBasedFrameCodec) Receive() (interface{}, error) + func (c *LengthBasedFrameCodec) Send(msg interface{}) error + type LengthBasedFrameStream struct