setProtocolNegotiationEnabled

@JvmName(name = "-deprecated_protocolNegotiationEnabled")
fun setProtocolNegotiationEnabled(protocolNegotiationEnabled: Boolean)

Deprecated (with error)

moved to var

Replace with

run { this.protocolNegotiationEnabled = protocolNegotiationEnabled }