Skip to content

Commit

Permalink
Add metadata for Netty SelectorProviderUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
czp3009 committed Sep 6, 2023
1 parent 939d438 commit ec8be7f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions metadata/io.netty/netty-common/4.1.80.Final/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3796,6 +3796,34 @@
}
]
},
{
"condition": {
"typeReachable": "io.netty.channel.socket.nio.NioServerSocketChannel"
},
"name": "java.nio.channels.spi.SelectorProvider",
"methods": [
{
"name": "openServerSocketChannel",
"parameterTypes": [
"java.net.ProtocolFamily"
]
}
]
},
{
"condition": {
"typeReachable": "io.netty.channel.socket.nio.NioSocketChannel"
},
"name": "java.nio.channels.spi.SelectorProvider",
"methods": [
{
"name": "openSocketChannel",
"parameterTypes": [
"java.net.ProtocolFamily"
]
}
]
},
{
"condition": {
"typeReachable": "io.netty.util.internal.logging.Slf4JLoggerFactory"
Expand Down

0 comments on commit ec8be7f

Please sign in to comment.