Package play.libs.ws.ahc
Class AhcWSModule
- Object
-
- play.api.inject.Module
-
- play.inject.Module
-
- play.libs.ws.ahc.AhcWSModule
-
public class AhcWSModule extends Module
The Play module to provide Java bindings for WS to an AsyncHTTPClient implementation.This binding does not bind an AsyncHttpClient instance, as it's assumed you'll use the Scala and Java modules together.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AhcWSModule.AhcWSClientProvider
static class
AhcWSModule.StandaloneWSClientProvider
-
Constructor Summary
Constructors Constructor Description AhcWSModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Binding<?>>
bindings(Environment environment, com.typesafe.config.Config config)
-
-
-
Method Detail
-
bindings
public List<Binding<?>> bindings(Environment environment, com.typesafe.config.Config config)
-
-