|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aetrion.flickr.util.UrlUtilities
public class UrlUtilities
Constructor Summary | |
---|---|
UrlUtilities()
|
Method Summary | |
---|---|
static java.net.URL |
buildPostUrl(java.lang.String host,
int port,
java.lang.String path)
|
static java.net.URL |
buildUrl(java.lang.String host,
int port,
java.lang.String path,
java.util.List parameters)
Build a request URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UrlUtilities()
Method Detail |
---|
public static java.net.URL buildUrl(java.lang.String host, int port, java.lang.String path, java.util.List parameters) throws java.net.MalformedURLException
host
- The hostport
- The portpath
- The pathparameters
- The parameters
java.net.MalformedURLException
public static java.net.URL buildPostUrl(java.lang.String host, int port, java.lang.String path) throws java.net.MalformedURLException
java.net.MalformedURLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |