Uses of Class
io.grpc.netty.Utils.EventLoopGroupType
-
Packages that use Utils.EventLoopGroupType Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of Utils.EventLoopGroupType in io.grpc.netty
Fields in io.grpc.netty declared as Utils.EventLoopGroupType Modifier and Type Field Description private Utils.EventLoopGroupType
Utils.DefaultEventLoopGroupResource. eventLoopGroupType
Methods in io.grpc.netty that return Utils.EventLoopGroupType Modifier and Type Method Description static Utils.EventLoopGroupType
Utils.EventLoopGroupType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Utils.EventLoopGroupType[]
Utils.EventLoopGroupType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.grpc.netty with parameters of type Utils.EventLoopGroupType Constructor Description DefaultEventLoopGroupResource(int numEventLoops, java.lang.String name, Utils.EventLoopGroupType eventLoopGroupType)
-