Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@wmiaw
Copy link
Contributor

@wmiaw wmiaw commented May 30, 2016

Fixes #106 by creating an interface which can be implemented by the caller to provide custom behavior.

Create MSL com.netflix.msl.io.Url interface to match JavaScript Url interface. This differs from the Java java.net.URL class but provides the same functionality. A default JavaUrl implementation is provided that is backed by java.net.URL and java.net.URLConnection.

Interface name is undesirable as potentially confusing with java.net.URL but it's a starting point and is at least consistent with JavaScript.

…nterface. This differs from the Java java.net.URL class but provides the same functionality.

Interface name is undesirable as potentially confusing with java.net.URL but it's a starting point.
@wmiaw wmiaw self-assigned this May 30, 2016
@wmiaw wmiaw merged commit b97f3a3 into master May 30, 2016
@wmiaw wmiaw deleted the url-interface branch May 30, 2016 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants