Uses of Class
io.grpc.internal.ClientTransportFactory.SwapChannelCredentialsResult
Packages that use ClientTransportFactory.SwapChannelCredentialsResult
Package
Description
The in-process transport which is for when a server is in the same process as the client.
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of ClientTransportFactory.SwapChannelCredentialsResult in io.grpc.inprocess
Methods in io.grpc.inprocess that return ClientTransportFactory.SwapChannelCredentialsResultModifier and TypeMethodDescriptionInProcessChannelBuilder.InProcessClientTransportFactory.swapChannelCredentials
(ChannelCredentials channelCreds) -
Uses of ClientTransportFactory.SwapChannelCredentialsResult in io.grpc.internal
Methods in io.grpc.internal that return ClientTransportFactory.SwapChannelCredentialsResultModifier and TypeMethodDescriptionCallCredentialsApplyingTransportFactory.swapChannelCredentials
(ChannelCredentials channelCreds) ClientTransportFactory.swapChannelCredentials
(ChannelCredentials channelCreds) Swaps to a new ChannelCredentials with all other settings unchanged. -
Uses of ClientTransportFactory.SwapChannelCredentialsResult in io.grpc.netty
Methods in io.grpc.netty that return ClientTransportFactory.SwapChannelCredentialsResultModifier and TypeMethodDescriptionNettyChannelBuilder.NettyTransportFactory.swapChannelCredentials
(ChannelCredentials channelCreds)