Uses of Class
zipkin2.proto3.Endpoint.Builder
-
Packages that use Endpoint.Builder Package Description zipkin2.proto3 -
-
Uses of Endpoint.Builder in zipkin2.proto3
Methods in zipkin2.proto3 that return Endpoint.Builder Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. ipv4(okio.ByteString ipv4)4 byte representation of the primary IPv4 address associated with this connection.Endpoint.BuilderEndpoint.Builder. ipv6(okio.ByteString ipv6)16 byte representation of the primary IPv6 address associated with this connection.Endpoint.BuilderEndpoint. newBuilder()Endpoint.BuilderEndpoint.Builder. port(Integer port)Depending on context, this could be a listen port or the client-side of a socket.Endpoint.BuilderEndpoint.Builder. service_name(String service_name)Lower-case label of this node in the service graph, such as "favstar".
-