DotNetty.Codecs
0.2.6
See the version list below for details.
dotnet add package DotNetty.Codecs --version 0.2.6
NuGet\Install-Package DotNetty.Codecs -Version 0.2.6
<PackageReference Include="DotNetty.Codecs" Version="0.2.6" />
<PackageVersion Include="DotNetty.Codecs" Version="0.2.6" />
<PackageReference Include="DotNetty.Codecs" />
paket add DotNetty.Codecs --version 0.2.6
#r "nuget: DotNetty.Codecs, 0.2.6"
#:package DotNetty.Codecs@0.2.6
#addin nuget:?package=DotNetty.Codecs&version=0.2.6
#tool nuget:?package=DotNetty.Codecs&version=0.2.6
Common wire format codecs DotNetty.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- DotNetty.Buffers (>= 0.2.6)
- DotNetty.Common (>= 0.2.6)
- DotNetty.Transport (>= 0.2.6)
NuGet packages (127)
Showing the top 5 NuGet packages that depend on DotNetty.Codecs:
| Package | Downloads |
|---|---|
|
DotNetty.Handlers
Application handlers for DotNetty |
|
|
DotNetty.Codecs.Mqtt
MQTT codec for DotNetty |
|
|
Hunter.NATS.Client
Package Description |
|
|
DotNetty.Codecs.Http
Http codec for DotNetty |
|
|
Hunter.STAN.Client
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.7.6 | 4,287,525 | 3/25/2024 |
| 0.7.5 | 851,054 | 8/31/2022 |
| 0.7.4 | 18,556 | 8/5/2022 |
| 0.7.2 | 220,564 | 3/2/2022 |
| 0.7.0 | 4,346,989 | 8/3/2021 |
| 0.6.0 | 9,126,236 | 10/8/2018 |
| 0.5.0 | 248,724 | 8/16/2018 |
| 0.4.8 | 528,908 | 5/4/2018 |
| 0.4.7 | 572,759 | 11/6/2017 |
| 0.4.6 | 348,365 | 8/2/2017 |
| 0.4.5 | 65,149 | 5/18/2017 |
| 0.4.4 | 171,613 | 3/31/2017 |
| 0.4.3 | 82,096 | 3/22/2017 |
| 0.4.2 | 8,886 | 2/9/2017 |
| 0.4.1 | 15,262 | 1/26/2017 |
| 0.4.0 | 6,879 | 11/25/2016 |
| 0.3.2 | 10,621 | 6/22/2016 |
| 0.2.6 | 3,422 | 4/28/2016 |
- 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).