@@ -772,11 +772,15 @@ side effects ignoring the output of the route handler.
772772Family of send methods include:
773773
774774- javadoc:Context[send, byte[\]]
775- - javadoc:Route[consumes, io.jooby.MediaType...]
776- // Code review comment: is this supposed to be jooby databuffer or nio bytebuffer
777- - javadoc:Context[send, java.nio.ByteBuffer]
778- - javadoc:Context[send, java.lang.String]
779- - javadoc:Context[send, java.nio.file.Path]
780- - javadoc:Context[send, java.nio.channels.FileChannel]
775+ - javadoc:Context[send, byte[\]...]
776+ - javadoc:Context[send, io.jooby.buffer.DataBuffer]
781777- javadoc:Context[send, io.jooby.FileDownload]
782778- javadoc:Context[send, io.jooby.StatusCode]
779+ - javadoc:Context[send, java.io.InputStream]
780+ - javadoc:Context[send, java.lang.String]
781+ - javadoc:Context[send, java.lang.String, java.nio.charset.Charset]
782+ - javadoc:Context[send, java.nio.ByteBuffer]
783+ - javadoc:Context[send, java.nio.ByteBuffer[\]]
784+ - javadoc:Context[send, java.nio.channels.FileChannel]
785+ - javadoc:Context[send, java.nio.channels.ReadableByteChannel]
786+ - javadoc:Context[send, java.nio.file.Path]
0 commit comments