package vertx

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. vertx
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class VertxEffectfulEndpointOptions(decodeFailureHandler: DecodeFailureHandler = ServerDefaults.decodeFailureHandler, logger: Logger = ..., logRequestHandling: LogRequestHandling[(Logger) ⇒ Unit] = ..., uploadDirectory: File = ..., maxQueueSizeForReadStream: Int = 16) extends VertxEndpointOptions with Product with Serializable
  2. sealed trait VertxEndpointOptions extends AnyRef
  3. class VertxExecutionContext extends ExecutionContext
  4. final case class VertxFutureEndpointOptions(decodeFailureHandler: DecodeFailureHandler = ServerDefaults.decodeFailureHandler, logger: Logger = ..., logRequestHandling: LogRequestHandling[(Logger) ⇒ Unit] = ..., uploadDirectory: File = ..., specificExecutionContext: Option[ExecutionContext] = None) extends VertxEndpointOptions with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped