@Override
protected void onOpenInputSource() throws IOException {
final Connection connection = parentStreamReader.getConnection();
final Transport transport = connection.getTransport();
final Reader reader = transport.getReader(connection);
interceptor = new InputInterceptor();
reader.read(connection, null, null, interceptor);
}