DotNetty.Handlers
0.3.0
See the version list below for details.
dotnet add package DotNetty.Handlers --version 0.3.0
NuGet\Install-Package DotNetty.Handlers -Version 0.3.0
<PackageReference Include="DotNetty.Handlers" Version="0.3.0" />
paket add DotNetty.Handlers --version 0.3.0
#r "nuget: DotNetty.Handlers, 0.3.0"
// Install DotNetty.Handlers as a Cake Addin #addin nuget:?package=DotNetty.Handlers&version=0.3.0 // Install DotNetty.Handlers as a Cake Tool #tool nuget:?package=DotNetty.Handlers&version=0.3.0
TLS and other handler support 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.3.0)
- DotNetty.Codecs (>= 0.3.0)
- DotNetty.Common (>= 0.3.0)
- DotNetty.Transport (>= 0.3.0)
NuGet packages (82)
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
Remoting support for Akka.NET. Allows actors to communicate over the network. |
|
Microsoft.Azure.Devices.Provisioning.Transport.Mqtt
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
|
|
blizzless/blizzless-diiis
Fully-functional open-source server implementation for Diablo 3
|
|
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects
|
|
Azure/azure-iot-sdk-csharp
A C# SDK for connecting devices to Microsoft Azure IoT services
|
Version | Downloads | Last updated |
---|---|---|
0.7.6 | 566,845 | 3/25/2024 |
0.7.5 | 571,888 | 8/31/2022 |
0.7.4 | 14,433 | 8/5/2022 |
0.7.2 | 195,075 | 3/2/2022 |
0.7.0 | 3,369,342 | 8/3/2021 |
0.6.0 | 7,708,138 | 10/8/2018 |
0.5.0 | 231,836 | 8/16/2018 |
0.4.8 | 447,386 | 5/4/2018 |
0.4.7 | 435,385 | 11/6/2017 |
0.4.6 | 315,193 | 8/2/2017 |
0.4.5 | 59,796 | 5/18/2017 |
0.4.4 | 162,174 | 3/31/2017 |
0.4.3 | 78,409 | 3/22/2017 |
0.4.2 | 2,394 | 2/9/2017 |
0.4.1 | 12,734 | 1/26/2017 |
0.4.0 | 2,711 | 11/25/2016 |
0.3.2 | 8,872 | 6/22/2016 |
0.3.1 | 2,630 | 6/2/2016 |
0.3.0 | 1,835 | 5/14/2016 |
0.2.6 | 1,980 | 4/28/2016 |
0.2.5 | 1,599 | 4/15/2016 |
0.2.3 | 1,813 | 2/10/2016 |
0.2.2 | 2,465 | 1/31/2016 |
0.2.1 | 1,885 | 12/9/2015 |
0.2.0 | 1,693 | 11/17/2015 |
0.1.3 | 2,387 | 9/27/2015 |
- BREAKING CHANGE: default byte buffer is now PooledByteBufferAllocator (unless overriden through environment variable).
- Port of PooledByteBuffer (support for flexible buffer sizes).
- Enables sending of multiple buffers in a single socket call.
- Refreshed DefaultChannelPipeline, AbstractChannelHandlerContext.
- Port of JsonObjectDecoder, DelimeterBasedFrameDecoder.
- Fixes to async sending in TcpSocketChannel.
- IoBufferCount, GetIoBuffer(s) introduced in IByteBuffer.