Class | 描述 |
---|---|
AbstractEpollServerChannel | |
AbstractEpollStreamChannel | |
Epoll |
告诉是否支持
netty-transport-native-epoll 。
|
EpollChannelConfig | |
EpollChannelOption<T> | |
EpollDatagramChannel |
DatagramChannel 使用linux EPOLL Edge-Triggered Mode实现最高性能。
|
EpollDatagramChannelConfig | |
EpollDomainSocketChannel | |
EpollDomainSocketChannelConfig | |
EpollEventLoopGroup |
EventLoopGroup 其中使用epoll的封面。
|
EpollServerChannelConfig | |
EpollServerDomainSocketChannel | |
EpollServerSocketChannel |
ServerSocketChannel 使用linux EPOLL边缘触发模式实现最高性能。
|
EpollServerSocketChannelConfig | |
EpollSocketChannel |
SocketChannel 使用linux EPOLL边缘触发模式实现最高性能。
|
EpollSocketChannelConfig | |
EpollTcpInfo |
struct tcp_info {__u8 tcpi_state;
__u8 tcpi_ca_state;
__u8 tcpi_retransmits;
__u8 tcpi_probes;
__u8 tcpi_backoff;
__u8 tcpi_options;
__u8 tcpi_snd_wscale:4,tcpi_rcv_wscale:4;
__u32 tcpi_rto;
__u32 tcpi_ato;
__u32 tcpi_snd_mss;
__u32 tcpi_rcv_mss;
__u32 tcpi_unacked;
__u32 tcpi_sacked;
__u32 tcpi_lost;
__u32 tcpi_retrans;
__u32 tcpi_fackets;
__u32 tcpi_last_data_sent;
__u32 tcpi_last_ack_sent;
__u32 tcpi_last_data_recv;
__u32 tcpi_last_ack_recv;
__u32 tcpi_pmtu;
__u32 tcpi_rcv_ssthresh;
__u32 tcpi_rtt;
__u32 tcpi_rttvar;
__u32 tcpi_snd_ssthresh;
__u32 tcpi_snd_cwnd;
__u32 tcpi_advmss;
__u32 tcpi_reordering;
__u32 tcpi_rcv_rtt;
__u32 tcpi_rcv_space;
__u32 tcpi_total_retrans;
};
|
Native |
本机帮助程序方法
仅限内部使用!
|
Enum | 描述 |
---|---|
EpollMode |
要使用的
epoll模式。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.