Get desktop application:
View/edit binary Protocol Buffers messages
(message has no fields)
(message has no fields)
(message has no fields)
(message has no fields)
SubscribeRoutingStatsRequest subscribes to routing statistics channel if opened by xray-core. * FieldSelectors selects a subset of fields in routing statistics to return. Valid selectors: - inbound: Selects connection's inbound tag. - network: Selects connection's network. - ip: Equivalent as "ip_source" and "ip_target", selects both source and target IP. - port: Equivalent as "port_source" and "port_target", selects both source and target port. - domain: Selects target domain. - protocol: Select connection's protocol. - user: Select connection's inbound user email. - attributes: Select connection's additional attributes. - outbound: Equivalent as "outbound" and "outbound_group", select both outbound tag and outbound group tags. * If FieldSelectors is left empty, all fields will be returned.
TestRouteRequest manually tests a routing result according to the routing context message. * RoutingContext is the routing message without outbound information. * FieldSelectors selects the fields to return in the routing result. All fields are returned if left empty. * PublishResult broadcasts the routing result to routing statistics channel if set true.
Used in:
(message has no fields)
Used in:
Used in:
Used in:
RoutingContext is the context with information relative to routing process. It conforms to the structure of xray.features.routing.Context and xray.features.routing.Route.
Used as response type in: RoutingService.SubscribeRoutingStats, RoutingService.TestRoute
Used as field type in: