Searched refs:channels (Results 76 - 100 of 590) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.base/share/classes/java/nio/channels/
H A DAsynchronousChannelGroup.java26 package java.nio.channels;
28 import java.nio.channels.spi.AsynchronousChannelProvider;
35 * A grouping of asynchronous channels for the purpose of resource sharing.
39 * asynchronous channels} that are bound to the group. A group has an associated
42 * asynchronous operations performed on channels in the group. In addition to
55 * automatically. Asynchronous channels that do not specify a group at
73 * <th scope="row"> {@code java.nio.channels.DefaultThreadPool.threadFactory} </th>
84 * <th scope="row"> {@code java.nio.channels.DefaultThreadPool.initialSize} </th>
118 * the group <em>terminates</em> when all asynchronous channels that are bound to
128 * by an orderly shutdown, the {@code shutdownNow} method closes all open channels
[all...]
H A DMembershipKey.java26 package java.nio.channels;
H A DSeekableByteChannel.java26 package java.nio.channels;
/openjdk10/jdk/test/java/nio/channels/Selector/
H A DCheckLocking.java31 import java.nio.channels.*;
32 import java.nio.channels.spi.*;
H A DKeysReady.java31 import java.nio.channels.*;
32 import java.nio.channels.spi.SelectorProvider;
H A DCloseThenRegister.java30 import java.nio.channels.*;
H A DWakeupSpeed.java30 import java.nio.channels.Selector;
H A DSelectAfterRead.java32 import java.nio.channels.Selector;
33 import java.nio.channels.SelectionKey;
34 import java.nio.channels.SocketChannel;
/openjdk10/jdk/test/java/nio/channels/SocketChannel/
H A DCloseAfterConnect.java27 import java.nio.channels.SocketChannel;
28 import java.nio.channels.ServerSocketChannel;
H A DBind.java30 import java.nio.channels.*;
H A DOpenLeak.java34 import java.nio.channels.SocketChannel;
/openjdk10/jdk/test/java/nio/channels/Pipe/
H A DEmptyRead.java32 import java.nio.channels.*;
33 import java.nio.channels.spi.SelectorProvider;
H A DNonBlocking.java33 import java.nio.channels.*;
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmsalpha.c312 cmsUInt32Number channels[cmsMAXCHANNELS]; local
324 memset(channels, 0, sizeof(channels));
334 channels[i] = total_chans - i - 1;
337 channels[i] = i;
344 cmsUInt32Number tmp = channels[0];
346 channels[i] = channels[i + 1];
348 channels[total_chans - 1] = tmp;
354 channels[
370 cmsUInt32Number channels[cmsMAXCHANNELS]; local
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DSelChImpl.java28 import java.nio.channels.Channel;
/openjdk10/jdk/src/java.desktop/share/native/libmlib_image/
H A Dmlib_ImageCreate.h36 mlib_s32 channels,
/openjdk10/jdk/src/jdk.sctp/share/classes/com/sun/nio/sctp/
H A DSctpChannel.java32 import java.nio.channels.spi.AbstractSelectableChannel;
33 import java.nio.channels.spi.SelectorProvider;
34 import java.nio.channels.ClosedChannelException;
35 import java.nio.channels.SelectionKey;
45 * channel will cause a {@link java.nio.channels.NotYetConnectedException} to be
51 * <p> SCTP channels support <i>non-blocking connection:</i>&nbsp;A
132 * <p> SCTP channels are safe for use by multiple concurrent threads.
197 * @throws java.nio.channels.AsynchronousCloseException
201 * @throws java.nio.channels.ClosedByInterruptException
207 * @throws java.nio.channels
[all...]
H A DSctpServerChannel.java31 import java.nio.channels.SelectionKey;
32 import java.nio.channels.spi.SelectorProvider;
33 import java.nio.channels.spi.AbstractSelectableChannel;
42 * {@link java.nio.channels.NotYetBoundException} to be thrown. An SCTP server
48 * channels support the following options:
72 * <p>SCTP server channels are safe for use by multiple concurrent threads.
129 * @throws java.nio.channels.ClosedChannelException
132 * @throws java.nio.channels.AsynchronousCloseException
136 * @throws java.nio.channels.ClosedByInterruptException
142 * @throws java.nio.channels
[all...]
/openjdk10/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DStateTestService.java44 import java.nio.channels.Channel;
45 import java.nio.channels.DatagramChannel;
46 import java.nio.channels.ServerSocketChannel;
47 import java.nio.channels.SocketChannel;
H A DUtil.java31 import java.nio.channels.DatagramChannel;
32 import java.nio.channels.ServerSocketChannel;
33 import java.nio.channels.SocketChannel;
/openjdk10/jdk/test/java/nio/channels/FileChannel/
H A DTransferToNonWritable.java30 import java.nio.channels.*;
/openjdk10/jdk/test/java/nio/channels/DatagramChannel/
H A DBindNull.java34 import java.nio.channels.*;
H A DIsConnected.java31 import java.nio.channels.*;
H A DNoSender.java31 import java.nio.channels.*;
/openjdk10/jdk/src/java.base/share/classes/java/nio/channels/spi/
H A DAbstractSelector.java26 package java.nio.channels.spi;
29 import java.nio.channels.SelectionKey;
30 import java.nio.channels.Selector;
125 * java.nio.channels.Selector#wakeup wakeup} method. </p>

Completed in 130 milliseconds

1234567891011>>