Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.inprocess |
The in-process transport which is for when a server is in the same process as the client.
|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Method and Description |
---|---|
T |
ServerBuilder.addStreamTracerFactory(ServerStreamTracer.Factory factory)
Adds a
ServerStreamTracer.Factory to measure server-side traffic. |
Modifier and Type | Method and Description |
---|---|
protected List<io.grpc.inprocess.InProcessServer> |
InProcessServerBuilder.buildTransportServers(List<? extends ServerStreamTracer.Factory> streamTracerFactories) |
Modifier and Type | Method and Description |
---|---|
T |
AbstractServerImplBuilder.addStreamTracerFactory(ServerStreamTracer.Factory factory) |
Modifier and Type | Method and Description |
---|---|
protected abstract List<? extends InternalServer> |
AbstractServerImplBuilder.buildTransportServers(List<? extends ServerStreamTracer.Factory> streamTracerFactories)
Children of AbstractServerBuilder should override this method to provide transport specific
information for the server.
|
static StatsTraceContext |
StatsTraceContext.newServerContext(List<? extends ServerStreamTracer.Factory> factories,
String fullMethodName,
Metadata headers)
Factory method for the server-side.
|
Copyright © 2019. All rights reserved.