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 Details

    • DefaultChannelOptionFactory

      public DefaultChannelOptionFactory()