Home | History | Annotate | Download | only in channels

Lines Matching defs:Inet6Address

25 import java.net.Inet6Address;
78 channel1.socket().bind(new InetSocketAddress(Inet6Address.LOOPBACK, 0));
79 channel2.socket().bind(new InetSocketAddress(Inet6Address.LOOPBACK, 0));
84 this.datagramSocket1 = new DatagramSocket(0, Inet6Address.LOOPBACK);
85 this.datagramSocket2 = new DatagramSocket(0, Inet6Address.LOOPBACK);
1291 assertEquals(senderAddr.getAddress(), Inet6Address.LOOPBACK);
2530 dc.bind(new InetSocketAddress(Inet6Address.LOOPBACK, 0));