Searched refs:SourceChannel (Results 1 – 10 of 10) sorted by relevance
59 public abstract static class SourceChannel class in Pipe69 protected SourceChannel(SelectorProvider provider) { in SourceChannel() method in Pipe.SourceChannel132 public abstract SourceChannel source(); in source()
43 Pipe.SourceChannel sourceChannel = createNonBlockingChannel("abc".getBytes("UTF-8")); in testStreamNonBlocking()56 Pipe.SourceChannel sourceChannel = createNonBlockingChannel("abc".getBytes("UTF-8")); in testReaderNonBlocking()64 private Pipe.SourceChannel createNonBlockingChannel(byte[] content) throws IOException { in createNonBlockingChannel()68 Pipe.SourceChannel sourceChannel = pipe.source(); in createNonBlockingChannel()
38 private final SourceChannel source;53 public SourceChannel source() { in source()
36 extends Pipe.SourceChannel
23 import java.nio.channels.Pipe.SourceChannel;55 SourceChannel source = pipe.source(); in test_source()
40 private Pipe.SourceChannel source;
44 private Pipe.SourceChannel source;
127 Pipe.SourceChannel source = p.source(); in testReadable()147 Pipe.SourceChannel source = p.source(); in testWritable()193 Pipe.SourceChannel source = p.source(); in testTwoChannels()250 Pipe.SourceChannel source = p.source(); in testRepeatedSelect1()274 Pipe.SourceChannel source = p.source(); in testRepeatedSelect2()306 Pipe.SourceChannel source = p.source(); in testTimeout()480 Pipe.SourceChannel source = p.source(); in testActionClosingSelector()507 Pipe.SourceChannel source = p.source(); in testLocks()551 Pipe.SourceChannel source = p.source(); in testCancel()604 Pipe.SourceChannel source = p.source(); in testReentrantSelect1()[all …]
25 import java.nio.channels.Pipe.SourceChannel;1083 private final SourceChannel in;1098 HandshakeHandler(SSLContext context, boolean clientMode, SourceChannel in, SinkChannel out)1222 SourceChannel serverSource = clientSendPipe.source();1224 SourceChannel clientSource = serverSendPipe.source();
6879 method public abstract java.nio.channels.Pipe.SourceChannel source();6887 …public abstract static class Pipe.SourceChannel extends java.nio.channels.spi.AbstractSelectableCh…6888 ctor protected Pipe.SourceChannel(java.nio.channels.spi.SelectorProvider);