Package net.webpdf.wsclient.openapi
Class OperationHttpSettingsSSL
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationHttpSettingsSSL
-
public class OperationHttpSettingsSSL extends Object
Defines the SSL options for all HTTP requests.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CIPHERSstatic StringJSON_PROPERTY_PROTOCOLS
-
Constructor Summary
Constructors Constructor Description OperationHttpSettingsSSL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationHttpSettingsSSLciphers(OperationCiphersHttpSettingsSSL ciphers)booleanequals(Object o)@Nullable OperationCiphersHttpSettingsSSLgetCiphers()Get ciphers@Nullable OperationProtocolsHttpSettingsSSLgetProtocols()Get protocolsinthashCode()OperationHttpSettingsSSLprotocols(OperationProtocolsHttpSettingsSSL protocols)voidsetCiphers(OperationCiphersHttpSettingsSSL ciphers)voidsetProtocols(OperationProtocolsHttpSettingsSSL protocols)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CIPHERS
public static final String JSON_PROPERTY_CIPHERS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PROTOCOLS
public static final String JSON_PROPERTY_PROTOCOLS
- See Also:
- Constant Field Values
-
-
Method Detail
-
ciphers
public OperationHttpSettingsSSL ciphers(OperationCiphersHttpSettingsSSL ciphers)
-
getCiphers
@Nullable public @Nullable OperationCiphersHttpSettingsSSL getCiphers()
Get ciphers- Returns:
- ciphers
-
setCiphers
public void setCiphers(OperationCiphersHttpSettingsSSL ciphers)
-
protocols
public OperationHttpSettingsSSL protocols(OperationProtocolsHttpSettingsSSL protocols)
-
getProtocols
@Nullable public @Nullable OperationProtocolsHttpSettingsSSL getProtocols()
Get protocols- Returns:
- protocols
-
setProtocols
public void setProtocols(OperationProtocolsHttpSettingsSSL protocols)
-
-