Binds this channel to the specified local address asynchronously.
@param localAddress where to bind
@return the {@link ChannelFuture} which will be notified when thebind request succeeds or fails
@throws NullPointerException if the specified address is {@code null}
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.