crypto/tls.Conn.ConnectionState (method, view implemented interface methods)
7 uses
crypto/tls (current package)
conn.go#L1596: func (c *Conn) ConnectionState() ConnectionState {
quic.go#L280: return q.conn.ConnectionState()
net/http
h2_bundle.go#L7782: state := tlsCn.ConnectionState()
server.go#L1909: *c.tlsState = tlsConn.ConnectionState()
server.go#L3538: *req.TLS = h.c.ConnectionState()
transport.go#L1568: cs := tlsConn.ConnectionState()
transport.go#L1618: cs := tc.ConnectionState()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |