All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.finagle.ssl.Engine.scala Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package com.twitter.finagle.ssl

import javax.net.ssl.SSLEngine

case class Engine(self: SSLEngine, handlesRenegotiation: Boolean = false, certId: String = "")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy