netty5/transport-native-kqueue/src/main/java/io/netty/channel/kqueue
Norman Maurer 1275cfd8f8
Add *ReceiveBufferSize / *SendBufferSize methods to DomainSocketChannelConfig interface (#9602)
Motivation:

aebe206 added support for using a ChannelOption to set / get Buffer sizes but did not add the methods to the DomainSocketChannelConfig interface itself (due not be able to break the API)

Modifications:

Add methods to interface (as this is a next major release)

Result:

Easier access to configure these buffer sizes
2019-09-26 08:58:22 +02:00
..
AbstractKQueueChannel.java Correctly reset cached local and remote address when disconnect() is called (#9545) 2019-09-19 08:51:23 +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 Correctly reset cached local and remote address when disconnect() is called (#9545) 2019-09-19 08:51:23 +02: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 Add *ReceiveBufferSize / *SendBufferSize methods to DomainSocketChannelConfig interface (#9602) 2019-09-26 08:58:22 +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