korolev.effect.io

Members list

Concise view

Type members

Classlikes

trait DataSocket[F[_], B]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class RawDataSocket[F, B]
class SecureDataSocket[F, B]
object DataSocket

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed class RawDataSocket[F[_], B](channel: AsynchronousSocketChannel, readBuffer: ByteBuffer, writeBuffer: ByteBuffer)(implicit evidence$1: Effect[F], evidence$2: BytesLike[B]) extends DataSocket[F, B]

Attributes

Companion:
object
Graph
Supertypes
trait DataSocket[F, B]
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class SecureDataSocket[F[_], B] extends DataSocket[F, B]

Attributes

Companion:
object
Graph
Supertypes
trait DataSocket[F, B]
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class ServerSocket[F[_], B](channel: AsynchronousServerSocketChannel, bufferSize: Int)(implicit evidence$1: Effect[F], evidence$2: BytesLike[B]) extends Stream[F, RawDataSocket[F, B]]

Stream API for AsynchronousServerSocketChannel. Use ServerSocket.bind to start listening.

Stream API for AsynchronousServerSocketChannel. Use ServerSocket.bind to start listening.

Attributes

See also:

AsynchronousServerSocketChannel

Companion:
object
Graph
Supertypes
class Stream[F, RawDataSocket[F, B]]
class Object
trait Matchable
class Any

Attributes

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