netty5/transport-native-kqueue/src/main/java/io/netty/channel/kqueue
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
..
AbstractKQueueChannel.java KQueueEventLoop | EpollEventLoop may incorrectly update registration when FD is reused. 2019-05-22 10:11:42 +02:00
AbstractKQueueServerChannel.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
AbstractKQueueStreamChannel.java DefaultFileRegion.transferTo with invalid count may cause busy-spin (#8885) 2019-02-26 11:21:03 +01:00
AcceptFilter.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
BsdSocket.java Only use static Exception instances when we can ensure addSuppressed … (#9152) 2019-05-17 22:42:53 +02:00
KQueue.java Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:10:14 +02:00
KQueueChannelConfig.java Fix minor spelling issues in javadocs (#8701) 2019-01-14 07:25:13 +01:00
KQueueChannelOption.java Fix minor spelling issues in javadocs (#8701) 2019-01-14 07:25:13 +01:00
KQueueDatagramChannel.java migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
KQueueDatagramChannelConfig.java Avoid repeating the same field and hiding it (#8335) 2018-09-28 17:37:14 +02:00
KQueueDomainSocketChannel.java Tighten contract between Channel and EventLoop by require the EventLoop on Channel construction. (#8587) 2019-01-14 20:11:13 +01:00
KQueueDomainSocketChannelConfig.java remove unused imports (#9287) 2019-06-26 21:16:16 +02:00
KQueueEventArray.java Fix ClassCastException and native crash when using kqueue transport. (#8665) 2018-12-19 12:14:11 +01:00
KQueueEventLoopGroup.java Decouple EventLoop details from the IO handling for each transport to… (#8680) 2019-01-23 08:32:05 +01:00
KQueueHandler.java KQueueEventLoop | EpollEventLoop may incorrectly update registration when FD is reused. 2019-05-22 10:11:42 +02:00
KQueueRecvByteAllocatorHandle.java Have (Epoll|KQueue)RecvByteAllocatorHandle extend DelegatingHandle (#9060) 2019-04-16 09:21:43 +02:00
KQueueRegistration.java Make it possible to use a wrapped EventLoop with a Channel (#8677) 2019-01-17 09:17:51 +01:00
KQueueServerChannelConfig.java All override methods must be added @override (#9285) 2019-06-27 13:52:06 +02:00
KQueueServerDomainSocketChannel.java Tighten contract between Channel and EventLoop by require the EventLoop on Channel construction. (#8587) 2019-01-14 20:11:13 +01:00
KQueueServerSocketChannel.java Make it possible to use a wrapped EventLoop with a Channel (#8677) 2019-01-17 09:17:51 +01:00
KQueueServerSocketChannelConfig.java Avoid repeating the same field and hiding it (#8335) 2018-09-28 17:37:14 +02:00
KQueueSocketChannel.java Make it possible to use a wrapped EventLoop with a Channel (#8677) 2019-01-17 09:17:51 +01:00
KQueueSocketChannelConfig.java Avoid repeating the same field and hiding it (#8335) 2018-09-28 17:37:14 +02:00
KQueueStaticallyReferencedJniMethods.java KQueue detect peer close without EVFILT_READ 2017-08-18 11:00:18 -07:00
Native.java Fix minor spelling issues in javadocs (#8701) 2019-01-14 07:25:13 +01:00
NativeLongArray.java Allow to use native transports when sun.misc.Unsafe is not present on… (#8231) 2018-08-29 19:36:33 +02:00
package-info.java New native transport for kqueue 2017-05-03 09:53:22 -07:00