Searched refs:JsonWireAdapter (Results 1 – 2 of 2) sorted by relevance
45 public class JsonWireAdapter implements PoloWireInterface { class63 public JsonWireAdapter(InputStream input, OutputStream output) { in JsonWireAdapter() method in JsonWireAdapter74 public static JsonWireAdapter fromContext(PairingContext context) { in fromContext()75 return new JsonWireAdapter(context.getPeerInputStream(), context in fromContext()
20 import com.google.polo.wire.json.JsonWireAdapter;43 return JsonWireAdapter.fromContext(context); in getWireInterface()