ServerSocketHandler

sealed trait ServerSocketHandler[F[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

def awaitShutdown(): F[Unit]

Await until all connections are closed.

Await until all connections are closed.

def stopServingRequests(): F[Unit]

Stop accepting new connections and serving requests.

Stop accepting new connections and serving requests.

If you are using server with HTTP note that WebSockets and other request without content length will be open until connection closed by a client.