Package | Description |
---|---|
io.grpc.inprocess |
The in-process transport which is for when a server is in the same process as the client.
|
Modifier and Type | Method and Description |
---|---|
InProcessServerBuilder |
InProcessServerBuilder.deadlineTicker(io.grpc.Deadline.Ticker ticker)
Provides a custom deadline ticker that this server will use to create incoming
Deadline s. |
static InProcessServerBuilder |
InProcessServerBuilder.forName(java.lang.String name)
Create a server builder that will bind with the given name.
|
static InProcessServerBuilder |
InProcessServerBuilder.forPort(int port)
Always fails.
|
InProcessServerBuilder |
InProcessServerBuilder.maxInboundMetadataSize(int bytes)
Sets the maximum size of metadata allowed to be received.
|
InProcessServerBuilder |
InProcessServerBuilder.scheduledExecutorService(java.util.concurrent.ScheduledExecutorService scheduledExecutorService)
Provides a custom scheduled executor service.
|
InProcessServerBuilder |
InProcessServerBuilder.useTransportSecurity(java.io.File certChain,
java.io.File privateKey) |