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)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product