DotNetty.Handlers
0.2.6
See the version list below for details.
Install-Package DotNetty.Handlers -Version 0.2.6
dotnet add package DotNetty.Handlers --version 0.2.6
<PackageReference Include="DotNetty.Handlers" Version="0.2.6" />
paket add DotNetty.Handlers --version 0.2.6
#r "nuget: DotNetty.Handlers, 0.2.6"
// Install DotNetty.Handlers as a Cake Addin
#addin nuget:?package=DotNetty.Handlers&version=0.2.6
// Install DotNetty.Handlers as a Cake Tool
#tool nuget:?package=DotNetty.Handlers&version=0.2.6
TLS and other handler support DotNetty.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- DotNetty.Buffers (>= 0.2.6)
- DotNetty.Codecs (>= 0.2.6)
- DotNetty.Common (>= 0.2.6)
- DotNetty.Transport (>= 0.2.6)
NuGet packages (66)
Showing the top 5 NuGet packages that depend on DotNetty.Handlers:
Package | Downloads |
---|---|
Microsoft.Azure.Devices.Client
Device SDK for Azure IoT Hub |
|
Akka.Remote
Remote actor support for Akka.NET |
|
Microsoft.Azure.Devices.Provisioning.Transport.Mqtt
Provisioning Device Client MQTT Transport for Azure IoT Devices |
|
Microsoft.Azure.Devices.ProtocolGateway.Core
This library contains the core components of Azure IoT protocol gateway that enables protocol translation for Azure IoT Hub. |
|
DotNetty.Codecs.Http
Http codec for DotNetty |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on DotNetty.Handlers:
Repository | Stars |
---|---|
akkadotnet/akka.net
Port of Akka actors for .NET
|
|
NethermindEth/nethermind
Our flagship .NET Core Ethereum client for Linux, Windows, MacOs - full and actively developed.
|
|
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects https://redirect.sonarsource.com/plugins/vbnet.html
|
|
Azure/azure-iot-sdk-csharp
A C# SDK for connecting devices to Microsoft Azure IoT services
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
Version | Downloads | Last updated |
---|---|---|
0.7.4 | 85 | 8/5/2022 |
0.7.2 | 33,570 | 3/2/2022 |
0.7.0 | 563,605 | 8/3/2021 |
0.6.0 | 4,687,662 | 10/8/2018 |
0.5.0 | 211,019 | 8/16/2018 |
0.4.8 | 390,587 | 5/4/2018 |
0.4.7 | 356,630 | 11/6/2017 |
0.4.6 | 267,557 | 8/2/2017 |
0.4.5 | 50,065 | 5/18/2017 |
0.4.4 | 148,277 | 3/31/2017 |
0.4.3 | 63,098 | 3/22/2017 |
0.4.2 | 1,672 | 2/9/2017 |
0.4.1 | 11,630 | 1/26/2017 |
0.4.0 | 1,892 | 11/25/2016 |
0.3.2 | 8,073 | 6/22/2016 |
0.3.1 | 1,750 | 6/2/2016 |
0.3.0 | 1,157 | 5/14/2016 |
0.2.6 | 1,275 | 4/28/2016 |
0.2.5 | 924 | 4/15/2016 |
0.2.3 | 1,161 | 2/10/2016 |
0.2.2 | 1,285 | 1/31/2016 |
0.2.1 | 1,185 | 12/9/2015 |
0.2.0 | 977 | 11/17/2015 |
0.1.3 | 1,498 | 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).