SyncTLSSocketServer
zhttp.SyncTLSSocketServer
class SyncTLSSocketServer[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 myAppLogic(processor: IOChannel => Chunk[Byte] => ZIO[Env, Throwable, Unit], sslctx: SSLContext): ZIO[Env, Throwable, ExitCode]
Concrete fields
In this article