com.atlassian.bamboo.utils
Class HttpUtils.EndpointSpec

java.lang.Object
  extended by com.atlassian.bamboo.utils.HttpUtils.EndpointSpec
Enclosing class:
HttpUtils

public static class HttpUtils.EndpointSpec
extends java.lang.Object


Field Summary
 java.lang.String host
           
 java.lang.Integer port
           
 
Constructor Summary
HttpUtils.EndpointSpec(java.lang.String host, java.lang.Integer port)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

@NotNull
public final java.lang.String host

port

@NotNull
public final java.lang.Integer port
Constructor Detail

HttpUtils.EndpointSpec

public HttpUtils.EndpointSpec(@NotNull
                              java.lang.String host,
                              @NotNull
                              java.lang.Integer port)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.