reflect-config.json — netty Source File
Architecture documentation for reflect-config.json, a json file in the netty codebase.
Entity Profile
Source Code
[
{
"name": "io.netty.handler.codec.socks.SocksAuthRequestDecoder",
"condition": {
"typeReachable": "io.netty.handler.codec.socks.SocksAuthRequestDecoder"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.socks.SocksAuthResponseDecoder",
"condition": {
"typeReachable": "io.netty.handler.codec.socks.SocksAuthResponseDecoder"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.socks.SocksCmdRequestDecoder",
"condition": {
"typeReachable": "io.netty.handler.codec.socks.SocksCmdRequestDecoder"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.socks.SocksCmdResponseDecoder",
"condition": {
"typeReachable": "io.netty.handler.codec.socks.SocksCmdResponseDecoder"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.socks.SocksInitRequestDecoder",
"condition": {
"typeReachable": "io.netty.handler.codec.socks.SocksInitRequestDecoder"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.socks.SocksInitResponseDecoder",
"condition": {
"typeReachable": "io.netty.handler.codec.socks.SocksInitResponseDecoder"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.socks.SocksMessageEncoder",
"condition": {
"typeReachable": "io.netty.handler.codec.socks.SocksMessageEncoder"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.socksx.SocksPortUnificationServerHandler",
"condition": {
"typeReachable": "io.netty.handler.codec.socksx.SocksPortUnificationServerHandler"
},
"queryAllPublicMethods": true
},
{
"name": "io.netty.handler.codec.socksx.v4.Socks4ClientDecoder",
"condition": {
// ... (96 more lines)
Source
Frequently Asked Questions
What does reflect-config.json do?
reflect-config.json is a source file in the netty codebase, written in json.
Where is reflect-config.json in the architecture?
reflect-config.json is located at codec-socks/src/main/resources/META-INF/native-image/io.netty/netty-codec-socks/generated/handlers/reflect-config.json (directory: codec-socks/src/main/resources/META-INF/native-image/io.netty/netty-codec-socks/generated/handlers).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free