korolev.effect.io
package korolev.effect.io
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object DataSocket
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DataSocket.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
- Supertypes
object RawDataSocket
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
RawDataSocket.type
class SecureDataSocket[F[_], B] extends DataSocket[F, B]
Attributes
- Companion
- object
- Supertypes
object SecureDataSocket
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SecureDataSocket.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
- Supertypes
object ServerSocket
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ServerSocket.type
In this article