Skip to content

Commit a54ace5

Browse files
committed
add all overloads for send
Signed-off-by: Lewis Birks <[email protected]>
1 parent 2540237 commit a54ace5

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/asciidoc/responses.adoc

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -772,11 +772,15 @@ side effects ignoring the output of the route handler.
772772
Family 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

Comments
 (0)