Searched defs:ConnectionState (Results 1 – 4 of 4) sorted by relevance
242 type ConnectionState struct { struct243 … uint16 // TLS version used by the connection (e.g. VersionTLS12)244 HandshakeComplete bool // TLS handshake is complete245 DidResume bool // connection resumes a previous TLS connection246 …erSuite uint16 // cipher suite in use (TLS_RSA_WITH_RC4_128_SHA, ...)247 …gotiatedProtocol string // negotiated next protocol (from Config.NextProtos)248 NegotiatedProtocolIsMutual bool // negotiated protocol was advertised by server249 NegotiatedProtocolFromALPN bool // protocol negotiated with ALPN250 … string // server name requested by client, if any (server side only)251 PeerCertificates []*x509.Certificate // certificate chain presented by remote peer[all …]
1831 func (c *Conn) ConnectionState() ConnectionState { func
44 private enum ConnectionState { enum in WebSocketRTCClient
340 ConnectionState() tls.ConnectionState methodSpec