Removes the given {@code listener} from this channel.
Removing a listener never involves communication with the server, differently from {@link #unsubscribe(MessageListener)}.
@param listener the listener to remove @see #addListener(ClientSessionChannelListener)
|
|
|
|
|
|