Registry / networking / grizzly-framework

grizzly-framework

JSON →
library5.0.0javamavenunverified

Core framework for the Grizzly NIO-based network application server.

<dependency> <groupId>org.glassfish.grizzly</groupId> <artifactId>grizzly-framework</artifactId> <version>5.0.0</version> </dependency>
INSTALL
IMPORT
SIG · GRIZZLY-FRAMEWORK
G
grizzly-framework
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.

Connection
org.glassfish.grizzly.Connection

Starts and stops a Grizzly TCP transport.

import org.glassfish.grizzly.Connection; import org.glassfish.grizzly.nio.transport.TCPNIOTransport; import org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder; public class Example { public static void main(String[] args) throws Exception { TCPNIOTransport transport = TCPNIOTransportBuilder.newInstance().build(); transport.start(); System.out.println("Grizzly transport started"); transport.shutdown(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
grizzly-framework — mvn dependency:get grizzly-framework · libregistry