return HttpResponse.of(HttpStatus.OK,MediaType.PLAIN_TEXT_UTF_8,String.format(STR0,src.getHostString(),src.getPort(),dst.getHostString(),dst.getPort())); | return HttpResponse.of(HttpStatus.OK,MediaType.PLAIN_TEXT_UTF_8,String.format(STR0,src.getHostString(),src.getPort(),dst.get(0).getHostString(),dst.get(0).getPort())); | String.format(STR0,src.getHostString(),src.getPort(),dst.getHostString(),dst.getPort()) | String.format(STR0,src.getHostString(),src.getPort(),dst.get(0).getHostString(),dst.get(0).getPort()) | armeria | b34b60f811b0f7a66453bd55268eaddb46f8be09 | com.linecorp.armeria.server.ProxyProtocolEnabledServerTest.server.configure.service | | | TCIVar | dst |
---|
v0 | src.getPort() |
---|
v2 | STR0 |
---|
v3 | src.getHostString() |
---|
| | TCIVar | dst |
---|
v0 | src.getPort() |
---|
v2 | STR0 |
---|
v3 | src.getHostString() |
---|
| Uses | True |