Netty2.
An event-driven NIO framework.
Here is the list of declaration for netty2. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.gleamynode</groupId> <artifactId>netty2</artifactId> <version>1.9.2</version> </dependency>
If you think this Maven repository POM file listing for netty2 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following packages are defined in the netty2-1.9.2.jar
net.gleamynode.netty2
Here is the content of the POM file.
<?xml version="1.0"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.gleamynode</groupId>
<artifactId>netty2</artifactId>
<version>1.9.2</version>
<packaging>jar</packaging>
<name>Netty2</name>
<url>http://www.gleamynode.net/opensource</url>
<description>An event-driven NIO framework</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://wush.net/svn/trustin/tl-netty2/trunk/</url>
</scm>
<dependencies>
</dependencies>
</project>