Return the SocketChannel for this connection, if any, for use in IdleManager.
()
| 3453 | * in IdleManager. |
| 3454 | */ |
| 3455 | SocketChannel getChannel() { |
| 3456 | return protocol != null ? protocol.getChannel() : null; |
| 3457 | } |
| 3458 | |
| 3459 | /** |
| 3460 | * Send the IMAP ID command (if supported by the server) and return |
no outgoing calls
no test coverage detected