Checks if the protocol handler is paused. @return true if paused
()
| 1030 | * @return <code>true</code> if paused |
| 1031 | */ |
| 1032 | public boolean isPaused() { |
| 1033 | return endpoint.isPaused(); |
| 1034 | } |
| 1035 | |
| 1036 | |
| 1037 | /** |
no outgoing calls
no test coverage detected