我是靠谱客的博主 儒雅冷风,最近开发中收集的这篇文章主要介绍netty php,netty,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

<<<<<<< HEAD

Netty Project

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.

Links

How to build

For the detailed information about building and developing Netty, please visit the developer guide. This page only gives very basic information.

You require the following to build Netty:

Latest stable Oracle JDK 7

Latest stable Apache Maven

If you are on Linux, you need additional development packages installed on your system, because you'll build the native transport.

Note that this is build-time requirement. JDK 5 (for 3.x) or 6 (for 4.0+) is enough to run your Netty-based application.

Branches to look

Development of all versions takes place in each branch whose name is identical to .. For example, the development of 3.9 and 4.0 resides in the branch '3.9' and the branch '4.0' respectively.

Usage with JDK 9

Netty can be used in modular JDK9 applications as a collection of automatic modules. The module names follow the

reverse-DNS style, and are derived from subproject names rather than root packages due to historical reasons. They

are listed below:

io.netty.all

io.netty.buffer

io.netty.codec

io.netty.codec.dns

io.netty.codec.haproxy

io.netty.codec.http

io.netty.codec.http2

io.netty.codec.memcache

io.netty.codec.mqtt

io.netty.codec.redis

io.netty.codec.smtp

io.netty.codec.socks

io.netty.codec.stomp

io.netty.codec.xml

io.netty.common

io.netty.handler

io.netty.handler.proxy

io.netty.resolver

io.netty.resolver.dns

io.netty.transport

io.netty.transport.epoll (native omitted - reserved keyword in Java)

io.netty.transport.kqueue (native omitted - reserved keyword in Java)

io.netty.transport.unix.common (native omitted - reserved keyword in Java)

io.netty.transport.rxtx

io.netty.transport.sctp

io.netty.transport.udt

Automatic modules do not provide any means to declare dependencies, so you need to list each used module separately

in your module-info file.

netty

Description

netty源码

Software Architecture

Software architecture description

Installation

xxxx

xxxx

xxxx

Instructions

xxxx

xxxx

xxxx

Contribution

Fork the repository

Create Feat_xxx branch

Commit your code

Create Pull Request

Gitee Feature

You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md

Explore open source project https://gitee.com/explore

The most valuable open source project GVP

5a2873e7d559228f7c71ae1a038823181a755556

最后

以上就是儒雅冷风为你收集整理的netty php,netty的全部内容,希望文章能够帮你解决netty php,netty所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(58)

评论列表共有 0 条评论

立即
投稿
返回
顶部