Uses of Class
io.vertx.grpc.VertxChannelBuilder
Packages that use VertxChannelBuilder
-
Uses of VertxChannelBuilder in io.vertx.grpc
Subclasses with type arguments of type VertxChannelBuilder in io.vertx.grpcModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.instead use Vert.x gRPCMethods in io.vertx.grpc that return VertxChannelBuilderModifier and TypeMethodDescriptionVertxChannelBuilder.compressorRegistry(CompressorRegistry registry) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.decompressorRegistry(DecompressorRegistry registry) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.defaultLoadBalancingPolicy(String policy) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.defaultServiceConfig(Map<String, ?> serviceConfig) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.directExecutor()Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.disableRetry()Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.disableServiceConfigLookUp()Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.enableRetry()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static VertxChannelBuilderVertxChannelBuilder.forAddress(Vertx vertx, String host, int port) Deprecated, for removal: This API element is subject to removal in a future version.static VertxChannelBuilderVertxChannelBuilder.forAddress(Vertx vertx, SocketAddress address) Deprecated, for removal: This API element is subject to removal in a future version.static VertxChannelBuilderDeprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.idleTimeout(long value, TimeUnit unit) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.intercept(ClientInterceptor... interceptors) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.intercept(List<ClientInterceptor> interceptors) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.keepAliveTime(long keepAliveTime, TimeUnit timeUnit) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.keepAliveTimeout(long keepAliveTimeout, TimeUnit timeUnit) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.keepAliveWithoutCalls(boolean enable) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.maxHedgedAttempts(int maxHedgedAttempts) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.maxInboundMessageSize(int max) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.maxInboundMetadataSize(int bytes) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.maxRetryAttempts(int maxRetryAttempts) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.maxTraceEvents(int maxTraceEvents) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.nameResolverFactory(NameResolver.Factory resolverFactory) Deprecated.VertxChannelBuilder.offloadExecutor(Executor executor) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.overrideAuthority(String authority) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.perRpcBufferLimit(long bytes) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.proxyDetector(ProxyDetector proxyDetector) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.retryBufferSize(long bytes) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.setBinaryLog(BinaryLog binaryLog) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.usePlaintext()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.useSsl(Handler<ClientOptionsBase> handler) Deprecated, for removal: This API element is subject to removal in a future version.VertxChannelBuilder.useTransportSecurity()Deprecated, for removal: This API element is subject to removal in a future version.