Skip to content

Commit

Permalink
Update java docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ldclakmal committed Mar 6, 2019
1 parent cd99ce3 commit 002a114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
import static io.netty.handler.codec.http.HttpResponseStatus.OK;

/**
* Handler implementation for the http/2 echo server without message aggregation. This echo back the header/data frames
* just after receiving, and no content aggregation against stream id is happened.
* Handler implementation for the http/2 echo server without message aggregation. This echo backs the header/data
* frames as soon as they arrive without any content aggregation against stream id.
*/
public class EchoHttp2ServerHandler extends ChannelDuplexHandler {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/**
* Handler implementation for the echo server and http/2 echo server with message aggregation.
* For http/2 echo server with message aggregation, this receives a {@link FullHttpRequest},
* which has been converted by a {@link InboundHttp2ToHttpAdapter} before it arrived here.
* which has been converted by a {@link InboundHttp2ToHttpAdapter} before it arrives here.
* For further details, check {@link Http2OrHttpHandler} where the pipeline is setup.
*/
@Sharable
Expand Down

0 comments on commit 002a114

Please sign in to comment.