Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.invoker.v2.JHttpEndpoint.JHttpEndpoint ( String  hostname,
int  port 
)
Parameters
hostnamehostname of endpoint
portport of endpoint

Definition at line 102 of file JHttpEndpoint.java.

References com.griddynamics.jagger.invoker.v2.JHttpEndpoint.DEF_PROTOCOL.

102  {
103  this(DEF_PROTOCOL, hostname, port);
104  }