libnetty

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

Лицензия

Лицензия

Категории

Категории

Сеть Netty Networking
Группа

Группа

com.github.fmjsjx
Идентификатор

Идентификатор

libnetty
Последняя версия

Последняя версия

1.3.2.Final
Дата

Дата

Тип

Тип

pom
Описание

Описание

libnetty
A set of some useful libraries based on netty4.1.x.
Ссылка на сайт

Ссылка на сайт

https://github.com/fmjsjx/libnetty
Система контроля версий

Система контроля версий

https://github.com/fmjsjx/libnetty

Скачать libnetty

Имя Файла Размер
libnetty-1.3.2.Final.pom 10 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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.

Версии библиотеки

Версия
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