Home
last modified time | relevance | path

Searched refs:NetworkChannel (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
DNetworkChannel.java54 public interface NetworkChannel interface
87 NetworkChannel bind(SocketAddress local) throws IOException; in bind()
130 <T> NetworkChannel setOption(SocketOption<T> name, T value) throws IOException; in setOption()
DMulticastChannel.java124 extends NetworkChannel
DServerSocketChannel.java81 implements NetworkChannel
DAsynchronousServerSocketChannel.java100 implements AsynchronousChannel, NetworkChannel
DSocketChannel.java123 implements ByteChannel, ScatteringByteChannel, GatheringByteChannel, NetworkChannel
DAsynchronousSocketChannel.java125 implements AsynchronousByteChannel, NetworkChannel
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DMockServerSocketChannel.java24 import java.nio.channels.NetworkChannel;
/libcore/
Dopenjdk_java_files.bp426 "ojluni/src/main/java/java/nio/channels/NetworkChannel.java",
DEXPECTED_UPSTREAM428 …in/java/java/nio/channels/NetworkChannel.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/jav…
/libcore/api/
Dcurrent.txt6660 …erSocketChannel implements java.nio.channels.AsynchronousChannel java.nio.channels.NetworkChannel {
6672 …cketChannel implements java.nio.channels.AsynchronousByteChannel java.nio.channels.NetworkChannel {
6838 public interface MulticastChannel extends java.nio.channels.NetworkChannel {
6843 public interface NetworkChannel extends java.nio.channels.Channel {
6844 …method public java.nio.channels.NetworkChannel bind(java.net.SocketAddress) throws java.io.IOExcep…
6847 …method public <T> java.nio.channels.NetworkChannel setOption(java.net.SocketOption<T>, T) throws j…
6964 …tends java.nio.channels.spi.AbstractSelectableChannel implements java.nio.channels.NetworkChannel {
6979 …ByteChannel java.nio.channels.GatheringByteChannel java.nio.channels.NetworkChannel java.nio.chann…