mirror of https://github.com/grpc/grpc-java.git
cronet: make CronetChannelBuilder final
This commit is contained in:
parent
18ba417241
commit
d63711e8bc
|
|
@ -41,8 +41,8 @@ import org.chromium.net.ExperimentalCronetEngine;
|
||||||
|
|
||||||
/** Convenience class for building channels with the cronet transport. */
|
/** Convenience class for building channels with the cronet transport. */
|
||||||
@ExperimentalApi("There is no plan to make this API stable, given transport API instability")
|
@ExperimentalApi("There is no plan to make this API stable, given transport API instability")
|
||||||
public class CronetChannelBuilder extends
|
public final class CronetChannelBuilder extends
|
||||||
AbstractManagedChannelImplBuilder<CronetChannelBuilder> {
|
AbstractManagedChannelImplBuilder<CronetChannelBuilder> {
|
||||||
|
|
||||||
/** BidirectionalStream.Builder factory used for getting the gRPC BidirectionalStream. */
|
/** BidirectionalStream.Builder factory used for getting the gRPC BidirectionalStream. */
|
||||||
public static abstract class StreamBuilderFactory {
|
public static abstract class StreamBuilderFactory {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue