play.mvc.Http.RequestHeader.accept()
|
play.libs.ws.WSRequest.addHeader(String, String) |
play.libs.ws.ning.NingWSRequest.addHeader(String, String) |
play.libs.ws.WSRequest.auth(String, String, WSAuthScheme) |
play.mvc.Results.badRequest(File, int)
Since the length of the file is known, there is little reason to send a file as chunked.
|
play.test.Helpers.charset(Result, long) |
play.test.Helpers.contentType(Result, long) |
play.test.Helpers.cookie(String, Result, long) |
play.test.Helpers.cookies(Result, long) |
play.mvc.Results.created(File, int)
Since the length of the file is known, there is little reason to send a file as chunked.
|
play.mvc.Http.Response.discardCookies(String...)
Use the discardCookie methods instead
|
play.test.Helpers.flash(Result, long) |
play.mvc.Results.forbidden(File, int)
Since the length of the file is known, there is little reason to send a file as chunked.
|
play.test.Helpers.header(String, Result, long) |
play.test.Helpers.headers(Result, long) |
play.mvc.Results.internalServerError(File, int)
Since the length of the file is known, there is little reason to send a file as chunked.
|
play.mvc.Results.notFound(File, int)
Since the length of the file is known, there is little reason to send a file as chunked.
|
play.mvc.Results.ok(File, int)
Since the length of the file is known, there is little reason to send a file as chunked.
|
play.test.Helpers.redirectLocation(Result, long) |
play.test.Helpers.routeAndCall(Class extends Router.Routes>, FakeRequest) |
play.test.Helpers.routeAndCall(FakeRequest) |
play.libs.EventSource.sendData(String)
Replaced by send
|
play.libs.EventSource.sendDataById(String, String)
Replaced by send
|
play.libs.EventSource.sendDataByName(String, String)
Replaced by send
|
play.test.Helpers.session(Result, long) |
play.libs.ws.WSRequest.setHeader(String, String) |
play.libs.ws.ning.NingWSRequest.setHeader(String, String) |
play.libs.ws.WSRequest.setHeaders(Map>) |
play.libs.ws.ning.NingWSRequest.setHeaders(Map>) |
play.libs.ws.WSRequest.setUrl(String) |
play.libs.ws.ning.NingWSRequest.setUrl(String) |
play.test.WithApplication.start()
The application is automatically started before each test, you don’t need to call this method explicitly
|
play.test.WithServer.start()
The server is automatically started before each test, you don’t need to call this method explicitly
|
play.test.WithApplication.start(FakeApplication) |
play.test.WithServer.start(FakeApplication)
The server is automatically started before each test. You can setup the fake application to use by overriding the provideFakeApplication method.
|
play.test.WithServer.start(FakeApplication, int)
The server is automatically started before each test. You can setup the fake application and port to use by overriding the provideFakeApplication and providePort methods, respectively.
|
play.test.Helpers.status(Result, long) |
play.mvc.Results.unauthorized(File, int)
Since the length of the file is known, there is little reason to send a file as chunked.
|