Class MultiPromise
java.lang.Object
org.jboss.resteasy.plugins.server.netty.MultiPromise
Deprecated, for removal: This API element is subject to removal in a future version.
use the new dependencies
-
Constructor Summary
ConstructorsConstructorDescriptionMultiPromise
(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 TypeMethodDescriptionio.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.
-
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.
-