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 browse(): ServerBuilder

    Definition Classes
    StartableServer
  6. def clone(): AnyRef

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

    Definition Classes
    JettyBase
  8. val counter: AtomicInteger

    Definition Classes
    JettyBaseContextBuilder
  9. lazy val current: ServletContextHandler

    Definition Classes
    JettyBaseContextBuilder
  10. 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
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    ContextBuilder
  13. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  15. val handlers: ContextHandlerCollection

    Definition Classes
    JettyBase
  16. val host: String

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def join(): JettyBase

    Definition Classes
    JettyBase
  19. lazy val keyStore: String

    Definition Classes
    Ssl
  20. lazy val keyStorePassword: String

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

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

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

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

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

    Definition Classes
    PlanServer
  26. val port: Int

  27. def portBindings: List[HttpsPortBindingShim]

    Definition Classes
    Https → StartableServer
  28. 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
  29. def run(afterStart: (ServerBuilder) ⇒ Unit, afterStop: (ServerBuilder) ⇒ Unit): Unit

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

    Definition Classes
    RunnableServer
  31. def run(): Unit

    Definition Classes
    RunnableServer
  32. val sslConn: SslSocketConnector

    Definition Classes
    Ssl
  33. val sslContextFactory: SslContextFactory

    Definition Classes
    Ssl
  34. val sslHandshakeTimeout: Int

    Definition Classes
    Ssl
  35. val sslMaxIdleTime: Int

    Definition Classes
    Ssl
  36. def sslPort: Int

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

    Starts server in the background

    Starts server in the background

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

    Stops server running in the background

    Stops server running in the background

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

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

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

    Definition Classes
    JettyBase
  42. val url: String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. 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