|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.utils.HttpUtils
public class HttpUtils
Nested Class Summary | |
---|---|
static class |
HttpUtils.EndpointSpec
|
Method Summary | |
---|---|
static HttpUtils.EndpointSpec |
getProxyForScheme(java.lang.String scheme)
|
static boolean |
isDefaultPort(java.lang.String scheme,
int port)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isDefaultPort(@NotNull java.lang.String scheme, int port)
scheme
- http or httpsport
- the port ot check
@Nullable public static HttpUtils.EndpointSpec getProxyForScheme(@Nullable java.lang.String scheme)
scheme
- for which proxy data should be returned, null if any available data should be returned (then, HTTPS has preference over HTTP)
URIException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |