com.github.nkzawa.socketio.client
Class Url
java.lang.Object
com.github.nkzawa.socketio.client.Url
public class Url
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parse
public static URL parse(String uri)
throws URISyntaxException,
MalformedURLException
- Throws:
URISyntaxException
MalformedURLException
parse
public static URL parse(URI uri)
throws MalformedURLException
- Throws:
MalformedURLException
extractId
public static String extractId(String url)
throws MalformedURLException
- Throws:
MalformedURLException
extractId
public static String extractId(URL url)
Copyright © 2014. All rights reserved.