122123124125126127128
* * @return the {@link Connection} {@link StreamReader}, to read data from the * {@link Connection}. */ public StreamReader getStreamReader(Connection connection) { return new DefaultStreamReader(connection); }