Searched defs:inetaddr (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jdk/src/java.base/unix/classes/java/net/
H A DPlainDatagramSocketImpl.java127 protected native void join(InetAddress inetaddr, NetworkInterface netIf) argument
130 protected native void leave(InetAddress inetaddr, NetworkInterface netIf) argument
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DAbstractPlainDatagramSocketImpl.java214 protected void join(InetAddress inetaddr) throws IOException { argument
222 protected void leave(InetAddress inetaddr) throws IOException { argument
242 protected abstract void join(InetAddress inetaddr, NetworkInterface netIf) argument
260 protected abstract void leave(InetAddress inetaddr, NetworkInterface netIf) argument
H A DDatagramSocketImpl.java208 protected abstract void join(InetAddress inetaddr) throws IOException; argument
216 protected abstract void leave(InetAddress inetaddr) throws IOException; argument
/openjdk9/jdk/src/java.base/windows/classes/java/net/
H A DDualStackPlainDatagramSocketImpl.java237 protected void join(InetAddress inetaddr, NetworkInterface netIf) argument
242 protected void leave(InetAddress inetaddr, NetworkInterface netIf) argument
H A DTwoStacksPlainDatagramSocketImpl.java195 protected native void join(InetAddress inetaddr, NetworkInterface netIf) argument
198 protected native void leave(InetAddress inetaddr, NetworkInterface netIf) argument
/openjdk9/jdk/test/java/net/Socket/
H A DSocketImplTest.java128 protected void join(InetAddress inetaddr) throws IOException { argument
131 protected void leave(InetAddress inetaddr) throws IOException { argument
/openjdk9/jdk/test/java/net/SocketOption/
H A DImmutableOptions.java168 protected void join(InetAddress inetaddr) throws IOException { } argument
170 protected void leave(InetAddress inetaddr) throws IOException { } argument

Completed in 87 milliseconds