- flowControlWindow(int) - Method in class io.grpc.netty.NettyChannelBuilder
-
Sets the flow control window in bytes.
- flowControlWindow(int) - Method in class io.grpc.netty.NettyServerBuilder
-
Sets the flow control window in bytes.
- forAddress(SocketAddress) - Static method in class io.grpc.netty.NettyChannelBuilder
-
Creates a new builder with the given server address.
- forAddress(SocketAddress, ChannelCredentials) - Static method in class io.grpc.netty.NettyChannelBuilder
-
Creates a new builder with the given server address.
- forAddress(String, int) - Static method in class io.grpc.netty.NettyChannelBuilder
-
Creates a new builder with the given host and port.
- forAddress(String, int, ChannelCredentials) - Static method in class io.grpc.netty.NettyChannelBuilder
-
Creates a new builder with the given host and port.
- forAddress(SocketAddress) - Static method in class io.grpc.netty.NettyServerBuilder
-
Creates a server builder configured with the given
SocketAddress
.
- forAddress(SocketAddress, ServerCredentials) - Static method in class io.grpc.netty.NettyServerBuilder
-
Creates a server builder configured with the given
SocketAddress
.
- forClient() - Static method in class io.grpc.netty.GrpcSslContexts
-
Creates an SslContextBuilder with ciphers and APN appropriate for gRPC.
- forPort(int) - Static method in class io.grpc.netty.NettyServerBuilder
-
Creates a server builder that will bind to the given port.
- forPort(int, ServerCredentials) - Static method in class io.grpc.netty.NettyServerBuilder
-
Creates a server builder that will bind to the given port.
- forServer(File, File) - Static method in class io.grpc.netty.GrpcSslContexts
-
Creates an SslContextBuilder with ciphers and APN appropriate for gRPC.
- forServer(File, File, String) - Static method in class io.grpc.netty.GrpcSslContexts
-
Creates an SslContextBuilder with ciphers and APN appropriate for gRPC.
- forServer(InputStream, InputStream) - Static method in class io.grpc.netty.GrpcSslContexts
-
Creates an SslContextBuilder with ciphers and APN appropriate for gRPC.
- forServer(InputStream, InputStream, String) - Static method in class io.grpc.netty.GrpcSslContexts
-
Creates an SslContextBuilder with ciphers and APN appropriate for gRPC.
- forTarget(String) - Static method in class io.grpc.netty.NettyChannelBuilder
-
Creates a new builder with the given target string that will be resolved by
NameResolver
.
- forTarget(String, ChannelCredentials) - Static method in class io.grpc.netty.NettyChannelBuilder
-
Creates a new builder with the given target string that will be resolved by
NameResolver
.