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 Object
implements ChannelOptionFactory
Creates channel options.
- Author:
- croudet
-
Constructor Summary
-
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
-
Constructor Details
-
DefaultChannelOptionFactory
public DefaultChannelOptionFactory()
-