Package ru.tinkoff.grpc.client
Class GrpcNettyClientChannelFactory
java.lang.Object
ru.tinkoff.grpc.client.GrpcNettyClientChannelFactory
- All Implemented Interfaces:
GrpcClientChannelFactory
-
Constructor Summary
ConstructorsConstructorDescriptionGrpcNettyClientChannelFactory(io.netty.channel.EventLoopGroup eventLoopGroup) -
Method Summary
Modifier and TypeMethodDescriptionio.grpc.internal.AbstractManagedChannelImplBuilder<?>forAddress(SocketAddress serverAddress) io.grpc.internal.AbstractManagedChannelImplBuilder<?>forAddress(SocketAddress serverAddress, io.grpc.ChannelCredentials creds) io.grpc.internal.AbstractManagedChannelImplBuilder<?>io.grpc.internal.AbstractManagedChannelImplBuilder<?>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.tinkoff.grpc.client.GrpcClientChannelFactory
forAddress, forAddress
-
Constructor Details
-
GrpcNettyClientChannelFactory
public GrpcNettyClientChannelFactory(io.netty.channel.EventLoopGroup eventLoopGroup)
-
-
Method Details
-
forAddress
public io.grpc.internal.AbstractManagedChannelImplBuilder<?> forAddress(SocketAddress serverAddress) - Specified by:
forAddressin interfaceGrpcClientChannelFactory
-
forAddress
public io.grpc.internal.AbstractManagedChannelImplBuilder<?> forAddress(SocketAddress serverAddress, io.grpc.ChannelCredentials creds) - Specified by:
forAddressin interfaceGrpcClientChannelFactory
-
forTarget
- Specified by:
forTargetin interfaceGrpcClientChannelFactory
-
forTarget
public io.grpc.internal.AbstractManagedChannelImplBuilder<?> forTarget(String target, io.grpc.ChannelCredentials creds) - Specified by:
forTargetin interfaceGrpcClientChannelFactory
-