crypto/tls.Conn.ConnectionState (method, view implemented interface methods)
12 uses
crypto/tls (current package)
conn.go#L1612: func (c *Conn) ConnectionState() ConnectionState {
quic.go#L338: return q.conn.ConnectionState()
golang.org/x/net/http2
transport.go#L794: state := tlsCn.ConnectionState()
google.golang.org/grpc/credentials
tls.go#L101: State: conn.ConnectionState(),
tls.go#L106: id := credinternal.SPIFFEIDFromState(conn.ConnectionState())
tls.go#L120: State: conn.ConnectionState(),
tls.go#L125: id := credinternal.SPIFFEIDFromState(conn.ConnectionState())
net/http
h2_bundle.go#L8216: state := tlsCn.ConnectionState()
server.go#L1992: *c.tlsState = tlsConn.ConnectionState()
server.go#L3966: *req.TLS = h.c.ConnectionState()
transport.go#L1721: cs := tlsConn.ConnectionState()
transport.go#L1773: cs := tc.ConnectionState()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)