Options

com.github.andyglow.websocket.WebsocketClient$.Builder$.Options
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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product