Class ClientTransportFactory.ClientTransportOptions

java.lang.Object
io.grpc.internal.ClientTransportFactory.ClientTransportOptions
Enclosing interface:
ClientTransportFactory

public static final class ClientTransportFactory.ClientTransportOptions extends Object
Options passed to ClientTransportFactory.newClientTransport(java.net.SocketAddress, io.grpc.internal.ClientTransportFactory.ClientTransportOptions, io.grpc.ChannelLogger). Although it is safe to save this object if received, it is generally expected that the useful fields are copied and then the options object is discarded. This allows using final for those fields as well as avoids retaining unused objects contained in the options.