Package | Description |
---|---|
io.netty.channel.socket |
Abstract TCP and UDP socket interfaces which extend the core channel API.
|
io.netty.channel.unix |
Unix specific transport.
|
Modifier and Type | Class and Description |
---|---|
class |
DatagramPacket
The message container that is used for
DatagramChannel to communicate with the remote peer. |
Modifier and Type | Class and Description |
---|---|
class |
DomainDatagramPacket
The message container that is used for
DomainDatagramChannel to communicate with the remote peer. |
class |
SegmentedDatagramPacket
Allows to use GSO
if the underlying OS supports it.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.