Toggle navigation
Home
java.nio.file.Path to com.spotify.helios.client.ClientCertificatePath
No. of Instances - 7
No. of Commits - 1
No. of Projects - {'helios'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
checkNotNull(clientCertificatePath,"clientCertificatePath")
to
checkNotNull(clientCertificatePath)
clientKeyPath
to
Optional.fromNullable(clientCertificatePath)
Update Class Instacne Creation
new CertificateFileHttpsHandler(user,clientCertificatePath.get(),clientKeyPath.get())
to
new CertificateFileHttpsHandler(user,clientCertificatePath)
Update argument list (Class Instance Creation)
AuthenticatingHttpConnector
to
AuthenticatingHttpConnector