Package play.libs.ws.ahc
Class AhcWSModule.StandaloneWSClientProvider
- Object
-
- play.libs.ws.ahc.AhcWSModule.StandaloneWSClientProvider
-
- All Implemented Interfaces:
javax.inject.Provider<play.libs.ws.StandaloneWSClient>
- Enclosing class:
- AhcWSModule
@Singleton public static class AhcWSModule.StandaloneWSClientProvider extends Object implements javax.inject.Provider<play.libs.ws.StandaloneWSClient>
-
-
Constructor Summary
Constructors Constructor Description StandaloneWSClientProvider(play.shaded.ahc.org.asynchttpclient.AsyncHttpClient asyncHttpClient, Materializer materializer)
-
-
-
Constructor Detail
-
StandaloneWSClientProvider
@Inject public StandaloneWSClientProvider(play.shaded.ahc.org.asynchttpclient.AsyncHttpClient asyncHttpClient, Materializer materializer)
-
-