Searched defs:EndpointPair (Results 1 – 3 of 3) sorted by relevance
47 struct EndpointPair { struct48 PromiseEndpoint client;49 PromiseEndpoint server;
43 public abstract class EndpointPair<N> implements Iterable<N> { class47 private EndpointPair(N nodeU, N nodeV) { in EndpointPair() method in EndpointPair