Uses of Class
io.grpc.internal.ClientTransportFactory.SwapChannelCredentialsResult
-
Packages that use ClientTransportFactory.SwapChannelCredentialsResult Package Description io.grpc.inprocess The in-process transport which is for when a server is in the same process as the client.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.netty 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.SwapChannelCredentialsResult Modifier and Type Method Description ClientTransportFactory.SwapChannelCredentialsResult
InProcessChannelBuilder.InProcessClientTransportFactory. swapChannelCredentials(ChannelCredentials channelCreds)
-
Uses of ClientTransportFactory.SwapChannelCredentialsResult in io.grpc.internal
Methods in io.grpc.internal that return ClientTransportFactory.SwapChannelCredentialsResult Modifier and Type Method Description ClientTransportFactory.SwapChannelCredentialsResult
CallCredentialsApplyingTransportFactory. swapChannelCredentials(ChannelCredentials channelCreds)
ClientTransportFactory.SwapChannelCredentialsResult
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.SwapChannelCredentialsResult Modifier and Type Method Description ClientTransportFactory.SwapChannelCredentialsResult
NettyChannelBuilder.NettyTransportFactory. swapChannelCredentials(ChannelCredentials channelCreds)
-