renegotiate method Null safety

  1. @Deprecated("Not implemented")
void renegotiate(
  1. {bool useSessionCache = true,
  2. bool requestClientCertificate = false,
  3. bool requireClientCertificate = false}
)
@Deprecated("Not implemented")

Does nothing.

The original intent was to allow TLS renegotiation of existing secure connections.

Implementation

@Deprecated("Not implemented")
void renegotiate(
    {bool useSessionCache = true,
    bool requestClientCertificate = false,
    bool requireClientCertificate = false});