Returns whether the channel is terminated. Terminated channels have no running calls and relevant resources released (like TCP connections). @see #isShutdown() @since 1.0.0
()
| 51 | * @since 1.0.0 |
| 52 | */ |
| 53 | public abstract boolean isTerminated(); |
| 54 | |
| 55 | /** |
| 56 | * Initiates a forceful shutdown in which preexisting and new calls are cancelled. Although |
nothing calls this directly
no outgoing calls
no test coverage detected