netty5/codec-http2/src/test/java/io/netty/handler/codec/http2
nmittler 9737cc6cc9 Include error code and message in GOAWAY events.
Motivation:

The Connection.Listener GOAWAY event handler currently provides no additional information, requiring applications to hack in other ways to get at the error code and debug message.

Modifications:

Modified the Connection.Listener interface to pass on the error code and message that triggered the GOAWAY.

Result:

Application can now use Connection.Listener for all GOAWAY processing.
2015-03-31 09:18:26 -07:00
..
DataCompressionHttp2Test.java Include error code and message in GOAWAY events. 2015-03-31 09:18:26 -07:00
DefaultHttp2ConnectionDecoderTest.java Include error code and message in GOAWAY events. 2015-03-31 09:18:26 -07:00
DefaultHttp2ConnectionEncoderTest.java Include error code and message in GOAWAY events. 2015-03-31 09:18:26 -07:00
DefaultHttp2ConnectionTest.java Include error code and message in GOAWAY events. 2015-03-31 09:18:26 -07:00
DefaultHttp2FrameIOTest.java Http2DefaultFrameWriter direct write instead of copy 2015-02-06 11:56:14 -08:00
DefaultHttp2HeadersDecoderTest.java Back port HTTP/2 codec from master to 4.1 2015-01-23 11:06:11 -05:00
DefaultHttp2HeadersEncoderTest.java Back port HTTP/2 codec from master to 4.1 2015-01-23 11:06:11 -05:00
DefaultHttp2HeadersTest.java Back port HTTP/2 codec from master to 4.1 2015-01-23 11:06:11 -05:00
DefaultHttp2LocalFlowControllerTest.java Consolidating HTTP/2 stream state 2015-02-04 11:53:00 -08:00
DefaultHttp2RemoteFlowControllerTest.java Removing unnecessary sort in remote flow controller. 2015-03-30 09:55:03 -07:00
Http2ConnectionHandlerTest.java Cleaning up the initialization of Http2ConnectionHandler 2015-03-30 11:23:02 -07:00
Http2ConnectionRoundtripTest.java Back port HTTP/2 codec from master to 4.1 2015-01-23 11:06:11 -05:00
Http2FrameRoundtripTest.java Back port HTTP/2 codec from master to 4.1 2015-01-23 11:06:11 -05:00
Http2HeaderBlockIOTest.java Back port HTTP/2 codec from master to 4.1 2015-01-23 11:06:11 -05:00
Http2SettingsTest.java Back port HTTP/2 codec from master to 4.1 2015-01-23 11:06:11 -05:00
Http2TestUtil.java HTTP/2 Decoder reduce preface conditional checks 2015-03-28 18:52:35 -07:00
HttpToHttp2ConnectionHandlerTest.java Removing debugging change from unit test. 2015-02-11 09:07:08 -08:00
InboundHttp2ToHttpAdapterTest.java Back port HTTP/2 codec from master to 4.1 2015-01-23 11:06:11 -05:00