Appends a {@link ChannelHandler} at the last position of this pipeline.
@param name the name of the handler to append
@param handler the handler to append
@throws IllegalArgumentException if there's an entry with the same name already in the pipeline
@throws NullPointerException if the specified name or handler is {@code null}
Appends a {@link ChannelHandler} at the last position of this pipeline.
@param name the name of the handler to append
@param handler the handler to append
@throws IllegalArgumentException if there's an entry with the same name already in the pipeline
@throws NullPointerException if the specified name or handler is {@code null}
Appends a {@link ChannelHandler} at the last position of this pipeline.
@param name the name of the handler to append
@param handler the handler to append
@throws IllegalArgumentException if there's an entry with the same name already in the pipeline
@throws NullPointerException if the specified name or handler 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.