Searched refs:leave (Results 1 - 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DAbstractPlainDatagramSocketImpl.java183 * @param inetaddr multicast address to leave.
185 protected void leave(InetAddress inetaddr) throws IOException { method in class:AbstractPlainDatagramSocketImpl
186 leave(inetaddr, null);
210 * @param mcastaddr multicast address to leave.
211 * @param netIf specified the local interface to leave the group at
220 leave(((InetSocketAddress)mcastaddr).getAddress(), netIf);
223 protected abstract void leave(InetAddress inetaddr, NetworkInterface netIf) method in class:AbstractPlainDatagramSocketImpl
H A DDatagramSocketImpl.java212 * @param inetaddr multicast address to leave.
216 protected abstract void leave(InetAddress inetaddr) throws IOException; method in class:DatagramSocketImpl
233 * @param mcastaddr address to leave.
234 * @param netIf specified the local interface to leave the group at
H A DMulticastSocket.java61 * // OK, I'm done talking - leave the group...
335 * @param mcastaddr is the multicast address to leave
358 getImpl().leave(mcastaddr);
417 * @param mcastaddr is the multicast address to leave
H A DPlainDatagramSocketImpl.java186 protected void leave(InetAddress inetaddr, NetworkInterface netIf) method in class:PlainDatagramSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DDatagramSocketImplTest.java107 protected void leave(InetAddress addr) throws IOException { method in class:MockDatagramSocketImpl
H A DDatagramSocketTest.java480 protected void leave(InetAddress arg0) throws IOException { method in class:DatagramSocketTest.TestDatagramSocketImpl
/libcore/luni/src/test/java/libcore/java/net/
H A DOldDatagramSocketImplFactoryTest.java165 protected void leave(InetAddress arg0) throws IOException { method in class:OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DDatagramSocketAdaptor.java402 protected void leave(InetAddress inetaddr) throws IOException {}
/libcore/
H A DJavaLibrary.mk72 # type table. This has no bearing on stack traces, but will leave less information

Completed in 181 milliseconds