zio.http.socket.SocketApp
See theSocketApp companion object Attributes
- Companion:
- object
- Graph
- Supertypes
trait Serializable
class Object
trait Matchable
class Any
- Self type
Members list
Concise view
Value members
Creates a socket connection on the provided URL. Typically used to connect
as a client.
Creates a socket connection on the provided URL. Typically used to connect
as a client.
Attributes
Provides the socket app with its required environment, which eliminates its
dependency on R
.
Provides the socket app with its required environment, which eliminates its
dependency on R
.
Attributes
Converts the socket app to a HTTP app.
Converts the socket app to a HTTP app.
Attributes
Creates a new response from the socket app.
Creates a new response from the socket app.
Attributes
Frame decoder configuration
Frame decoder configuration
Attributes
Server side websocket configuration
Server side websocket configuration
Attributes