()
| 89 | } |
| 90 | |
| 91 | @Override |
| 92 | public SocketChannel getChannel() { |
| 93 | throw new UnsupportedOperationException("getChannel() not supported"); |
| 94 | } |
| 95 | |
| 96 | @Override |
| 97 | public InetAddress getInetAddress() { |
nothing calls this directly
no outgoing calls
no test coverage detected