netty5/transport-native-epoll/src/main/java/io/netty/channel/epoll
jingene af614e4d6e Change the netty.io homepage scheme(http -> https) (#9344)
Motivation:

Netty homepage(netty.io) serves both "http" and "https".
It's recommended to use https than http.
Modification:

I changed from "http://netty.io" to "https://netty.io"
Result:

No effects.
2019-07-09 21:10:14 +02:00
..
AbstractEpollChannel.java remove unused imports (#9287) 2019-06-26 21:16:16 +02:00
AbstractEpollServerChannel.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
AbstractEpollStreamChannel.java Only use static Exception instances when we can ensure addSuppressed … (#9152) 2019-05-17 22:42:53 +02:00
Epoll.java Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00
EpollChannelConfig.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
EpollChannelOption.java Allow to configure socket option SO_BUSY_POLL (#8268) 2018-09-07 20:50:51 +02:00
EpollDatagramChannel.java Correctly detect InternetProtocolFamily when EpollDatagramChannel is created with existing FileDescriptor (#9185) 2019-05-26 20:30:05 +02:00
EpollDatagramChannelConfig.java Add support for loopbackmode and accessing the configured interface when using epoll native transport with multicast (#9218) 2019-06-07 13:45:45 -07:00
EpollDomainSocketChannel.java Tighten contract between Channel and EventLoop by require the EventLoop on Channel construction. (#8587) 2019-01-14 20:11:13 +01:00
EpollDomainSocketChannelConfig.java Remove static wildcard imports in EpollDomainSocketChannelConfig (#9066) 2019-04-18 07:34:08 +02:00
EpollEventArray.java Allow to use native transports when sun.misc.Unsafe is not present on… (#8231) 2018-08-29 19:36:33 +02:00
EpollEventLoopGroup.java remove unused import statement (#8792) 2019-01-28 16:50:15 +01:00
EpollHandler.java Properly debounce wakeups (#9191) 2019-06-04 05:27:15 -07:00
EpollMode.java Allow to change epoll mode 2015-02-04 21:37:34 +01:00
EpollRecvByteAllocatorHandle.java Have (Epoll|KQueue)RecvByteAllocatorHandle extend DelegatingHandle (#9060) 2019-04-16 09:21:43 +02:00
EpollRecvByteAllocatorStreamingHandle.java Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +01:00
EpollRegistration.java Make it possible to use a wrapped EventLoop with a Channel (#8677) 2019-01-17 09:17:51 +01:00
EpollServerChannelConfig.java All override methods must be added @override (#9285) 2019-06-27 13:52:06 +02:00
EpollServerDomainSocketChannel.java Tighten contract between Channel and EventLoop by require the EventLoop on Channel construction. (#8587) 2019-01-14 20:11:13 +01:00
EpollServerSocketChannel.java Make it possible to use a wrapped EventLoop with a Channel (#8677) 2019-01-17 09:17:51 +01:00
EpollServerSocketChannelConfig.java Avoid repeating the same field and hiding it (#8335) 2018-09-28 17:37:14 +02:00
EpollSocketChannel.java Make it possible to use a wrapped EventLoop with a Channel (#8677) 2019-01-17 09:17:51 +01:00
EpollSocketChannelConfig.java Avoid repeating the same field and hiding it (#8335) 2018-09-28 17:37:14 +02:00
EpollTcpInfo.java Correctly handle unsigned int values returned from TCP_INFO 2017-07-25 16:18:52 +02:00
LinuxSocket.java remove unused imports (#9287) 2019-06-26 21:16:16 +02:00
Native.java Added UDP multicast (with caveats: getInterface, getNetworkInterface, block or loopback-mode-disabled operations). 2019-05-25 10:06:13 +02:00
NativeDatagramPacketArray.java Reduce direct memory overhead per EpollEventLoop when using EpollDatagramChannel (#8825) 2019-02-02 07:14:53 +01:00
NativeStaticallyReferencedJniMethods.java Native EPOLL Library Allows Shading 2016-02-03 14:40:28 -08:00
TcpMd5Util.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
package-info.java Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00