|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.api.test.TestServer play.test.TestServer
public class TestServer
A test Netty web server.
Constructor Summary | |
---|---|
TestServer(int port,
FakeApplication application)
A test Netty web server. |
|
TestServer(int port,
FakeApplication application,
int sslPort)
A test Netty web server with HTTPS support |
Method Summary |
---|
Methods inherited from class play.api.test.TestServer |
---|
$lessinit$greater$default$2, $lessinit$greater$default$3, application, apply$default$2, apply$default$3, canEqual, copy, copy$default$1, copy$default$2, copy$default$3, curried, equals, hashCode, port, productArity, productElement, productIterator, productPrefix, sslPort, start, stop, toString, tupled |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestServer(int port, FakeApplication application)
port
- HTTP port to bind on.application
- The FakeApplication to load in this server.public TestServer(int port, FakeApplication application, int sslPort)
port
- HTTP port to bind onapplication
- The FakeApplication to load in this serversslPort
- HTTPS port to bind on
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |