Builder

com.github.andyglow.websocket.WebsocketClient$.Builder
See theBuilder companion object
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

Members list

Concise view

Value members

Concrete methods

def onClose(x: => Unit): Builder[T]
def onFailure(x: PartialFunction[Throwable, Unit]): Builder[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product