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.
|