Package io.grpc.xds.client
Interface XdsTransportFactory
-
- All Known Implementing Classes:
GrpcXdsTransportFactory
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10823") public interface XdsTransportFactory
A factory for creating new XdsTransport instances.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
XdsTransportFactory.EventHandler<RespT>
An interface for handling events on a streaming call.static interface
XdsTransportFactory.StreamingCall<ReqT,RespT>
Represents a bidi streaming RPC call.static interface
XdsTransportFactory.XdsTransport
Represents transport for xDS communication (e.g., a gRPC channel).
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XdsTransportFactory.XdsTransport
create(Bootstrapper.ServerInfo serverInfo)
-
-
-
Method Detail
-
create
XdsTransportFactory.XdsTransport create(Bootstrapper.ServerInfo serverInfo)
-
-