Class MultiPromise

java.lang.Object
org.jboss.resteasy.plugins.server.netty.MultiPromise

@Deprecated(forRemoval=true, since="6.2.13.Final") public class MultiPromise extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
use the new dependencies
  • Constructor Summary

    Constructors
    Constructor
    Description
    MultiPromise(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.ChannelPromise promise)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.netty.channel.ChannelPromise
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MultiPromise

      public MultiPromise(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.ChannelPromise promise)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • newPromise

      public io.netty.channel.ChannelPromise newPromise()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • readyToForward

      public void readyToForward()
      Deprecated, for removal: This API element is subject to removal in a future version.