Skip to content

Instantly share code, notes, and snippets.

@henryr
Created October 1, 2010 20:47
Show Gist options
  • Save henryr/606834 to your computer and use it in GitHub Desktop.
Save henryr/606834 to your computer and use it in GitHub Desktop.
URL url = new URL("http://localhost:" + server.getPort());
xceiver = new HttpTransceiver(url);
proxy = (NozzleIPC) SpecificRequestor.getClient(NozzleIPC.class, xceiver);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment