()
| 182 | } |
| 183 | |
| 184 | @Override |
| 185 | public int getSoTimeout() throws SocketException { |
| 186 | try { |
| 187 | return localSocket.getSoTimeout(); |
| 188 | } catch (IOException e) { |
| 189 | throw toSocketException(e); |
| 190 | } |
| 191 | } |
| 192 | |
| 193 | @Override |
| 194 | public boolean getTcpNoDelay() { |
no test coverage detected