Searched defs:getChannel (Results 1 - 15 of 15) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DSocketOutputStream.java67 * The <code>getChannel</code> method of <code>SocketOutputStream</code>
75 public final FileChannel getChannel() { method in class:SocketOutputStream
H A DSocketInputStream.java69 * The <code>getChannel</code> method of <code>SocketInputStream</code>
77 public final FileChannel getChannel() { method in class:SocketInputStream
H A DServerSocket.java592 public ServerSocketChannel getChannel() { method in class:ServerSocket
H A DDatagramSocket.java1243 public DatagramChannel getChannel() { method in class:DatagramSocket
H A DSocket.java828 public SocketChannel getChannel() { method in class:Socket
/libcore/ojluni/src/main/java/java/io/
H A DFileInputStream.java395 public FileChannel getChannel() { method in class:FileInputStream
H A DFileOutputStream.java393 public FileChannel getChannel() { method in class:FileOutputStream
H A DRandomAccessFile.java289 public final FileChannel getChannel() { method in class:RandomAccessFile
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DServerSocketAdaptor.java151 public ServerSocketChannel getChannel() { method in class:ServerSocketAdaptor
H A DInheritedChannel.java207 public static synchronized Channel getChannel() throws IOException { method in class:InheritedChannel
H A DDatagramSocketAdaptor.java369 public DatagramChannel getChannel() { method in class:DatagramSocketAdaptor
H A DSocketAdaptor.java76 public SocketChannel getChannel() { method in class:SocketAdaptor
/libcore/ojluni/src/main/java/sun/nio/cs/
H A DStreamDecoder.java212 private static FileChannel getChannel(FileInputStream in) { method in class:StreamDecoder
216 return in.getChannel();
245 ch = getChannel((FileInputStream)in);
/libcore/ojluni/src/main/java/sun/security/ssl/
H A DBaseSSLSocketImpl.java95 * @see java.net.Socket#getChannel
97 public final SocketChannel getChannel() { method in class:BaseSSLSocketImpl
99 return super.getChannel();
101 return self.getChannel();
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java3455 @Override public SocketChannel getChannel() { method in class:URLConnectionTest.DelegatingSSLSocket
3456 return delegate.getChannel();

Completed in 242 milliseconds