Searched refs:channels (Results 51 - 75 of 590) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DSelectorProviderImpl.java33 import java.nio.channels.*;
34 import java.nio.channels.spi.*;
H A DSelectorImpl.java30 import java.nio.channels.ClosedSelectorException;
31 import java.nio.channels.IllegalSelectorException;
32 import java.nio.channels.SelectionKey;
33 import java.nio.channels.Selector;
34 import java.nio.channels.spi.AbstractSelectableChannel;
35 import java.nio.channels.spi.AbstractSelector;
36 import java.nio.channels.spi.SelectorProvider;
H A DSelectionKeyImpl.java29 import java.nio.channels.*;
30 import java.nio.channels.spi.*;
/openjdk10/jdk/src/java.base/share/classes/java/nio/channels/
H A DSelector.java26 package java.nio.channels;
30 import java.nio.channels.spi.SelectorProvider;
39 * java.nio.channels.spi.SelectorProvider selector provider} to
41 * {@link java.nio.channels.spi.SelectorProvider#openSelector openSelector}
64 * cancelled but whose channels have not yet been deregistered. This set is
141 * channels to become ready, and if so for how long, is the only essential
158 * <p> Keys may be cancelled and channels may be closed at any time. Hence the
217 * java.nio.channels.spi.SelectorProvider#openSelector openSelector} method
219 * java.nio.channels.spi.SelectorProvider} object. </p>
278 * Selects a set of keys whose corresponding channels ar
[all...]
H A DPipe.java26 package java.nio.channels;
29 import java.nio.channels.spi.*;
33 * A pair of channels that implements a unidirectional pipe.
35 * <p> A pipe consists of a pair of channels: A writable {@link
43 * buffer up to a certain number of bytes between the sink and source channels,
77 * <p> Pipe-source channels only support reading, so this method
111 * <p> Pipe-sink channels only support writing, so this method returns
145 * java.nio.channels.spi.SelectorProvider#openPipe openPipe} method of the
146 * system-wide default {@link java.nio.channels.spi.SelectorProvider}
H A DGatheringByteChannel.java26 package java.nio.channels;
79 * writing all of the <i>r</i> requested bytes. Some types of channels,
H A DScatteringByteChannel.java26 package java.nio.channels;
/openjdk10/jdk/test/java/nio/channels/Channels/
H A DReadByte.java30 import java.nio.channels.ReadableByteChannel;
31 import java.nio.channels.Channels;
H A DReadOffset.java31 import java.nio.channels.ReadableByteChannel;
32 import java.nio.channels.Channels;
/openjdk10/jdk/test/java/nio/channels/Selector/
H A DWakeupAfterClose.java30 import java.nio.channels.ClosedSelectorException;
31 import java.nio.channels.Selector;
H A DHelperSlowToDie.java31 import java.nio.channels.*;
47 // register channels
48 SocketChannel[] channels = new SocketChannel[CHANNELS_PER_THREAD];
53 channels[i] = sc;
68 // Loop changing the number of channels from 1023 to 1024 and back.
83 channels[i].close();
H A DCloseInvalidatesKeys.java29 import java.nio.channels.*;
H A DWakeupEmpty.java31 import java.nio.channels.*;
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DAudioFormat.java57 * of channels, sample rate, sample size, byte order, frame rate, and frame
58 * size. Sounds may have different numbers of audio channels: one for mono, two
64 * regardless of the number of channels. This is the standard use of the term.)
69 * like PCM, a frame consists of the set of samples for all channels at a given
71 * size of a sample (in bytes) times the number of channels. However, with some
148 * The number of audio channels in this format (1 for mono, 2 for stereo).
150 protected int channels; field in class:AudioFormat
182 * @param channels the number of channels (1 for mono, 2 for stereo, and so
191 int channels, in
190 AudioFormat(Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian) argument
222 AudioFormat(Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian, Map<String, Object> properties) argument
246 AudioFormat(float sampleRate, int sampleSizeInBits, int channels, boolean signed, boolean bigEndian) argument
[all...]
/openjdk10/jdk/src/jdk.httpserver/share/classes/com/sun/net/httpserver/
H A DHttpsExchange.java30 import java.nio.channels.*;
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DAsyncEvent.java28 import java.nio.channels.SelectableChannel;
/openjdk10/jdk/test/java/io/RandomAccessFile/
H A DClose.java30 import java.nio.channels.*;
/openjdk10/jdk/test/java/nio/channels/FileChannel/
H A DRelease.java30 import java.nio.channels.*;
/openjdk10/jdk/test/java/nio/channels/SocketChannel/
H A DBufferSize.java30 import java.nio.channels.*;
/openjdk10/jdk/test/java/nio/channels/spi/AsynchronousChannelProvider/
H A DCheckProvider.java26 * @summary Unit test for java.nio.channels.spi.AsynchronousChannelProvider
29 * @run main/othervm -Djava.nio.channels.spi.AsynchronousChannelProvider=Provider2
33 import java.nio.channels.spi.AsynchronousChannelProvider;
/openjdk10/jdk/test/java/nio/channels/DatagramChannel/
H A DReceive.java30 import java.nio.channels.*;
/openjdk10/jdk/test/java/rmi/testlibrary/
H A DRMIDSelectorProvider.java28 import java.nio.channels.Channel;
29 import java.nio.channels.DatagramChannel;
30 import java.nio.channels.Pipe;
31 import java.nio.channels.ServerSocketChannel;
32 import java.nio.channels.SocketChannel;
33 import java.nio.channels.spi.AbstractSelector;
34 import java.nio.channels.spi.SelectorProvider;
/openjdk10/jdk/src/jdk.sctp/share/classes/com/sun/nio/sctp/
H A DSctpMultiChannel.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.NotYetBoundException;
36 import java.nio.channels.SelectionKey;
136 * <p> SCTP multi channels are safe for use by multiple concurrent threads.
233 * @throws java.nio.channels.AlreadyBoundException
236 * @throws java.nio.channels.UnsupportedAddressTypeException
270 * @throws java.nio.channels.AlreadyBoundException
273 * @throws java.nio.channels
[all...]
/openjdk10/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DEchoService.java61 import java.nio.channels.Channel;
62 import java.nio.channels.DatagramChannel;
63 import java.nio.channels.SelectionKey;
64 import java.nio.channels.Selector;
65 import java.nio.channels.ServerSocketChannel;
66 import java.nio.channels.SocketChannel;
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSoftMixingMixer.java101 for (int channels = 1; channels <= 2; channels++) {
103 AudioSystem.NOT_SPECIFIED, 8, channels, channels,
106 AudioSystem.NOT_SPECIFIED, 8, channels, channels,
110 AudioSystem.NOT_SPECIFIED, bits, channels, channels
113 AudioSystem.NOT_SPECIFIED, bits, channels, channel
[all...]

Completed in 147 milliseconds

1234567891011>>