See: Description
| Package | Description | 
|---|---|
| reactor.netty | Main Reactor Netty Contracts used by all client and server implementations | 
| reactor.netty.channel | Netty <-> Reactive Streams bridge via channel handler. | 
| reactor.netty.http | Common components for writing HTTP-based clients and servers using Reactor
 abstractions. | 
| reactor.netty.http.client | Http Client abstractions and factory | 
| reactor.netty.http.server | Http Server abstractions and factory | 
| reactor.netty.http.websocket | |
| reactor.netty.resources | Contracts for managing connections via
  ConnectionProviderand event-loop resources viaLoopResources | 
| reactor.netty.tcp | Components for writing TCP-based clients and servers using Reactor abstractions. | 
| reactor.netty.udp | Components for writing TCP-based clients and servers using Reactor abstractions. |