Skip to content

Instantly share code, notes, and snippets.

@hamnis
Created June 16, 2012 12:27
Show Gist options
  • Save hamnis/2941216 to your computer and use it in GitHub Desktop.
Save hamnis/2941216 to your computer and use it in GitHub Desktop.
interface Session {
String getId();
}
interface UserAgent {
String getName();
HTTPCache create(Session session);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment