133134135136137138139
* * @return the {@link Connection} {@link StreamWriter}, to write data to the * {@link Connection}. */ public StreamWriter getStreamWriter(Connection connection) { return new DefaultStreamWriter(connection); }