Uses of Class
io.grpc.ClientStreamTracer.StreamInfo.Builder
-
Packages that use ClientStreamTracer.StreamInfo.Builder Package Description io.grpc The gRPC core public API. -
-
Uses of ClientStreamTracer.StreamInfo.Builder in io.grpc
Methods in io.grpc that return ClientStreamTracer.StreamInfo.Builder Modifier and Type Method Description static ClientStreamTracer.StreamInfo.BuilderClientStreamTracer.StreamInfo. newBuilder()Creates an empty Builder.ClientStreamTracer.StreamInfo.BuilderClientStreamTracer.StreamInfo.Builder. setCallOptions(CallOptions callOptions)Sets the effective CallOptions of the call.ClientStreamTracer.StreamInfo.BuilderClientStreamTracer.StreamInfo.Builder. setTransportAttrs(Attributes transportAttrs)Sets the attributes of the transport that this stream was created on.ClientStreamTracer.StreamInfo.BuilderClientStreamTracer.StreamInfo. toBuilder()Converts this StreamInfo into a new Builder.
-