Home | History | Annotate | Download | only in channels

Lines Matching defs:getLocalSocketAddress

73         assertEquals(asc.getRemoteAddress(), s.getLocalSocketAddress());
137 asc.bind(ss.getLocalSocketAddress());
275 Future<Void> connectFuture = asc.connect(ss.getLocalSocketAddress());
327 asc.connect(ss.getLocalSocketAddress(), attachment, connectCompletionHandler);
386 asc.connect(ss.getLocalSocketAddress(), attachment, connectCompletionHandler);
456 asc.connect(ss.getLocalSocketAddress(), null, null);
471 asc.connect(ss.getLocalSocketAddress(), null,
571 asc.connect(ss.getLocalSocketAddress(), null,
641 asc.connect(ss.getLocalSocketAddress(), null,
740 asc.connect(ss.getLocalSocketAddress(), null,
784 Future<Void> connectFuture = asc.connect(ss.getLocalSocketAddress());