Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
Manager is used to manage RSocket session when resume is enabled.
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
Session represents a lifecycle of a RSocket server socket.
func NewSession ¶
func NewSession(deadline time.Time, sk socket.ServerSocket) *Session
NewSession returns a new session.
func (*Session) Socket ¶
func (p *Session) Socket() socket.ServerSocket
Socket returns RSocket server socket in current session.
Click to show internal directories.
Click to hide internal directories.