| return String.join(STR0,STR1,protocol,clientAddress.getHostString(),requestPath); | return String.join(STR0,STR1,protocol,getHostString(clientAddress),requestPath); | String.join(STR0,STR1,protocol,clientAddress.getHostString(),requestPath) | String.join(STR0,STR1,protocol,getHostString(clientAddress),requestPath) | neo4j | c500f61c56cc7a9a478487c41535a209cb2caa54 | org.neo4j.kernel.impl.query.clientconnection.HttpConnectionInfo | | | _1 | clientAddress |
|---|
| _2 | clientAddress |
|---|
| | v0 | requestPath |
|---|
| v1 | protocol |
|---|
| v2 | STR0 |
|---|
| v3 | STR1 |
|---|
| | | v0 | requestPath |
|---|
| v1 | protocol |
|---|
| v2 | STR0 |
|---|
| v3 | STR1 |
|---|
| Returns | True |