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

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    io.micronaut.http.server.netty.HttpContentSubscriberFactory
    Unused now
    io.micronaut.http.server.netty.NettyEmbeddedServices.getDomainServerChannelInstance(EventLoopGroupConfiguration)
    Use NettyEmbeddedServices.getChannelInstance(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.server.netty.NettyEmbeddedServices.getServerSocketChannelInstance(EventLoopGroupConfiguration)
    Use NettyEmbeddedServices.getChannelInstance(NettyChannelType, EventLoopGroupConfiguration) instead
  • Deprecated Interfaces
    Interface
    Description
    io.micronaut.http.server.netty.HttpContentProcessor
    Use the MessageBodyReader API instead
    io.micronaut.http.server.netty.HttpContentSubscriberFactory
    Unused now
  • Deprecated Methods
    Method
    Description
    io.micronaut.http.server.netty.ByteBufDelegate.order()
    io.micronaut.http.server.netty.ByteBufDelegate.order(ByteOrder)
    io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings.getPushEnabled()
    The SETTINGS_ENABLE_PUSH setting makes no sense when sent by the server, and clients must reject any setting except false (the default) according to the spec.
    io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.Http2Settings.setPushEnabled(Boolean)
    The SETTINGS_ENABLE_PUSH setting makes no sense when sent by the server, and clients must reject any setting except false (the default) according to the spec. Netty will refuse to write this setting altogether. To prevent this, this setter now does nothing and will be removed in a future release.
    io.micronaut.http.server.netty.handler.accesslog.element.AccessLog.onRequestHeaders(SocketChannel, String, HttpHeaders, String, String)
    Use AccessLog.onRequestHeaders(ConnectionMetadata, String, HttpHeaders, String, String) instead
    io.micronaut.http.server.netty.handler.accesslog.element.LogElement.onRequestHeaders(SocketChannel, String, HttpHeaders, String, String)
    Does not work for unix or embedded channels. Please implement and use LogElement.onRequestHeaders(ConnectionMetadata, String, HttpHeaders, String, String) instead.
    io.micronaut.http.server.netty.NettyEmbeddedServices.getDomainServerChannelInstance(EventLoopGroupConfiguration)
    Use NettyEmbeddedServices.getChannelInstance(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.server.netty.NettyEmbeddedServices.getServerSocketChannelInstance(EventLoopGroupConfiguration)
    Use NettyEmbeddedServices.getChannelInstance(NettyChannelType, EventLoopGroupConfiguration) instead
    io.micronaut.http.server.netty.NettyHttpRequest.toHttpRequest()
  • Deprecated Constructors
    Constructor
    Description
    io.micronaut.http.server.netty.configuration.NettyHttpServerConfiguration.FileTypeHandlerConfiguration(Integer, Boolean)