Uses of Class
zipkin2.proto3.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.Builder
Endpoint.Builder. ipv4(okio.ByteString ipv4)
4 byte representation of the primary IPv4 address associated with this connection.Endpoint.Builder
Endpoint.Builder. ipv6(okio.ByteString ipv6)
16 byte representation of the primary IPv6 address associated with this connection.Endpoint.Builder
Endpoint. newBuilder()
Endpoint.Builder
Endpoint.Builder. port(Integer port)
Depending on context, this could be a listen port or the client-side of a socket.Endpoint.Builder
Endpoint.Builder. service_name(String service_name)
Lower-case label of this node in the service graph, such as "favstar".