Releases this channel from its {@link ClientSession}.
If the release is successful, subsequent invocations of {@link ClientSession#getChannel(String)}will return a new, different, instance of a {@link ClientSessionChannel}.
The release of a {@link ClientSessionChannel} is successful only if no listeners and nosubscribers are present at the moment of the release.
@return true if the release was successful, false otherwise @see #isReleased()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|