object ServerSocket
- Companion
- class
class Object
trait Matchable
class Any
Type members
Classlikes
Value members
Concrete methods
def accept[F[_], B](address: SocketAddress, backlog: Int, readBufferSize: Int, group: AsynchronousChannelGroup)(f: RawDataSocket[F, B] => F[Unit])(implicit evidence$3: Effect[F], evidence$4: BytesLike[B], ec: ExecutionContext): F[ServerSocketHandler[F]]
Bind server socket to address and accept connections with f.
Bind server socket to address and accept connections with f.
- See also
def bind[F[_], B](socketAddress: SocketAddress, backlog: Int, readBufferSize: Int, group: AsynchronousChannelGroup)(implicit evidence$5: Effect[F], evidence$6: BytesLike[B]): F[ServerSocket[F, B]]
Open an AsynchronousServerSocketChannel and bind it to socketAddress.
Open an AsynchronousServerSocketChannel and bind it to socketAddress.
- See also
AsynchronousServerSocketChannel