issueSessionError() — netty Function Reference
Architecture documentation for the issueSessionError() function in SpdySessionHandler.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD d9e20c4c_0d4b_8b85_52cd_ff50b2c773f1["issueSessionError()"] 1fb79984_fd8e_cecc_3934_20ed3529f561["SpdySessionHandler"] d9e20c4c_0d4b_8b85_52cd_ff50b2c773f1 -->|defined in| 1fb79984_fd8e_cecc_3934_20ed3529f561 d2ae1d21_cf0c_c4d0_e046_efc746940057["channelRead()"] d2ae1d21_cf0c_c4d0_e046_efc746940057 -->|calls| d9e20c4c_0d4b_8b85_52cd_ff50b2c773f1 499a8c9f_7814_300b_956d_2810cc0d0209["exceptionCaught()"] 499a8c9f_7814_300b_956d_2810cc0d0209 -->|calls| d9e20c4c_0d4b_8b85_52cd_ff50b2c773f1 ec4cd550_8624_c011_7fc2_e23fed71bcc1["handleOutboundMessage()"] ec4cd550_8624_c011_7fc2_e23fed71bcc1 -->|calls| d9e20c4c_0d4b_8b85_52cd_ff50b2c773f1 0bbd9d3a_603a_1f42_0a30_c790b2a786c5["updateSendWindowSize()"] 0bbd9d3a_603a_1f42_0a30_c790b2a786c5 -->|calls| d9e20c4c_0d4b_8b85_52cd_ff50b2c773f1 df0c4d53_22d4_95b4_2fa2_49383daaf7ac["sendGoAwayFrame()"] d9e20c4c_0d4b_8b85_52cd_ff50b2c773f1 -->|calls| df0c4d53_22d4_95b4_2fa2_49383daaf7ac f0f21d03_8efd_2b0e_08f9_b5e9930c4460["ClosingChannelFutureListener()"] d9e20c4c_0d4b_8b85_52cd_ff50b2c773f1 -->|calls| f0f21d03_8efd_2b0e_08f9_b5e9930c4460 style d9e20c4c_0d4b_8b85_52cd_ff50b2c773f1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http/src/main/java/io/netty/handler/codec/spdy/SpdySessionHandler.java lines 651–655
private void issueSessionError(
ChannelHandlerContext ctx, SpdySessionStatus status) {
sendGoAwayFrame(ctx, status).addListener(new ClosingChannelFutureListener(ctx, ctx.newPromise()));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does issueSessionError() do?
issueSessionError() is a function in the netty codebase, defined in codec-http/src/main/java/io/netty/handler/codec/spdy/SpdySessionHandler.java.
Where is issueSessionError() defined?
issueSessionError() is defined in codec-http/src/main/java/io/netty/handler/codec/spdy/SpdySessionHandler.java at line 651.
What does issueSessionError() call?
issueSessionError() calls 2 function(s): ClosingChannelFutureListener, sendGoAwayFrame.
What calls issueSessionError()?
issueSessionError() is called by 4 function(s): channelRead, exceptionCaught, handleOutboundMessage, updateSendWindowSize.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free