()
| 44 | // if shutdown() is overridden then the override MUST call on to here |
| 45 | public void shutdown() {isShutdown_ = true;} |
| 46 | public void close() throws IOException {getFd().close();} |
| 47 | public final boolean isShutdown() {return isShutdown_;} |
| 48 | |
| 49 | // information about this end of the socket |
no test coverage detected