Uses of Class
io.grpc.inprocess.InProcessChannelBuilder
Packages that use InProcessChannelBuilder
Package
Description
The in-process transport which is for when a server is in the same process as the client.
-
Uses of InProcessChannelBuilder in io.grpc.inprocess
Methods in io.grpc.inprocess that return InProcessChannelBuilderModifier and TypeMethodDescriptionInProcessChannelBuilder.assumedMessageSize(long assumedMessageSize) Assumes RPC messages are the specified size.static InProcessChannelBuilderInProcessChannelBuilder.forAddress(String name, int port) Always fails.static InProcessChannelBuilderInProcessChannelBuilder.forAddress(SocketAddress address) Create a channel builder that will connect to the server referenced by the given address.static InProcessChannelBuilderCreate a channel builder that will connect to the server with the given name.static InProcessChannelBuilderCreate a channel builder that will connect to the server referenced by the given target URI.InProcessChannelBuilder.keepAliveTime(long keepAliveTime, TimeUnit timeUnit) Does nothing.InProcessChannelBuilder.keepAliveTimeout(long keepAliveTimeout, TimeUnit timeUnit) Does nothing.InProcessChannelBuilder.keepAliveWithoutCalls(boolean enable) Does nothing.InProcessChannelBuilder.maxInboundMessageSize(int max) InProcessChannelBuilder.maxInboundMetadataSize(int bytes) Sets the maximum size of metadata allowed to be received.InProcessChannelBuilder.propagateCauseWithStatus(boolean enable) Sets whether to include the cause with the status that is propagated forward from the InProcessTransport.InProcessChannelBuilder.scheduledExecutorService(ScheduledExecutorService scheduledExecutorService) Provides a custom scheduled executor service.InProcessChannelBuilder.usePlaintext()Does nothing.InProcessChannelBuilder.useTransportSecurity()Does nothing.Methods in io.grpc.inprocess with parameters of type InProcessChannelBuilderModifier and TypeMethodDescriptionstatic voidInternalInProcessChannelBuilder.setStatsEnabled(InProcessChannelBuilder builder, boolean value)