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())); | dst.getHostString() | dst.get(0).getPort() | armeria | b34b60f811b0f7a66453bd55268eaddb46f8be09 | com.linecorp.armeria.server.ProxyProtocolEnabledServerTest.server.configure.service | | | | | | Uses | True |