Uses of Interface
io.netty.channel.ChannelPromise
-
Packages that use ChannelPromise Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.embedded A virtualChannelthat helps wrapping a series of handlers to unit test the handlers or use them in non-I/O context.io.netty.channel.local A virtual transport that enables the communication between the two parties in the same virtual machine.io.netty.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.socket Abstract TCP and UDP socket interfaces which extend the core channel API.io.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.socket.oio Old blocking I/O based socket channel API implementation - recommended for a small number of connections (< 1000). -
-
Uses of ChannelPromise in io.netty.channel
Subinterfaces of ChannelPromise in io.netty.channel Modifier and Type Interface Description interfaceChannelProgressivePromiseSpecialChannelPromisewhich will be notified once the associated bytes is transferring.Classes in io.netty.channel that implement ChannelPromise Modifier and Type Class Description classDefaultChannelProgressivePromiseThe defaultChannelProgressivePromiseimplementation.classDefaultChannelPromiseThe defaultChannelPromiseimplementation.classDelegatingChannelPromiseNotifierclassVoidChannelPromiseMethods in io.netty.channel that return ChannelPromise Modifier and Type Method Description ChannelPromiseChannelPromise. addListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener)ChannelPromiseDefaultChannelPromise. addListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener)ChannelPromiseDelegatingChannelPromiseNotifier. addListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener)ChannelPromiseChannelPromise. addListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners)ChannelPromiseDefaultChannelPromise. addListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners)ChannelPromiseDelegatingChannelPromiseNotifier. addListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners)ChannelPromiseChannelPromise. await()ChannelPromiseDefaultChannelPromise. await()ChannelPromiseDelegatingChannelPromiseNotifier. await()ChannelPromiseChannelPromise. awaitUninterruptibly()ChannelPromiseDefaultChannelPromise. awaitUninterruptibly()ChannelPromiseDelegatingChannelPromiseNotifier. awaitUninterruptibly()default ChannelPromiseChannel. newPromise()ChannelPromiseChannelOutboundInvoker. newPromise()Return a newChannelPromise.default ChannelPromiseChannelPipeline. newPromise()ChannelPromiseDefaultChannelPipeline. newPromise()ChannelPromiseDefaultChannelPromise. promise()ChannelPromisePendingWriteQueue. remove()Removes a pending write operation and release it's message viaReferenceCountUtil.safeRelease(Object).ChannelPromiseChannelPromise. removeListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener)ChannelPromiseDefaultChannelPromise. removeListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener)ChannelPromiseDelegatingChannelPromiseNotifier. removeListener(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>> listener)ChannelPromiseChannelPromise. removeListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners)ChannelPromiseDefaultChannelPromise. removeListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners)ChannelPromiseDelegatingChannelPromiseNotifier. removeListeners(io.netty.util.concurrent.GenericFutureListener<? extends io.netty.util.concurrent.Future<? super Void>>... listeners)ChannelPromiseChannelPromise. setFailure(Throwable cause)ChannelPromiseDefaultChannelPromise. setFailure(Throwable cause)ChannelPromiseDelegatingChannelPromiseNotifier. setFailure(Throwable cause)ChannelPromiseChannelPromise. setSuccess()ChannelPromiseChannelPromise. setSuccess(Void result)ChannelPromiseDefaultChannelPromise. setSuccess()ChannelPromiseDefaultChannelPromise. setSuccess(Void result)ChannelPromiseDelegatingChannelPromiseNotifier. setSuccess()ChannelPromiseDelegatingChannelPromiseNotifier. setSuccess(Void result)ChannelPromiseChannelPromise. sync()ChannelPromiseDefaultChannelPromise. sync()ChannelPromiseDelegatingChannelPromiseNotifier. sync()ChannelPromiseChannelPromise. syncUninterruptibly()ChannelPromiseDefaultChannelPromise. syncUninterruptibly()ChannelPromiseDelegatingChannelPromiseNotifier. syncUninterruptibly()ChannelPromiseChannelPromise. unvoid()ChannelPromiseDefaultChannelPromise. unvoid()ChannelPromiseDelegatingChannelPromiseNotifier. unvoid()ChannelPromiseVoidChannelPromise. unvoid()ChannelPromiseAbstractChannel.AbstractUnsafe. voidPromise()ChannelPromiseAbstractChannel. voidPromise()ChannelPromiseChannel.Unsafe. voidPromise()Return a special ChannelPromise which can be reused and passed to the operations inChannel.Unsafe.default ChannelPromiseChannel. voidPromise()ChannelPromiseChannelOutboundInvoker. voidPromise()Return a special ChannelPromise which can be reused for different operations.ChannelPromiseDefaultChannelPipeline. voidPromise()Methods in io.netty.channel with parameters of type ChannelPromise Modifier and Type Method Description voidAbstractCoalescingBufferQueue. add(io.netty.buffer.ByteBuf buf, ChannelPromise promise)Add a buffer to the end of the queue and associate a promise with it that should be completed when all the buffer's bytes have been consumed from the queue and written.ChannelFlushPromiseNotifierChannelFlushPromiseNotifier. add(ChannelPromise promise, int pendingDataSize)Deprecated.ChannelFlushPromiseNotifierChannelFlushPromiseNotifier. add(ChannelPromise promise, long pendingDataSize)Add aChannelPromiseto thisChannelFlushPromiseNotifierwhich will be notified after the givenpendingDataSizewas reached.voidPendingWriteQueue. add(Object msg, ChannelPromise promise)Add the givenmsgandChannelPromise.voidAbstractCoalescingBufferQueue. addFirst(io.netty.buffer.ByteBuf buf, ChannelPromise promise)Add a buffer to the front of the queue and associate a promise with it that should be completed when all the buffer's bytes have been consumed from the queue and written.voidChannelOutboundBuffer. addMessage(Object msg, int size, ChannelPromise promise)Add given message to thisChannelOutboundBuffer.voidAbstractChannel.AbstractUnsafe. bind(SocketAddress localAddress, ChannelPromise promise)default ChannelFutureChannel. bind(SocketAddress localAddress, ChannelPromise promise)voidChannel.Unsafe. bind(SocketAddress localAddress, ChannelPromise promise)voidChannelDuplexHandler. bind(ChannelHandlerContext ctx, SocketAddress localAddress, ChannelPromise promise)CallsChannelOutboundInvoker.bind(SocketAddress, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidChannelOutboundHandler. bind(ChannelHandlerContext ctx, SocketAddress localAddress, ChannelPromise promise)Called once a bind operation is made.voidChannelOutboundHandlerAdapter. bind(ChannelHandlerContext ctx, SocketAddress localAddress, ChannelPromise promise)CallsChannelOutboundInvoker.bind(SocketAddress, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.ChannelFutureChannelOutboundInvoker. bind(SocketAddress localAddress, ChannelPromise promise)Request to bind to the givenSocketAddressand notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error.voidCombinedChannelDuplexHandler. bind(ChannelHandlerContext ctx, SocketAddress localAddress, ChannelPromise promise)ChannelFutureDefaultChannelPipeline. bind(SocketAddress localAddress, ChannelPromise promise)voidAbstractChannel.AbstractUnsafe. close(ChannelPromise promise)protected voidAbstractChannel.AbstractUnsafe. close(ChannelPromise promise, Throwable cause, ClosedChannelException closeCause)default ChannelFutureChannel. close(ChannelPromise promise)voidChannel.Unsafe. close(ChannelPromise promise)Close theChannelof theChannelPromiseand notify theChannelPromiseonce the operation was complete.voidChannelDuplexHandler. close(ChannelHandlerContext ctx, ChannelPromise promise)CallsChannelOutboundInvoker.close(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidChannelOutboundHandler. close(ChannelHandlerContext ctx, ChannelPromise promise)Called once a close operation is made.voidChannelOutboundHandlerAdapter. close(ChannelHandlerContext ctx, ChannelPromise promise)CallsChannelOutboundInvoker.close(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.ChannelFutureChannelOutboundInvoker. close(ChannelPromise promise)Request to close theChanneland notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error.voidCombinedChannelDuplexHandler. close(ChannelHandlerContext ctx, ChannelPromise promise)ChannelFutureDefaultChannelPipeline. close(ChannelPromise promise)default ChannelFutureChannel. connect(SocketAddress remoteAddress, ChannelPromise promise)default ChannelFutureChannel. connect(SocketAddress remoteAddress, SocketAddress localAddress, ChannelPromise promise)voidChannel.Unsafe. connect(SocketAddress remoteAddress, SocketAddress localAddress, ChannelPromise promise)voidChannelDuplexHandler. connect(ChannelHandlerContext ctx, SocketAddress remoteAddress, SocketAddress localAddress, ChannelPromise promise)CallsChannelOutboundInvoker.connect(SocketAddress, SocketAddress, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidChannelOutboundHandler. connect(ChannelHandlerContext ctx, SocketAddress remoteAddress, SocketAddress localAddress, ChannelPromise promise)Called once a connect operation is made.voidChannelOutboundHandlerAdapter. connect(ChannelHandlerContext ctx, SocketAddress remoteAddress, SocketAddress localAddress, ChannelPromise promise)CallsChannelOutboundInvoker.connect(SocketAddress, SocketAddress, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.ChannelFutureChannelOutboundInvoker. connect(SocketAddress remoteAddress, ChannelPromise promise)Request to connect to the givenSocketAddressand notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error.ChannelFutureChannelOutboundInvoker. connect(SocketAddress remoteAddress, SocketAddress localAddress, ChannelPromise promise)Request to connect to the givenSocketAddresswhile bind to the localAddress and notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error.voidCombinedChannelDuplexHandler. connect(ChannelHandlerContext ctx, SocketAddress remoteAddress, SocketAddress localAddress, ChannelPromise promise)ChannelFutureDefaultChannelPipeline. connect(SocketAddress remoteAddress, ChannelPromise promise)ChannelFutureDefaultChannelPipeline. connect(SocketAddress remoteAddress, SocketAddress localAddress, ChannelPromise promise)voidAbstractChannel.AbstractUnsafe. deregister(ChannelPromise promise)default ChannelFutureChannel. deregister(ChannelPromise promise)voidChannel.Unsafe. deregister(ChannelPromise promise)Deregister theChannelof theChannelPromisefromEventLoopand notify theChannelPromiseonce the operation was complete.voidChannelDuplexHandler. deregister(ChannelHandlerContext ctx, ChannelPromise promise)CallsChannelOutboundInvoker.deregister(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidChannelOutboundHandler. deregister(ChannelHandlerContext ctx, ChannelPromise promise)Called once a deregister operation is made from the current registeredEventLoop.voidChannelOutboundHandlerAdapter. deregister(ChannelHandlerContext ctx, ChannelPromise promise)CallsChannelOutboundInvoker.deregister(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.ChannelFutureChannelOutboundInvoker. deregister(ChannelPromise promise)Request to deregister from the previous assignedEventExecutorand notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error.voidCombinedChannelDuplexHandler. deregister(ChannelHandlerContext ctx, ChannelPromise promise)ChannelFutureDefaultChannelPipeline. deregister(ChannelPromise promise)voidAbstractChannel.AbstractUnsafe. disconnect(ChannelPromise promise)default ChannelFutureChannel. disconnect(ChannelPromise promise)voidChannel.Unsafe. disconnect(ChannelPromise promise)Disconnect theChannelof theChannelFutureand notify theChannelPromiseonce the operation was complete.voidChannelDuplexHandler. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)CallsChannelOutboundInvoker.disconnect(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidChannelOutboundHandler. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)Called once a disconnect operation is made.voidChannelOutboundHandlerAdapter. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)CallsChannelOutboundInvoker.disconnect(ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.ChannelFutureChannelOutboundInvoker. disconnect(ChannelPromise promise)Request to disconnect from the remote peer and notify theChannelFutureonce the operation completes, either because the operation was successful or because of an error.voidCombinedChannelDuplexHandler. disconnect(ChannelHandlerContext ctx, ChannelPromise promise)ChannelFutureDefaultChannelPipeline. disconnect(ChannelPromise promise)protected voidAbstractChannel. doRegister(ChannelPromise promise)protected booleanAbstractChannel.AbstractUnsafe. ensureOpen(ChannelPromise promise)voidAbstractChannel.AbstractUnsafe. register(EventLoop eventLoop, ChannelPromise promise)voidChannel.Unsafe. register(EventLoop eventLoop, ChannelPromise promise)Register theChannelof theChannelPromiseand notify theChannelFutureonce the registration was complete.ChannelFutureEventLoopGroup. register(ChannelPromise promise)ChannelFutureEventLoopGroup. register(Channel channel, ChannelPromise promise)Deprecated.UseEventLoopGroup.register(ChannelPromise)instead.default ChannelFutureIoEventLoopGroup. register(ChannelPromise promise)Deprecated.ChannelFutureManualIoEventLoop. register(ChannelPromise promise)Deprecated.ChannelFutureManualIoEventLoop. register(Channel channel, ChannelPromise promise)Deprecated.ChannelFutureMultithreadEventLoopGroup. register(ChannelPromise promise)ChannelFutureMultithreadEventLoopGroup. register(Channel channel, ChannelPromise promise)Deprecated.ChannelFutureSingleThreadEventLoop. register(ChannelPromise promise)ChannelFutureSingleThreadEventLoop. register(Channel channel, ChannelPromise promise)Deprecated.ChannelFutureThreadPerChannelEventLoop. register(ChannelPromise promise)Deprecated.ChannelFutureThreadPerChannelEventLoop. register(Channel channel, ChannelPromise promise)Deprecated.ChannelFutureThreadPerChannelEventLoopGroup. register(ChannelPromise promise)Deprecated.ChannelFutureThreadPerChannelEventLoopGroup. register(Channel channel, ChannelPromise promise)Deprecated.io.netty.buffer.ByteBufAbstractCoalescingBufferQueue. remove(io.netty.buffer.ByteBufAllocator alloc, int bytes, ChannelPromise aggregatePromise)Remove aByteBuffrom the queue with the specified number of bytes.io.netty.buffer.ByteBufCoalescingBufferQueue. remove(int bytes, ChannelPromise aggregatePromise)Remove aByteBuffrom the queue with the specified number of bytes.io.netty.buffer.ByteBufAbstractCoalescingBufferQueue. removeFirst(ChannelPromise aggregatePromise)Remove the firstByteBuffrom the queue.protected voidAbstractChannel.AbstractUnsafe. safeSetFailure(ChannelPromise promise, Throwable cause)Marks the specifiedpromiseas failure.protected voidAbstractChannel.AbstractUnsafe. safeSetSuccess(ChannelPromise promise)Marks the specifiedpromiseas success.voidAbstractChannel.AbstractUnsafe. shutdownOutput(ChannelPromise promise)Shutdown the output portion of the correspondingChannel.voidAbstractChannel.AbstractUnsafe. write(Object msg, ChannelPromise promise)voidChannel.Unsafe. write(Object msg, ChannelPromise promise)Schedules a write operation.default ChannelFutureChannel. write(Object msg, ChannelPromise promise)voidChannelDuplexHandler. write(ChannelHandlerContext ctx, Object msg, ChannelPromise promise)CallsChannelOutboundInvoker.write(Object, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.voidChannelOutboundHandler. write(ChannelHandlerContext ctx, Object msg, ChannelPromise promise)Called once a write operation is made.voidChannelOutboundHandlerAdapter. write(ChannelHandlerContext ctx, Object msg, ChannelPromise promise)CallsChannelOutboundInvoker.write(Object, ChannelPromise)to forward to the nextChannelOutboundHandlerin theChannelPipeline.ChannelFutureChannelOutboundInvoker. write(Object msg, ChannelPromise promise)Request to write a message via thisChannelHandlerContextthrough theChannelPipeline.voidCombinedChannelDuplexHandler. write(ChannelHandlerContext ctx, Object msg, ChannelPromise promise)ChannelFutureDefaultChannelPipeline. write(Object msg, ChannelPromise promise)default ChannelFutureChannel. writeAndFlush(Object msg, ChannelPromise promise)ChannelFutureChannelOutboundInvoker. writeAndFlush(Object msg, ChannelPromise promise)Shortcut for callChannelOutboundInvoker.write(Object, ChannelPromise)andChannelOutboundInvoker.flush().ChannelFutureDefaultChannelPipeline. writeAndFlush(Object msg, ChannelPromise promise)Constructors in io.netty.channel with parameters of type ChannelPromise Constructor Description ChannelPromiseAggregator(ChannelPromise aggregatePromise)Deprecated.ChannelPromiseNotifier(boolean logNotifyFailure, ChannelPromise... promises)Deprecated.Create a new instanceChannelPromiseNotifier(ChannelPromise... promises)Deprecated.Create a new instanceDelegatingChannelPromiseNotifier(ChannelPromise delegate)DelegatingChannelPromiseNotifier(ChannelPromise delegate, boolean logNotifyFailure) -
Uses of ChannelPromise in io.netty.channel.embedded
Methods in io.netty.channel.embedded with parameters of type ChannelPromise Modifier and Type Method Description ChannelFutureEmbeddedChannel. bind(SocketAddress localAddress, ChannelPromise promise)ChannelFutureEmbeddedChannel. close(ChannelPromise promise)ChannelFutureEmbeddedChannel. connect(SocketAddress remoteAddress, ChannelPromise promise)ChannelFutureEmbeddedChannel. connect(SocketAddress remoteAddress, SocketAddress localAddress, ChannelPromise promise)ChannelFutureEmbeddedChannel. deregister(ChannelPromise promise)ChannelFutureEmbeddedChannel. disconnect(ChannelPromise promise)ChannelFutureEmbeddedChannel. write(Object msg, ChannelPromise promise)ChannelFutureEmbeddedChannel. writeAndFlush(Object msg, ChannelPromise promise)ChannelFutureEmbeddedChannel. writeOneInbound(Object msg, ChannelPromise promise)Writes one message to the inbound of thisChanneland does not flush it.ChannelFutureEmbeddedChannel. writeOneOutbound(Object msg, ChannelPromise promise)Writes one message to the outbound of thisChanneland does not flush it. -
Uses of ChannelPromise in io.netty.channel.local
Methods in io.netty.channel.local with parameters of type ChannelPromise Modifier and Type Method Description protected voidLocalChannel. doRegister(ChannelPromise promise)protected voidLocalServerChannel. doRegister(ChannelPromise promise) -
Uses of ChannelPromise in io.netty.channel.nio
Methods in io.netty.channel.nio with parameters of type ChannelPromise Modifier and Type Method Description voidAbstractNioChannel.AbstractNioUnsafe. connect(SocketAddress remoteAddress, SocketAddress localAddress, ChannelPromise promise)protected voidAbstractNioChannel. doRegister(ChannelPromise promise) -
Uses of ChannelPromise in io.netty.channel.socket
Methods in io.netty.channel.socket with parameters of type ChannelPromise Modifier and Type Method Description ChannelFutureDatagramChannel. block(InetAddress multicastAddress, InetAddress sourceToBlock, ChannelPromise future)Block the given sourceToBlock address for the given multicastAddress and notifies theChannelFutureonce the operation completes.ChannelFutureDatagramChannel. block(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress sourceToBlock, ChannelPromise future)Block the given sourceToBlock address for the given multicastAddress on the given networkInterface and notifies theChannelFutureonce the operation completes.ChannelFutureDatagramChannel. joinGroup(InetAddress multicastAddress, ChannelPromise future)Joins a multicast group and notifies theChannelFutureonce the operation completes.ChannelFutureDatagramChannel. joinGroup(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress source, ChannelPromise future)Joins the specified multicast group at the specified interface and notifies theChannelFutureonce the operation completes.ChannelFutureDatagramChannel. joinGroup(InetSocketAddress multicastAddress, NetworkInterface networkInterface, ChannelPromise future)Joins the specified multicast group at the specified interface and notifies theChannelFutureonce the operation completes.ChannelFutureDatagramChannel. leaveGroup(InetAddress multicastAddress, ChannelPromise future)Leaves a multicast group and notifies theChannelFutureonce the operation completes.ChannelFutureDatagramChannel. leaveGroup(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress source, ChannelPromise future)Leave the specified multicast group at the specified interface using the specified source and notifies theChannelFutureonce the operation completes.ChannelFutureDatagramChannel. leaveGroup(InetSocketAddress multicastAddress, NetworkInterface networkInterface, ChannelPromise future)Leaves a multicast group on a specified local interface and notifies theChannelFutureonce the operation completes.ChannelFutureDuplexChannel. shutdown(ChannelPromise promise)Will shutdown the input and output sides of this channel.ChannelFutureDuplexChannel. shutdownInput(ChannelPromise promise)Will shutdown the input and notifyChannelPromise.ChannelFutureDuplexChannel. shutdownOutput(ChannelPromise promise)Will shutdown the output and notifyChannelPromise. -
Uses of ChannelPromise in io.netty.channel.socket.nio
Methods in io.netty.channel.socket.nio with parameters of type ChannelPromise Modifier and Type Method Description ChannelFutureNioDatagramChannel. block(InetAddress multicastAddress, InetAddress sourceToBlock, ChannelPromise promise)Block the given sourceToBlock address for the given multicastAddressChannelFutureNioDatagramChannel. block(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress sourceToBlock, ChannelPromise promise)Block the given sourceToBlock address for the given multicastAddress on the given networkInterfaceChannelFutureNioDatagramChannel. joinGroup(InetAddress multicastAddress, ChannelPromise promise)ChannelFutureNioDatagramChannel. joinGroup(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress source, ChannelPromise promise)ChannelFutureNioDatagramChannel. joinGroup(InetSocketAddress multicastAddress, NetworkInterface networkInterface, ChannelPromise promise)ChannelFutureNioDatagramChannel. leaveGroup(InetAddress multicastAddress, ChannelPromise promise)ChannelFutureNioDatagramChannel. leaveGroup(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress source, ChannelPromise promise)ChannelFutureNioDatagramChannel. leaveGroup(InetSocketAddress multicastAddress, NetworkInterface networkInterface, ChannelPromise promise)ChannelFutureNioDomainSocketChannel. shutdown(ChannelPromise promise)ChannelFutureNioSocketChannel. shutdown(ChannelPromise promise)ChannelFutureNioDomainSocketChannel. shutdownInput(ChannelPromise promise)ChannelFutureNioSocketChannel. shutdownInput(ChannelPromise promise)ChannelFutureNioDomainSocketChannel. shutdownOutput(ChannelPromise promise)ChannelFutureNioSocketChannel. shutdownOutput(ChannelPromise promise) -
Uses of ChannelPromise in io.netty.channel.socket.oio
Methods in io.netty.channel.socket.oio with parameters of type ChannelPromise Modifier and Type Method Description ChannelFutureOioDatagramChannel. block(InetAddress multicastAddress, InetAddress sourceToBlock, ChannelPromise promise)Deprecated.ChannelFutureOioDatagramChannel. block(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress sourceToBlock, ChannelPromise promise)Deprecated.ChannelFutureOioDatagramChannel. joinGroup(InetAddress multicastAddress, ChannelPromise promise)Deprecated.ChannelFutureOioDatagramChannel. joinGroup(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress source, ChannelPromise promise)Deprecated.ChannelFutureOioDatagramChannel. joinGroup(InetSocketAddress multicastAddress, NetworkInterface networkInterface, ChannelPromise promise)Deprecated.ChannelFutureOioDatagramChannel. leaveGroup(InetAddress multicastAddress, ChannelPromise promise)Deprecated.ChannelFutureOioDatagramChannel. leaveGroup(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress source, ChannelPromise promise)Deprecated.ChannelFutureOioDatagramChannel. leaveGroup(InetSocketAddress multicastAddress, NetworkInterface networkInterface, ChannelPromise promise)Deprecated.ChannelFutureOioSocketChannel. shutdown(ChannelPromise promise)Deprecated.ChannelFutureOioSocketChannel. shutdownInput(ChannelPromise promise)Deprecated.ChannelFutureOioSocketChannel. shutdownOutput(ChannelPromise promise)Deprecated.
-