Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct { io.ReadWriteCloser // contains filtered or unexported fields }
Session wraps a stream in a session.
func NewSession ¶
func NewSession( stream io.ReadWriteCloser, maxMessageSize uint32, ) *Session
NewSession builds a new session.
Click to show internal directories.
Click to hide internal directories.