Class/Object

org.http4s.server.tomcat

TomcatBuilder

Related Docs: object TomcatBuilder | package tomcat

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. type Self = TomcatBuilder

    Permalink
    Definition Classes
    TomcatBuilder → ServletContainer → ServerBuilder

Value Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  16. def mountFilter(filter: Filter, urlMapping: String, name: Option[String], dispatches: EnumSet[DispatcherType]): TomcatBuilder

    Permalink
    Definition Classes
    TomcatBuilder → ServletContainer
  17. def mountService(service: HttpService, prefix: String): TomcatBuilder

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

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def run: Server

    Permalink
    Definition Classes
    ServerBuilder
  23. def start: Task[Server]

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

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

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

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

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

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

    Permalink

    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
  33. def withSSL(keyStore: StoreInfo, keyManagerPassword: String, protocol: String, trustStore: Option[StoreInfo], clientAuth: Boolean): Self

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

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

    Permalink
    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