Registry / http-client / play-ahc-ws-2-13

play-ahc-ws-2-13

JSON →
library2.9.11javamavenunverified

Async HTTP client WebSocket support for Play Framework using Async HTTP Client (AHC).

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-ahc-ws_2.13</artifactId> <version>2.9.11</version> </dependency>
INSTALL
IMPORT
SIG · PLAY-AHC-WS-2-13
P
play-ahc-ws-2-13
http-clientjavav2.9.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AhcWSClient
✓ play.api.libs.ws.ahc.AhcWSClient

Create an AHC-based WebSocket client in Play.

import play.api.libs.ws.ahc.AhcWSClient; import akka.actor.ActorSystem; public class Example { public static void main(String[] args) { ActorSystem system = ActorSystem.create(); AhcWSClient client = AhcWSClient(system); System.out.println(client.getClass().getName()); } }
Debug
Known issues
breakingPlay AHC WS uses Scala 2.13; ensure compatibility with your Scala version.
fix
Use the correct artifact for your Scala version (e.g., play-ahc-ws_2.12 for Scala 2.12).
affects: >=2.9.0
Upgrade
Version history
2.9.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
play-ahc-ws-2-13 — mvn dependency:get play-ahc-ws-2-13 · libregistry