Package ch.rswk.meta.engine
Record Class HttpService.HttpServiceSslConfig
java.lang.Object
java.lang.Record
ch.rswk.meta.engine.HttpService.HttpServiceSslConfig
- Record Components:
cipherSuites- optional, defaults toHttpService.DEFAULT_SSL_CIPHER_SUITESprotocols- optional, defaults toHttpService.DEFAULT_SSL_PROTOCOLS
- Enclosing class:
HttpService
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe field for thecipherSuitesrecord component.private final StringThe field for thekeystorerecord component.private final StringThe field for thekeystorePwrecord component.The field for theprotocolsrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecipherSuitesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.keystore()Returns the value of thekeystorerecord component.Returns the value of thekeystorePwrecord component.Returns the value of theprotocolsrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
cipherSuites
The field for thecipherSuitesrecord component. -
keystore
The field for thekeystorerecord component. -
keystorePw
The field for thekeystorePwrecord component. -
protocols
-
-
Constructor Details
-
HttpServiceSslConfig
public HttpServiceSslConfig(@Nullable Set<String> cipherSuites, String keystore, String keystorePw, @Nullable Set<String> protocols) Creates an instance of aHttpServiceSslConfigrecord class.- Parameters:
cipherSuites- the value for thecipherSuitesrecord componentkeystore- the value for thekeystorerecord componentkeystorePw- the value for thekeystorePwrecord componentprotocols- the value for theprotocolsrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
cipherSuites
Returns the value of thecipherSuitesrecord component.- Returns:
- the value of the
cipherSuitesrecord component
-
keystore
Returns the value of thekeystorerecord component.- Returns:
- the value of the
keystorerecord component
-
keystorePw
Returns the value of thekeystorePwrecord component.- Returns:
- the value of the
keystorePwrecord component
-
protocols
-