DotNetty.Buffers
0.2.6
See the version list below for details.
Install-Package DotNetty.Buffers -Version 0.2.6
dotnet add package DotNetty.Buffers --version 0.2.6
<PackageReference Include="DotNetty.Buffers" Version="0.2.6" />
paket add DotNetty.Buffers --version 0.2.6
#r "nuget: DotNetty.Buffers, 0.2.6"
// Install DotNetty.Buffers as a Cake Addin
#addin nuget:?package=DotNetty.Buffers&version=0.2.6
// Install DotNetty.Buffers as a Cake Tool
#tool nuget:?package=DotNetty.Buffers&version=0.2.6
Byte buffers support for DotNetty.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- DotNetty.Common (>= 0.2.6)
NuGet packages (53)
Showing the top 5 NuGet packages that depend on DotNetty.Buffers:
Package | Downloads |
---|---|
DotNetty.Transport
Transport model in DotNetty |
|
DotNetty.Codecs
General purpose codecs for DotNetty |
|
DotNetty.Handlers
Application handlers for DotNetty |
|
DotNetty.Codecs.Mqtt
MQTT codec for DotNetty |
|
DotNetty.Transport.Libuv
Libuv transport model in DotNetty |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on DotNetty.Buffers:
Repository | Stars |
---|---|
NethermindEth/nethermind
Our flagship .NET Core Ethereum client for Linux, Windows, MacOs - full and actively developed.
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
Coldairarrow/Coldairarrow.Fx.Net.Easyui.GitHub
A Web Rapid Development Framework For .NET4.52
|
Version | Downloads | Last updated |
---|---|---|
0.7.4 | 134 | 8/5/2022 |
0.7.2 | 37,984 | 3/2/2022 |
0.7.0 | 584,229 | 8/3/2021 |
0.6.0 | 4,978,319 | 10/8/2018 |
0.5.0 | 206,957 | 8/16/2018 |
0.4.8 | 437,336 | 5/4/2018 |
0.4.7 | 372,796 | 11/6/2017 |
0.4.6 | 278,411 | 8/2/2017 |
0.4.5 | 54,645 | 5/18/2017 |
0.4.4 | 153,987 | 3/31/2017 |
0.4.3 | 64,514 | 3/22/2017 |
0.4.2 | 6,516 | 2/9/2017 |
0.4.1 | 12,814 | 1/26/2017 |
0.4.0 | 4,280 | 11/25/2016 |
0.3.2 | 9,956 | 6/22/2016 |
0.3.1 | 2,213 | 6/2/2016 |
0.3.0 | 1,638 | 5/14/2016 |
0.2.6 | 1,720 | 4/28/2016 |
0.2.5 | 1,429 | 4/15/2016 |
0.2.3 | 2,136 | 2/10/2016 |
0.2.2 | 1,561 | 1/31/2016 |
0.2.1 | 1,505 | 12/9/2015 |
0.2.0 | 1,422 | 11/17/2015 |
0.1.3 | 1,881 | 9/27/2015 |
- TlsHandler negotiates TLS 1.0+ on server side (#89).
- STEE properly supports graceful shutdown (#7).
- UnpooledHeapByteBuffer.GetBytes honors received index and length (#88).
- Port of MessageToMessageDecoder, LineBasedFrameDecoder, StringDecoder, StringEncoder, ByteProcessor and ForEachByte family of methods on Byte Buffers (#86).