Create a new {@link ChannelFuture} which is marked as succeeded already. So {@link ChannelFuture#isSuccess()}will return {@code true}. All {@link FutureListener} added to it will be notified directly. Alsoevery call of blocking methods will just return without blocking.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.