encodePasswordAuthResponse() — netty Function Reference
Architecture documentation for the encodePasswordAuthResponse() function in Socks5ServerEncoder.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 6ebf1fd7_dcfa_594e_6d20_e59b3e8ee4c6["encodePasswordAuthResponse()"] 1cdfa3cc_d2e9_1ff0_108d_c82ab4a96f74["Socks5ServerEncoder"] 6ebf1fd7_dcfa_594e_6d20_e59b3e8ee4c6 -->|defined in| 1cdfa3cc_d2e9_1ff0_108d_c82ab4a96f74 33d88147_b1e4_e0c2_2929_cc0fe97a48dc["encode()"] 33d88147_b1e4_e0c2_2929_cc0fe97a48dc -->|calls| 6ebf1fd7_dcfa_594e_6d20_e59b3e8ee4c6 style 6ebf1fd7_dcfa_594e_6d20_e59b3e8ee4c6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-socks/src/main/java/io/netty/handler/codec/socksx/v5/Socks5ServerEncoder.java lines 80–83
private static void encodePasswordAuthResponse(Socks5PasswordAuthResponse msg, ByteBuf out) {
out.writeByte(0x01);
out.writeByte(msg.status().byteValue());
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does encodePasswordAuthResponse() do?
encodePasswordAuthResponse() is a function in the netty codebase, defined in codec-socks/src/main/java/io/netty/handler/codec/socksx/v5/Socks5ServerEncoder.java.
Where is encodePasswordAuthResponse() defined?
encodePasswordAuthResponse() is defined in codec-socks/src/main/java/io/netty/handler/codec/socksx/v5/Socks5ServerEncoder.java at line 80.
What calls encodePasswordAuthResponse()?
encodePasswordAuthResponse() is called by 1 function(s): encode.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free