org.http4s.server.tomcat

TomcatBuilder

Related Docs: object TomcatBuilder | package tomcat

sealed class TomcatBuilder extends ServerBuilder with ServletContainer with IdleTimeoutSupport with SSLSupport with MetricsSupport

Linear Supertypes
MetricsSupport, SSLSupport, IdleTimeoutSupport, ServletContainer, AsyncTimeoutSupport, ServerBuilder, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TomcatBuilder
  2. MetricsSupport
  3. SSLSupport
  4. IdleTimeoutSupport
  5. ServletContainer
  6. AsyncTimeoutSupport
  7. ServerBuilder
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Self = TomcatBuilder

    Definition Classes
    TomcatBuilder → ServletContainer → ServerBuilder

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. final def bindAny(host: String): Self

    Definition Classes
    ServerBuilder
  6. final def bindHttp(port: Int, host: String): Self

    Definition Classes
    ServerBuilder
  7. final def bindLocal(port: Int): Self

    Definition Classes
    ServerBuilder
  8. def bindSocketAddress(socketAddress: InetSocketAddress): TomcatBuilder

    Definition Classes
    TomcatBuilder → ServerBuilder
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def mountService(service: HttpService, prefix: String): TomcatBuilder

    Definition Classes
    TomcatBuilder → ServerBuilder
  17. def mountServlet(servlet: HttpServlet, urlMapping: String, name: Option[String] = None): TomcatBuilder

    Definition Classes
    TomcatBuilder → ServletContainer
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. final def run: Server

    Definition Classes
    ServerBuilder
  22. def start: Task[Server]

    Definition Classes
    TomcatBuilder → ServerBuilder
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def withAsyncTimeout(asyncTimeout: Duration): TomcatBuilder

    Definition Classes
    TomcatBuilder → AsyncTimeoutSupport
  29. def withIdleTimeout(idleTimeout: Duration): TomcatBuilder

    Definition Classes
    TomcatBuilder → IdleTimeoutSupport
  30. def withMetricPrefix(metricPrefix: String): Self

    Definition Classes
    TomcatBuilder → MetricsSupport
  31. def withMetricRegistry(metricRegistry: MetricRegistry): Self

    Installs an InstrumentedFilter around the root of the context to collect HTTP response metrics.

    Installs an InstrumentedFilter around the root of the context to collect HTTP response metrics.

    metricRegistry

    The registry to collect metrics into..

    Definition Classes
    TomcatBuilder → MetricsSupport
  32. def withSSL(keyStore: StoreInfo, keyManagerPassword: String, protocol: String, trustStore: Option[StoreInfo], clientAuth: Boolean): Self

    Definition Classes
    TomcatBuilder → SSLSupport
  33. def withServiceExecutor(serviceExecutor: ExecutorService): TomcatBuilder

    Definition Classes
    TomcatBuilder → ServerBuilder
  34. def withServletIo(servletIo: ServletIo): Self

    Definition Classes
    TomcatBuilder → ServletContainer

Inherited from MetricsSupport

Inherited from SSLSupport

Inherited from IdleTimeoutSupport

Inherited from ServletContainer

Inherited from AsyncTimeoutSupport

Inherited from ServerBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped