Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    io.micronaut.http.netty.channel.EventLoopGroupFactory.clientSocketChannelClass(EventLoopGroupConfiguration)
    Use EventLoopGroupFactory.channelClass(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.clientSocketChannelInstance(EventLoopGroupConfiguration)
    Use EventLoopGroupFactory.channelInstance(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.domainServerSocketChannelClass()
    Use EventLoopGroupFactory.channelClass(NettyChannelType) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.domainServerSocketChannelClass(EventLoopGroupConfiguration)
    Use EventLoopGroupFactory.channelClass(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.domainServerSocketChannelInstance(EventLoopGroupConfiguration)
    Use EventLoopGroupFactory.channelInstance(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.serverSocketChannelClass()
    Use EventLoopGroupFactory.channelClass(NettyChannelType) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.serverSocketChannelClass(EventLoopGroupConfiguration)
    Use EventLoopGroupFactory.channelClass(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.serverSocketChannelInstance(EventLoopGroupConfiguration)
    Use EventLoopGroupFactory.channelInstance(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.netty.channel.NettyThreadFactory.DEFAULT_EVENT_LOOP_THREADS
    Non-functional, replaced by NettyThreadFactory.getDefaultEventLoopThreads().
    io.micronaut.http.netty.channel.NettyThreadFactory.getDefaultEventLoopThreads()
    io.micronaut.http.netty.NettyHttpRequestBuilder.isStream()
    Go through NettyHttpRequestBuilder.toHttpRequestDirect() and NettyHttpRequestBuilder.toHttpRequestWithoutBody() instead
    io.micronaut.http.netty.NettyHttpRequestBuilder.toHttpRequest()
    Go through NettyHttpRequestBuilder.toHttpRequestDirect() and NettyHttpRequestBuilder.toHttpRequestWithoutBody() instead
    io.micronaut.http.netty.NettyHttpRequestBuilder.toHttpRequest(HttpRequest<?>)
    Go through NettyHttpRequestBuilder.toHttpRequestDirect() and NettyHttpRequestBuilder.toHttpRequestWithoutBody() instead
    io.micronaut.http.netty.NettyHttpRequestBuilder.toStreamHttpRequest()
    Go through NettyHttpRequestBuilder.toHttpRequestDirect() and NettyHttpRequestBuilder.toHttpRequestWithoutBody() instead
    io.micronaut.http.netty.websocket.WebSocketMessageEncoder(MediaTypeCodecRegistry)
    Not used anymore
  • Deprecated Interfaces
    Interface
    Description
    io.micronaut.http.netty.channel.ChannelPipelineListener
    Use NettyClientCustomizer or NettyServerCustomizer instead.
  • Deprecated Fields
    Field
    Description
    io.micronaut.http.netty.channel.NettyThreadFactory.DEFAULT_EVENT_LOOP_THREADS
    Non-functional, replaced by NettyThreadFactory.getDefaultEventLoopThreads().
  • Deprecated Methods
    Method
    Description
    io.micronaut.http.netty.channel.ChannelPipelineCustomizer.doOnConnect(ChannelPipelineListener)
    Use NettyClientCustomizer or NettyServerCustomizer instead.
    io.micronaut.http.netty.channel.ChannelPipelineCustomizer.isClientChannel()
    Use NettyClientCustomizer or NettyServerCustomizer instead.
    io.micronaut.http.netty.channel.ChannelPipelineCustomizer.isServerChannel()
    Use NettyClientCustomizer or NettyServerCustomizer instead.
    io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory.createEventLoopGroup(int, ThreadFactory, Integer)
    io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory.createEventLoopGroup(int, Executor, Integer)
    io.micronaut.http.netty.channel.DefaultEventLoopGroupFactory.createEventLoopGroup(EventLoopGroupConfiguration, ThreadFactory)
    io.micronaut.http.netty.channel.EventLoopGroupFactory.channelInstance(NettyChannelType, EventLoopGroupConfiguration, int)
    Use EventLoopGroupFactory.channelInstance(NettyChannelType, EventLoopGroupConfiguration, Channel, int) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.clientSocketChannelClass(EventLoopGroupConfiguration)
    Use EventLoopGroupFactory.channelClass(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.clientSocketChannelInstance(EventLoopGroupConfiguration)
    Use EventLoopGroupFactory.channelInstance(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.createEventLoopGroup(int, Integer)
    Go through EventLoopGroupFactory.createIoHandlerFactory(EventLoopGroupConfiguration)
    io.micronaut.http.netty.channel.EventLoopGroupFactory.createEventLoopGroup(int, ThreadFactory, Integer)
    Go through EventLoopGroupFactory.createIoHandlerFactory(EventLoopGroupConfiguration)
    io.micronaut.http.netty.channel.EventLoopGroupFactory.createEventLoopGroup(int, Executor, Integer)
    Go through EventLoopGroupFactory.createIoHandlerFactory(EventLoopGroupConfiguration)
    io.micronaut.http.netty.channel.EventLoopGroupFactory.createEventLoopGroup(EventLoopGroupConfiguration, ThreadFactory)
    Go through EventLoopGroupFactory.createIoHandlerFactory(EventLoopGroupConfiguration)
    io.micronaut.http.netty.channel.EventLoopGroupFactory.domainServerSocketChannelClass()
    Use EventLoopGroupFactory.channelClass(NettyChannelType) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.domainServerSocketChannelClass(EventLoopGroupConfiguration)
    Use EventLoopGroupFactory.channelClass(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.domainServerSocketChannelInstance(EventLoopGroupConfiguration)
    Use EventLoopGroupFactory.channelInstance(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.serverSocketChannelClass()
    Use EventLoopGroupFactory.channelClass(NettyChannelType) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.serverSocketChannelClass(EventLoopGroupConfiguration)
    Use EventLoopGroupFactory.channelClass(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.netty.channel.EventLoopGroupFactory.serverSocketChannelInstance(EventLoopGroupConfiguration)
    Use EventLoopGroupFactory.channelInstance(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.netty.channel.NettyThreadFactory.getDefaultEventLoopThreads()
    io.micronaut.http.netty.NettyHttpRequestBuilder.isStream()
    Go through NettyHttpRequestBuilder.toHttpRequestDirect() and NettyHttpRequestBuilder.toHttpRequestWithoutBody() instead
    io.micronaut.http.netty.NettyHttpRequestBuilder.toFullHttpRequest()
    io.micronaut.http.netty.NettyHttpRequestBuilder.toHttpRequest()
    Go through NettyHttpRequestBuilder.toHttpRequestDirect() and NettyHttpRequestBuilder.toHttpRequestWithoutBody() instead
    io.micronaut.http.netty.NettyHttpRequestBuilder.toHttpRequest(HttpRequest<?>)
    Go through NettyHttpRequestBuilder.toHttpRequestDirect() and NettyHttpRequestBuilder.toHttpRequestWithoutBody() instead
    io.micronaut.http.netty.NettyHttpRequestBuilder.toHttpRequestDirect()
    Go through NettyHttpRequestBuilder.toHttpRequestWithoutBody() and NettyHttpRequestBuilder.byteBodyDirect() instead
    io.micronaut.http.netty.NettyHttpRequestBuilder.toStreamHttpRequest()
    Go through NettyHttpRequestBuilder.toHttpRequestDirect() and NettyHttpRequestBuilder.toHttpRequestWithoutBody() instead
    io.micronaut.http.netty.NettyHttpResponseBuilder.toFullHttpResponse(HttpResponse<?>, ByteBuf)
    Unused
  • Deprecated Constructors
    Constructor
    Description
    io.micronaut.http.netty.channel.DefaultEventLoopGroupConfiguration(String, int, Integer, boolean, String, Duration, Duration)
    io.micronaut.http.netty.channel.NettyThreadFactory()
    Pass the config instead, through NettyThreadFactory(NettyGlobalConfiguration)
    io.micronaut.http.netty.websocket.WebSocketMessageEncoder(MediaTypeCodecRegistry)
    Not used anymore