Merged branch 'jetty-9.4.x' into 'jetty-10.0.x'.
This commit is contained in:
commit
f40efbf6de
|
@ -61,7 +61,7 @@ public interface IStream extends Stream, Attachable, Closeable
|
|||
|
||||
/**
|
||||
* <p>Sends the given list of frames.</p>
|
||||
* <p>Typically used to send an HTTP response along with content and possibly trailers.</p>
|
||||
* <p>Typically used to send HTTP headers along with content and possibly trailers.</p>
|
||||
*
|
||||
* @param frameList the list of frames to send
|
||||
* @param callback the callback that gets notified when the frames have been sent
|
||||
|
|
|
@ -67,8 +67,7 @@ public interface Stream
|
|||
|
||||
/**
|
||||
* <p>Sends the given HEADERS {@code frame}.</p>
|
||||
* <p>Typically used to send an HTTP response with no content and no trailers,
|
||||
* or to send the HTTP response trailers.</p>
|
||||
* <p>Typically used to send an HTTP response or to send the HTTP response trailers.</p>
|
||||
*
|
||||
* @param frame the HEADERS frame to send
|
||||
* @param callback the callback that gets notified when the frame has been sent
|
||||
|
|
Loading…
Reference in New Issue