TLSServer
zhttp.TLSServer
class TLSServer[Env](port: Int, keepAlive: Int, serverIP: String, keystore: String, keyStorePwd: String, tlsVersion: String)
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
def buildSSLContext(protocol: String, JKSkeystore: String, password: String): ZIO[Any, Exception, SSLContext]
def myAppLogic(processor: IOChannel => Chunk[Byte] => ZIO[Env, Throwable, Unit], sslctx: SSLContext): ZIO[Env, Throwable, ExitCode]
Concrete fields
In this article