@return true if it is certain that the associated response has no body.
()
| 1155 | * @return <code>true</code> if it is certain that the associated response has no body. |
| 1156 | */ |
| 1157 | final boolean hasNoBody() { |
| 1158 | return ((written == 0) && closed); |
| 1159 | } |
| 1160 | |
| 1161 | @Override |
| 1162 | public void flush() throws IOException { |