Registry / web-framework / play-netty-server-2-11

play-netty-server-2-11

JSON →
library2.7.9javamavenunverified

Netty-based HTTP server implementation for the Play Framework, compiled for Scala 2.11.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-netty-server_2.11</artifactId> <version>2.7.9</version> </dependency>
INSTALL
IMPORT
SIG · PLAY-NETTY-SERVER-
P
play-netty-server-2-11
web-frameworkjavav2.7.9
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.

NettyServer
play.core.server.netty.NettyServer

Start a Play application using the Netty server on port 9000.

import play.core.server.netty.NettyServer; import play.core.server.ServerConfig; ServerConfig config = ServerConfig.forPort(9000); NettyServer server = NettyServer.fromRouter(config, routes -> routes.GET("/").to(request -> Results.ok("Hello")) );
Debug
Known issues
breakingThis version is compiled for Scala 2.11, which is outdated. Use a newer Scala version if possible.
fix
Upgrade to a more recent Play version that supports Scala 2.13 or 3.
affects: 2.7.x
Upgrade
Version history
2.7.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
play-netty-server-2-11 — mvn dependency:get play-netty-server-2-11 · libregistry