()
| 515 | |
| 516 | |
| 517 | void configureVoidOutputFilter() { |
| 518 | addOutputFilter(new VoidOutputFilter()); |
| 519 | // Prevent further writes by the application |
| 520 | streamOutputBuffer.closed = true; |
| 521 | } |
| 522 | |
| 523 | private void parseAuthority(String value) { |
| 524 | int i; |
no test coverage detected