Searched refs:ConnectionState (Results 1 – 8 of 8) sorted by relevance
44 private enum ConnectionState { enum in WebSocketRTCClient54 private ConnectionState roomState;62 roomState = ConnectionState.NEW; in WebSocketRTCClient()96 roomState = ConnectionState.NEW; in connectToRoomInternal()123 if (roomState == ConnectionState.CONNECTED) { in disconnectFromRoomInternal()127 roomState = ConnectionState.CLOSED; in disconnectFromRoomInternal()173 roomState = ConnectionState.CONNECTED; in signalingParametersReady()189 if (roomState != ConnectionState.CONNECTED) { in sendOfferSdp()239 if (roomState != ConnectionState.CONNECTED) { in sendLocalIceCandidate()330 if (roomState != ConnectionState.ERROR) { in reportError()[all …]
114 State tls.ConnectionState171 return tlsConn{Conn: conn, rawConn: rawConn}, TLSInfo{conn.ConnectionState()}, nil179 return tlsConn{Conn: conn, rawConn: rawConn}, TLSInfo{conn.ConnectionState()}, nil
340 ConnectionState() tls.ConnectionState methodSpec
387 sc.tlsState = new(tls.ConnectionState)388 *sc.tlsState = tc.ConnectionState()463 tlsState *tls.ConnectionState // shared by all handlers, like net/http1965 var tlsState *tls.ConnectionState // nil if not scheme https
148 tlsState *tls.ConnectionState // nil only for specialized impls505 state := cn.ConnectionState()575 state := cs.ConnectionState()
1831 func (c *Conn) ConnectionState() ConnectionState { func1835 var state ConnectionState
242 type ConnectionState struct { struct
792 connState := tlsConn.ConnectionState()943 expected := tlsConn.ConnectionState().TLSUnique