Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.nio.channels.SocketChannel

Uses of SocketChannel in java.nio.channels
 

Methods in java.nio.channels that return SocketChannel
static SocketChannel SocketChannel.open()
          Opens a socket channel.
static SocketChannel SocketChannel.open(java.net.SocketAddress remote)
          Opens a channel and connects it to a remote address.
abstract  SocketChannel ServerSocketChannel.accept()
          Accepts a connection made to this channel's socket.