Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
String com.griddynamics.jagger.invoker.v2.JHttpEndpoint.toString ( )

Definition at line 200 of file JHttpEndpoint.java.

200  {
201  return "JHttpEndpoint{" +
202  "protocol=" + protocol +
203  ", hostname='" + hostname + '\'' +
204  ", port=" + port +
205  '}';
206  }