Registry / networking / grizzly-http-server

grizzly-http-server

JSON →
library5.0.0javamavenunverified

Grizzly HTTP Server is a lightweight, high-performance HTTP server framework.

<dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-http-server</artifactId> <version>5.0.0</version> </dependency>
INSTALL
IMPORT
SIG · GRIZZLY-HTTP-SERVE
G
grizzly-http-server
networkingjavav5.0.0
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.

HttpServer
org.glassfish.grizzly.http.server.HttpServer

Create and start a Grizzly HTTP server on port 8080.

import org.glassfish.grizzly.http.server.HttpServer; import org.glassfish.grizzly.http.server.NetworkListener; HttpServer server = new HttpServer(); NetworkListener listener = new NetworkListener("grizzly", "localhost", 8080); server.addListener(listener); server.start();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
grizzly-http-server — mvn dependency:get grizzly-http-server · libregistry