Searched defs:remoteAddr (Results 1 – 6 of 6) sorted by relevance
83 public void remoteAddr() throws Exception { in remoteAddr() method in Http2NettyTest
160 InetAddress remoteAddr = NetworkUtils.numericToInetAddress(remote); in openTcpSocket() local461 InetAddress remoteAddr = NetworkUtils.numericToInetAddress(addr); in sendDataOverDatagramSocket() local546 String remoteAddr, Integer remotePort, String message, String id) { in sendDataOverSocket()607 InetAddress remoteAddr = NetworkUtils.numericToInetAddress(addr); in connectSocket() local
232 @Override public void connect(SocketAddress remoteAddr) throws IOException { in connect()236 @Override public void connect(SocketAddress remoteAddr, int timeout) throws IOException { in connect()
1793 SocketAddress remoteAddr; in SendRaw() local1798 SocketAddress remoteAddr; in SendRaw() local1803 SocketAddress remoteAddr; in SendRaw() local1826 SocketAddress remoteAddr; in SendRaw() local1831 SocketAddress remoteAddr; in SendRaw() local1836 SocketAddress remoteAddr; in SendRaw() local
255 InetSocketAddress remoteAddr = new InetSocketAddress(SERVER_IP, SERVER_PORT); in run() local
566 final SocketAddress remoteAddr = mock(SocketAddress.class); in transportFilters() local