()
| 575 | |
| 576 | |
| 577 | @Override |
| 578 | public void validateHeaders() throws StreamException { |
| 579 | if (headerException == null) { |
| 580 | return; |
| 581 | } |
| 582 | handler.getHpackDecoder().setHeaderEmitter(Http2UpgradeHandler.HEADER_SINK); |
| 583 | throw headerException; |
| 584 | } |
| 585 | |
| 586 | |
| 587 | final boolean receivedEndOfHeaders() throws StreamException { |
nothing calls this directly
no test coverage detected