API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.nio.channels.spi. SelectorProvider View Source
Author(s)
Mark Reinhold
JSR-51 Expert Group
Since
1.4
Version
1.28, 06/06/28
Serial
Hierarchy
 Object
      SelectorProvider
Implements
Subclasses
Description
publicabstract abstract class SelectorProvider
  Service-provider class for selectors and selectable channels.
See also:   
Constructors
protected SelectorProvider ()
  Initializes a new instance of this class.
Methods
Hide/Show inherited methods
public Channel inheritedChannel () throws IOException
  Returns the channel inherited from the entity that created this Java virtual machine.
publicabstract DatagramChannel openDatagramChannel () throws IOException
  Opens a datagram channel.
publicabstract Pipe openPipe () throws IOException
  Opens a pipe.
publicabstract AbstractSelector openSelector () throws IOException
  Opens a selector.
publicabstract ServerSocketChannel openServerSocketChannel () throws IOException
  Opens a server-socket channel.
publicabstract SocketChannel openSocketChannel () throws IOException
  Opens a socket channel.
publicstatic SelectorProvider provider ()
  Returns the system-wide default selector provider for this invocation of the Java virtual machine.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar