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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any