Class DefaultChannelOptionFactory
- java.lang.Object
-
- io.micronaut.http.netty.channel.converters.DefaultChannelOptionFactory
-
- All Implemented Interfaces:
ChannelOptionFactory
@Internal @Requires(missingBeans={EpollChannelOptionFactory.class,KQueueChannelOptionFactory.class}) @Singleton public class DefaultChannelOptionFactory extends java.lang.Object implements ChannelOptionFactoryCreates channel options.
-
-
Constructor Summary
Constructors Constructor Description DefaultChannelOptionFactory()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.micronaut.http.netty.channel.converters.ChannelOptionFactory
channelOption, convertValue
-
-