korolev.effect.io.ServerSocket$.ServerSocketHandler
See theServerSocketHandler companion object
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Awaits server socket close. If server configured with graceful shutdown, waits until all client connections are closed.
Awaits server socket close. If server configured with graceful shutdown, waits until all client connections are closed.
Attributes
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.
Attributes