A D E F G H I K M P S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AnonymousInProcessSocketAddress - Class in io.grpc.inprocess
-
Custom SocketAddress class for
InProcessTransport, for a server which can only be referenced via this address instance. - AnonymousInProcessSocketAddress() - Constructor for class io.grpc.inprocess.AnonymousInProcessSocketAddress
-
Creates a new AnonymousInProcessSocketAddress.
D
- deadlineTicker(Deadline.Ticker) - Method in class io.grpc.inprocess.InProcessServerBuilder
-
Provides a custom deadline ticker that this server will use to create incoming
Deadlines. - delegate() - Method in class io.grpc.inprocess.InProcessChannelBuilder
- delegate() - Method in class io.grpc.inprocess.InProcessServerBuilder
E
- equals(Object) - Method in class io.grpc.inprocess.InProcessSocketAddress
-
Returns
trueif the object is of the same type and server names match.
F
- forAddress(String, int) - Static method in class io.grpc.inprocess.InProcessChannelBuilder
-
Always fails.
- forAddress(SocketAddress) - Static method in class io.grpc.inprocess.InProcessChannelBuilder
-
Create a channel builder that will connect to the server referenced by the given address.
- forAddress(SocketAddress) - Static method in class io.grpc.inprocess.InProcessServerBuilder
-
Create a server builder which listens on the given address.
- forName(String) - Static method in class io.grpc.inprocess.InProcessChannelBuilder
-
Create a channel builder that will connect to the server with the given name.
- forName(String) - Static method in class io.grpc.inprocess.InProcessServerBuilder
-
Create a server builder that will bind with the given name.
- forPort(int) - Static method in class io.grpc.inprocess.InProcessServerBuilder
-
Always fails.
- forTarget(String) - Static method in class io.grpc.inprocess.InProcessChannelBuilder
-
Create a channel builder that will connect to the server referenced by the given target URI.
G
- generateName() - Static method in class io.grpc.inprocess.InProcessServerBuilder
-
Generates a new server name that is unique each time.
- getName() - Method in class io.grpc.inprocess.InProcessSocketAddress
-
Gets the name of the inprocess server.
H
- hashCode() - Method in class io.grpc.inprocess.InProcessSocketAddress
I
- InProcessChannelBuilder - Class in io.grpc.inprocess
-
Builder for a channel that issues in-process requests.
- InProcessServerBuilder - Class in io.grpc.inprocess
-
Builder for a server that services in-process requests.
- InProcessSocketAddress - Class in io.grpc.inprocess
-
Custom SocketAddress class for
InProcessTransport. - InProcessSocketAddress(String) - Constructor for class io.grpc.inprocess.InProcessSocketAddress
-
Construct an address for a server identified by name.
- io.grpc.inprocess - package io.grpc.inprocess
-
The in-process transport which is for when a server is in the same process as the client.
K
- keepAliveTime(long, TimeUnit) - Method in class io.grpc.inprocess.InProcessChannelBuilder
-
Does nothing.
- keepAliveTimeout(long, TimeUnit) - Method in class io.grpc.inprocess.InProcessChannelBuilder
-
Does nothing.
- keepAliveWithoutCalls(boolean) - Method in class io.grpc.inprocess.InProcessChannelBuilder
-
Does nothing.
M
- maxInboundMessageSize(int) - Method in class io.grpc.inprocess.InProcessChannelBuilder
- maxInboundMetadataSize(int) - Method in class io.grpc.inprocess.InProcessChannelBuilder
-
Sets the maximum size of metadata allowed to be received.
- maxInboundMetadataSize(int) - Method in class io.grpc.inprocess.InProcessServerBuilder
-
Sets the maximum size of metadata allowed to be received.
P
- propagateCauseWithStatus(boolean) - Method in class io.grpc.inprocess.InProcessChannelBuilder
-
Sets whether to include the cause with the status that is propagated forward from the InProcessTransport.
S
- scheduledExecutorService(ScheduledExecutorService) - Method in class io.grpc.inprocess.InProcessChannelBuilder
-
Provides a custom scheduled executor service.
- scheduledExecutorService(ScheduledExecutorService) - Method in class io.grpc.inprocess.InProcessServerBuilder
-
Provides a custom scheduled executor service.
T
- toString() - Method in class io.grpc.inprocess.InProcessSocketAddress
-
Returns
getName().
U
- usePlaintext() - Method in class io.grpc.inprocess.InProcessChannelBuilder
-
Does nothing.
- useTransportSecurity() - Method in class io.grpc.inprocess.InProcessChannelBuilder
-
Does nothing.
- useTransportSecurity(File, File) - Method in class io.grpc.inprocess.InProcessServerBuilder
All Classes All Packages