Packages

c

play.test

TestServer

class TestServer extends api.test.TestServer

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestServer
  2. TestServer
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TestServer(port: Int, application: Application, sslPort: Int)
  2. new TestServer(port: Int, application: Application)

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. val application: api.Application
    Definition Classes
    TestServer
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. val config: ServerConfig
    Definition Classes
    TestServer
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  10. def getRunningHttpPort(): OptionalInt
    Annotations
    @SuppressWarnings()
  11. def getRunningHttpsPort(): OptionalInt
    Annotations
    @SuppressWarnings()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def isRunning: Boolean

    True if the server is running either on HTTP or HTTPS port.

    True if the server is running either on HTTP or HTTPS port.

    Definition Classes
    TestServer
    Annotations
    @ApiMayChange()
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. def runningAddress: String

    The address that the server is running on.

    The address that the server is running on.

    Definition Classes
    TestServer
  19. def runningHttpPort: Option[Int]

    The HTTP port that the server is running on.

    The HTTP port that the server is running on.

    Definition Classes
    TestServer
  20. def runningHttpsPort: Option[Int]

    The HTTPS port that the server is running on.

    The HTTPS port that the server is running on.

    Definition Classes
    TestServer
  21. val serverProvider: Option[ServerProvider]
    Definition Classes
    TestServer
  22. def start(): Unit

    Starts this server.

    Starts this server.

    Definition Classes
    TestServer
  23. def stop(): Unit

    Stops this server.

    Stops this server.

    Definition Classes
    TestServer
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from api.test.TestServer

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped