InProcessChannelBuilder |
InProcessChannelBuilder.assumedMessageSizeâ(long assumedMessageSize) |
Assumes RPC messages are the specified size.
|
static InProcessChannelBuilder |
InProcessChannelBuilder.forAddressâ(String name,
int port) |
Always fails.
|
static InProcessChannelBuilder |
InProcessChannelBuilder.forAddressâ(SocketAddress address) |
Create a channel builder that will connect to the server referenced by the given address.
|
static InProcessChannelBuilder |
InProcessChannelBuilder.forNameâ(String name) |
Create a channel builder that will connect to the server with the given name.
|
static InProcessChannelBuilder |
InProcessChannelBuilder.forTargetâ(String target) |
Create a channel builder that will connect to the server referenced by the given target URI.
|
InProcessChannelBuilder |
InProcessChannelBuilder.keepAliveTimeâ(long keepAliveTime,
TimeUnit timeUnit) |
Does nothing.
|
InProcessChannelBuilder |
InProcessChannelBuilder.keepAliveTimeoutâ(long keepAliveTimeout,
TimeUnit timeUnit) |
Does nothing.
|
InProcessChannelBuilder |
InProcessChannelBuilder.keepAliveWithoutCallsâ(boolean enable) |
Does nothing.
|
InProcessChannelBuilder |
InProcessChannelBuilder.maxInboundMessageSizeâ(int max) |
|
InProcessChannelBuilder |
InProcessChannelBuilder.maxInboundMetadataSizeâ(int bytes) |
Sets the maximum size of metadata allowed to be received.
|
InProcessChannelBuilder |
InProcessChannelBuilder.propagateCauseWithStatusâ(boolean enable) |
Sets whether to include the cause with the status that is propagated
forward from the InProcessTransport.
|
InProcessChannelBuilder |
InProcessChannelBuilder.scheduledExecutorServiceâ(ScheduledExecutorService scheduledExecutorService) |
Provides a custom scheduled executor service.
|
InProcessChannelBuilder |
InProcessChannelBuilder.usePlaintext() |
Does nothing.
|
InProcessChannelBuilder |
InProcessChannelBuilder.useTransportSecurity() |
Does nothing.
|