supportedProtocols property

SupportedProtocols supportedProtocols
getter/setter pair

The supported HTTP protocols, used for negotiating with remote servers.

By default, all protocols are supported.

Implementation

SupportedProtocols supportedProtocols = SupportedProtocols.http1_2_3;