Uses of Interface
io.grpc.netty.NettySocketSupport.Helper
-
Packages that use NettySocketSupport.Helper Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of NettySocketSupport.Helper in io.grpc.netty
Subinterfaces of NettySocketSupport.Helper in io.grpc.netty Modifier and Type Interface Description static interface
InternalNettySocketSupport.InternalHelper
Classes in io.grpc.netty that implement NettySocketSupport.Helper Modifier and Type Class Description private static class
NettySocketSupport.NettySocketHelperImpl
Fields in io.grpc.netty declared as NettySocketSupport.Helper Modifier and Type Field Description private static NettySocketSupport.Helper
NettySocketSupport. instance
Methods in io.grpc.netty with parameters of type NettySocketSupport.Helper Modifier and Type Method Description (package private) static void
NettySocketSupport. setHelper(NettySocketSupport.Helper helper)
-