unfiltered.jetty

Https

case class Https(port: Int, host: String) extends JettyBase with Ssl with Product with Serializable

Annotations
@deprecated
Deprecated

(Since version 0.8.1) Use unfiltered.jetty.Server

Linear Supertypes
Serializable, Serializable, Product, Equals, Ssl, JettyBase, RunnableServer, StartableServer, PlanServer[Filter], util.Server, ContextBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Https
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ssl
  7. JettyBase
  8. RunnableServer
  9. StartableServer
  10. PlanServer
  11. Server
  12. ContextBuilder
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Https(port: Int, host: String)

Type Members

  1. type ServerBuilder = Https

    Definition Classes
    HttpsJettyBase → PlanServer → Server

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. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def context(path: String)(block: (ContextBuilder) ⇒ Unit): JettyBase

    Definition Classes
    JettyBase
  7. val counter: AtomicInteger

    Definition Classes
    JettyBaseContextBuilder
  8. lazy val current: ServletContextHandler

    Definition Classes
    JettyBaseContextBuilder
  9. def destroy(): Https.this.type

    Destroys the Jetty server instance and frees its resources.

    Destroys the Jetty server instance and frees its resources. Call after stopping a server, if finished with the instance, to help avoid PermGen errors in an ongoing JVM session.

    Definition Classes
    JettyBase → StartableServer
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def filter(filt: Filter): Https.this.type

    Definition Classes
    ContextBuilder
  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. val handlers: ContextHandlerCollection

    Definition Classes
    JettyBase
  15. val host: String

  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. def join(): JettyBase

    Definition Classes
    JettyBase
  18. lazy val keyStore: String

    Definition Classes
    Ssl
  19. lazy val keyStorePassword: String

    Definition Classes
    Ssl
  20. def makePlan(plan: ⇒ Filter): Https.this.type

    Definition Classes
    JettyBase → PlanServer
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. def plan(plan: Filter): ServerBuilder

    Definition Classes
    PlanServer
  25. val port: Int

  26. def portBindings: List[HttpsPortBindingShim]

    Definition Classes
    Https → StartableServer
  27. def resources(path: URL): Https.this.type

    Sets a base resource path for this context, in which Jetty checks for file resources when no filters have served a response.

    Sets a base resource path for this context, in which Jetty checks for file resources when no filters have served a response. The path URL may refer to a file (see File#toURL) or a location on the classpath.

    Definition Classes
    ContextBuilder
  28. def run(afterStart: (ServerBuilder) ⇒ Unit, afterStop: (ServerBuilder) ⇒ Unit): Unit

    Definition Classes
    RunnableServer
  29. def run(afterStart: (ServerBuilder) ⇒ Unit): Unit

    Definition Classes
    RunnableServer
  30. def run(): Unit

    Definition Classes
    RunnableServer
  31. val sslConn: SslSocketConnector

    Definition Classes
    Ssl
  32. val sslContextFactory: SslContextFactory

    Definition Classes
    Ssl
  33. val sslHandshakeTimeout: Int

    Definition Classes
    Ssl
  34. val sslMaxIdleTime: Int

    Definition Classes
    Ssl
  35. def sslPort: Int

    Definition Classes
    HttpsSsl
  36. def start(): Https.this.type

    Starts server in the background

    Starts server in the background

    Definition Classes
    JettyBase → StartableServer
  37. def stop(): Https.this.type

    Stops server running in the background

    Stops server running in the background

    Definition Classes
    JettyBase → StartableServer
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def tryProperty(name: String): String

    Definition Classes
    Ssl
  40. val underlying: org.eclipse.jetty.server.Server

    Definition Classes
    JettyBase
  41. val url: String

    Definition Classes
    HttpsJettyBase
  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ssl

Inherited from JettyBase

Inherited from RunnableServer

Inherited from StartableServer

Inherited from PlanServer[Filter]

Inherited from util.Server

Inherited from ContextBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped