SecureDataSocket

korolev.effect.io.SecureDataSocket$
See theSecureDataSocket companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[F[_] : Effect, B : BytesLike](socket: RawDataSocket[F, B], engine: SSLEngine, blockingExecutor: Executor): F[SecureDataSocket[F, B]]
def forClientMode[F[_] : Effect, B : BytesLike](socket: RawDataSocket[F, B], engine: SSLEngine, blockingExecutor: Executor): F[SecureDataSocket[F, B]]