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

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

package com.twitter.finagle.ssl

import javax.net.ssl.SSLEngine

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy