Uses of Class
io.vertx.grpc.VertxServerBuilder
Packages that use VertxServerBuilder
-
Uses of VertxServerBuilder in io.vertx.grpc
Subclasses with type arguments of type VertxServerBuilder 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 VertxServerBuilderModifier and TypeMethodDescriptionVertxServerBuilder.addService(BindableService bindableService) Deprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.addService(ServerServiceDefinition service) Deprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.addStreamTracerFactory(ServerStreamTracer.Factory factory) Deprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.addTransportFilter(ServerTransportFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.commandDecorator(Consumer<Runnable> commandDecorator) Deprecated, for removal: This API element is subject to removal in a future version.Add a command decorator for the grpc calls.VertxServerBuilder.compressorRegistry(CompressorRegistry registry) Deprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.decompressorRegistry(DecompressorRegistry registry) Deprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.directExecutor()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.VertxServerBuilder.fallbackHandlerRegistry(HandlerRegistry fallbackRegistry) Deprecated, for removal: This API element is subject to removal in a future version.static VertxServerBuilderVertxServerBuilder.forAddress(Vertx vertx, String host, int port) Deprecated, for removal: This API element is subject to removal in a future version.static VertxServerBuilderVertxServerBuilder.forAddress(Vertx vertx, SocketAddress address) Deprecated, for removal: This API element is subject to removal in a future version.static VertxServerBuilderDeprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.handshakeTimeout(long timeout, TimeUnit unit) Deprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.intercept(ServerInterceptor interceptor) Deprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.maxInboundMessageSize(int bytes) Deprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.maxInboundMetadataSize(int bytes) Deprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.setBinaryLog(BinaryLog binaryLog) Deprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.useSsl(Handler<HttpServerOptions> handler) Deprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.useTransportSecurity(File certChain, File privateKey) Deprecated, for removal: This API element is subject to removal in a future version.VertxServerBuilder.useTransportSecurity(InputStream certChain, InputStream privateKey) Deprecated, for removal: This API element is subject to removal in a future version.