DotNetty.Handlers 0.3.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package DotNetty.Handlers --version 0.3.2
NuGet\Install-Package DotNetty.Handlers -Version 0.3.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DotNetty.Handlers" Version="0.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetty.Handlers --version 0.3.2
#r "nuget: DotNetty.Handlers, 0.3.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DotNetty.Handlers as a Cake Addin
#addin nuget:?package=DotNetty.Handlers&version=0.3.2

// Install DotNetty.Handlers as a Cake Tool
#tool nuget:?package=DotNetty.Handlers&version=0.3.2

TLS and other handler support DotNetty.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (80)

Showing the top 5 NuGet packages that depend on DotNetty.Handlers:

Package Downloads
Microsoft.Azure.Devices.Client The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Device SDK for Azure IoT Hub

Akka.Remote The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Remoting support for Akka.NET. Allows actors to communicate over the network.

Microsoft.Azure.Devices.Provisioning.Transport.Mqtt The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provisioning Device Client MQTT Transport for Azure IoT Devices

DotNetty.Codecs.Http

Http codec for DotNetty

Matrix.vNext

MatriX vNext

GitHub repositories (17)

Showing the top 5 popular GitHub repositories that depend on DotNetty.Handlers:

Repository Stars
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
fanliang11/surging
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
Azure/iotedge
The IoT Edge OSS project
blizzless/blizzless-diiis
Fully-functional open-source server implementation for Diablo 3
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects
Version Downloads Last updated
0.7.6 212 3/25/2024
0.7.5 331,097 8/31/2022
0.7.4 12,667 8/5/2022
0.7.2 190,992 3/2/2022
0.7.0 2,780,817 8/3/2021
0.6.0 7,107,785 10/8/2018
0.5.0 228,867 8/16/2018
0.4.8 442,795 5/4/2018
0.4.7 421,810 11/6/2017
0.4.6 304,691 8/2/2017
0.4.5 58,849 5/18/2017
0.4.4 160,230 3/31/2017
0.4.3 77,067 3/22/2017
0.4.2 2,329 2/9/2017
0.4.1 12,639 1/26/2017
0.4.0 2,614 11/25/2016
0.3.2 8,798 6/22/2016
0.3.1 2,534 6/2/2016
0.3.0 1,754 5/14/2016
0.2.6 1,912 4/28/2016
0.2.5 1,538 4/15/2016
0.2.3 1,741 2/10/2016
0.2.2 2,212 1/31/2016
0.2.1 1,805 12/9/2015
0.2.0 1,622 11/17/2015
0.1.3 2,251 9/27/2015

- Better API alignment with final version of netty 4.1 (#125).
- Exposed API for flexible TlsHandler initialization (#132, #134).