(SocketAddress bindpoint)
| 59 | } |
| 60 | |
| 61 | @Override |
| 62 | public void bind(SocketAddress bindpoint) { |
| 63 | // no-op |
| 64 | } |
| 65 | |
| 66 | @Override |
| 67 | public synchronized void close() throws IOException { |
nothing calls this directly
no outgoing calls
no test coverage detected