mockwebserver / okhttp3.mockwebserver / MockWebServer / protocols

protocols

var protocols: List<Protocol>

The protocols supported by ALPN on incoming HTTPS connections in order of preference. The list must contain Protocol.HTTP_1_1. It must not contain null.

This list is ignored when negotiation is disabled.

Getter

The protocols supported by ALPN on incoming HTTPS connections in order of preference. The list must contain Protocol.HTTP_1_1. It must not contain null.

This list is ignored when negotiation is disabled.