Documentation ¶
Index ¶
- type QuicAuthInfo
- type QuicCreds
- func (m QuicCreds) ClientHandshake(ctx context.Context, addr string, conn net.Conn) (net.Conn, credentials.AuthInfo, error)
- func (m QuicCreds) Clone() credentials.TransportCredentials
- func (m QuicCreds) Info() credentials.ProtocolInfo
- func (m QuicCreds) OverrideServerName(string) error
- func (m QuicCreds) ServerHandshake(conn net.Conn) (net.Conn, credentials.AuthInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QuicAuthInfo ¶
type QuicAuthInfo struct { credentials.CommonAuthInfo Conn quic.Connection }
func (QuicAuthInfo) AuthType ¶
func (QuicAuthInfo) AuthType() string
type QuicCreds ¶
type QuicCreds struct {
NonQuicCreds credentials.TransportCredentials
}
func (QuicCreds) ClientHandshake ¶
func (QuicCreds) Clone ¶
func (m QuicCreds) Clone() credentials.TransportCredentials
func (QuicCreds) Info ¶
func (m QuicCreds) Info() credentials.ProtocolInfo
func (QuicCreds) OverrideServerName ¶
func (QuicCreds) ServerHandshake ¶
Click to show internal directories.
Click to hide internal directories.