public interface UrlInvocationHandlerStrategy
Modifier and Type | Method and Description |
---|---|
URL |
buildURL(Object proxy,
Method m,
Object[] args) |
byte[] |
generatePostData(Object proxy,
Method m,
Object[] args) |
void |
getCookies(URLConnection c) |
int |
getRetryAttempts() |
Object |
readResponse(URLConnection c) |
void |
setCookies(URLConnection c) |
URL buildURL(Object proxy, Method m, Object[] args) throws MalformedURLException
MalformedURLException
int getRetryAttempts()
void setCookies(URLConnection c)
void getCookies(URLConnection c)
byte[] generatePostData(Object proxy, Method m, Object[] args) throws IOException
IOException
Object readResponse(URLConnection c) throws IOException
IOException
Copyright © 2014. All rights reserved.