Skip to content

Instantly share code, notes, and snippets.

@jmgao
Created March 8, 2019 23:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmgao/b51ca8b54ba1593f4b463828a0bfee2d to your computer and use it in GitHub Desktop.
Save jmgao/b51ca8b54ba1593f4b463828a0bfee2d to your computer and use it in GitHub Desktop.
/**
* Retrieves the socket name from the OS.
*
* @return non-null; socket name
* @throws IOException on failure
*/
public LocalSocketAddress getSockAddress() throws IOException {
// This method has never been implemented.
return null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment