Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QUICStreamConn ¶
func (*QUICStreamConn) ConnectionState ¶
func (c *QUICStreamConn) ConnectionState() tls.ConnectionState
func (*QUICStreamConn) LocalAddr ¶
func (c *QUICStreamConn) LocalAddr() net.Addr
func (*QUICStreamConn) RemoteAddr ¶
func (c *QUICStreamConn) RemoteAddr() net.Addr
type QUICStreamListener ¶
type QUICStreamListener struct {
// contains filtered or unexported fields
}
func NewQUICStreamListener ¶
func NewQUICStreamListener(listener *quic.Listener) *QUICStreamListener
func (*QUICStreamListener) Addr ¶
func (l *QUICStreamListener) Addr() net.Addr
func (*QUICStreamListener) Close ¶
func (l *QUICStreamListener) Close() error
Click to show internal directories.
Click to hide internal directories.