libnetty

A set of some useful libraries based on netty4.1.x.

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.github.fmjsjx
ArtifactId

ArtifactId

libnetty
Last Version

Last Version

1.3.2.Final
Release Date

Release Date

Type

Type

pom
Description

Description

libnetty
A set of some useful libraries based on netty4.1.x.
Project URL

Project URL

https://github.com/fmjsjx/libnetty
Source Code Management

Source Code Management

https://github.com/fmjsjx/libnetty

Download libnetty

Filename Size
libnetty-1.3.2.Final.pom 10 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty/ -->
<dependency>
    <groupId>com.github.fmjsjx</groupId>
    <artifactId>libnetty</artifactId>
    <version>1.3.2.Final</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty/
implementation 'com.github.fmjsjx:libnetty:1.3.2.Final'
// https://jarcasting.com/artifacts/com.github.fmjsjx/libnetty/
implementation ("com.github.fmjsjx:libnetty:1.3.2.Final")
'com.github.fmjsjx:libnetty:pom:1.3.2.Final'
<dependency org="com.github.fmjsjx" name="libnetty" rev="1.3.2.Final">
  <artifact name="libnetty" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fmjsjx', module='libnetty', version='1.3.2.Final')
)
libraryDependencies += "com.github.fmjsjx" % "libnetty" % "1.3.2.Final"
[com.github.fmjsjx/libnetty "1.3.2.Final"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • libnetty-bom
  • libnetty-example
  • libnetty-fastcgi
  • libnetty-handler
  • libnetty-http
  • libnetty-http-client
  • libnetty-http-server
  • libnetty-resp
  • libnetty-resp3
  • libnetty-transport

LibNetty Project

A set of some useful libraries based on netty4.1.x.

Modules

There are a number of modules in LibNetty, here is a quick overview:

libnetty-fastcgi

The libnetty-fastcgi module provides codec components for Fast-CGI.

libnetty-handler

The libnetty-handler module provides additional features for netty-handler.

libnetty-http

The libnetty-http module provides additional utility functions for HTTP/1.x.

libnetty-http-client

The libnetty-http-client module provides a simplified HTTP client, supports both synchronous and asynchronous(based on JDK8+ CompletableFuture) APIs.

libnetty-http-server

The libnetty-http-server module provides a simplified HTTP server framework.

libnetty-resp

The libnetty-resp module provides codec components for RESP(REdis Serialization Protocol).

libnetty-resp3

The libnetty-resp3 module provides codec components for RESP3 specification.

libnetty-transport

The libnetty-transport module provides additional features, such as auto-selection of java/native transport, for netty-transport.

Versions

Version
1.3.2.Final
1.3.1.Final
1.3.0.Final
1.2.2.Final
1.2.1.Final
1.2.0.Final
1.1.5.Final
1.1.4.Final
1.1.3.Final
1.1.2.Final
1.1.1.Final
1.1.0.Final
1.0.1.Final