()
| 2117 | } |
| 2118 | |
| 2119 | private void checkConnected() { |
| 2120 | assert Thread.holdsLock(this); |
| 2121 | if (!super.isConnected()) |
| 2122 | throw new IllegalStateException("Not connected"); |
| 2123 | } |
| 2124 | |
| 2125 | /** |
| 2126 | * Response handler method. |
no test coverage detected