Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
static JHttpEndpoint com.griddynamics.jagger.invoker.v2.JHttpEndpoint.copyOf ( JHttpEndpoint  jHttpEndpoint)
static

Definition at line 193 of file JHttpEndpoint.java.

References com.griddynamics.jagger.invoker.v2.JHttpEndpoint.getURI(), and com.griddynamics.jagger.invoker.v2.JHttpEndpoint.JHttpEndpoint().

Referenced by com.griddynamics.jagger.invoker.scenario.JHttpScenarioGlobalContext.copy().

193  {
194  if (jHttpEndpoint == null)
195  return null;
196  return new JHttpEndpoint(jHttpEndpoint.getURI());
197  }

Here is the call graph for this function:

Here is the caller graph for this function: