Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
A Server of QUIC
func (*Server) ListenAndServe ¶
ListenAndServe listens and serves a connection
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
A Session is a QUIC session
func (*Session) GetOrOpenStream ¶
GetOrOpenStream returns an existing stream with the given id, or opens a new stream
type StreamCallback ¶
StreamCallback gets a stream frame and returns a reply frame
Source Files
¶
Click to show internal directories.
Click to hide internal directories.