Builder

com.github.andyglow.websocket.WebsocketClient$.Builder$
See theBuilder companion class
object Builder

Attributes

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

Members list

Concise view

Type members

Classlikes

case class Options(exceptionHandler: PartialFunction[Throwable, Unit], closeHandler: Unit => Unit, headers: Map[String, String], logLevel: Option[LogLevel], subprotocol: Option[String], maybeSslCtx: Option[SslContext], maxFramePayloadLength: Int, shutdownQuietPeriod: FiniteDuration, shutdownTimeout: FiniteDuration)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T : MessageAdapter](uri: String)(receive: PartialFunction[T, Unit]): Builder[T]
def apply[T : MessageAdapter](uri: Uri)(receive: PartialFunction[T, Unit]): Builder[T]