(boolean on, int linger)
| 269 | } |
| 270 | |
| 271 | @Override |
| 272 | public void setSoLinger(boolean on, int linger) { |
| 273 | throw new UnsupportedOperationException("Unsupported operation setSoLinger()"); |
| 274 | } |
| 275 | |
| 276 | @Override |
| 277 | public void setSoTimeout(int timeout) throws SocketException { |
no outgoing calls