WebsocketClient

com.github.andyglow.websocket.WebsocketClient$
See theWebsocketClient companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Builder[T](uri: Uri, receive: PartialFunction[T, Unit], options: Options)(implicit evidence$4: MessageAdapter[T])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Builder

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Builder.type

Value members

Concrete methods

def apply[T : MessageAdapter](uri: String)(receive: PartialFunction[T, Unit]): WebsocketClient[T]
def apply[T : MessageAdapter](uri: Uri)(receive: PartialFunction[T, Unit]): WebsocketClient[T]
def apply[T : MessageAdapter](uri: Uri, handler: WebsocketHandler[T], headers: Map[String, String], logLevel: Option[LogLevel], subprotocol: Option[String], maybeSslCtx: Option[SslContext], maxFramePayloadLength: Int, shutdownQuietPeriod: FiniteDuration, shutdownTimeout: FiniteDuration): WebsocketClient[T]

Concrete fields

val defaultShutdownQuietPeriod: FiniteDuration
val defaultShutdownTimeout: FiniteDuration