There's no API for that. And since channel operations are generally lock-free and atomic, any counting operation would not be linearizable and could be wrong by the time it's returned. That said, if you're in a debugger, you can pause the jvm and inspect the internal linked list to count it manually.