com.web_visage.ichatserv.stubs
Class SelectorProviterStub

java.lang.Object
  extended by java.nio.channels.spi.SelectorProvider
      extended by com.web_visage.ichatserv.stubs.SelectorProviterStub

public class SelectorProviterStub
extends java.nio.channels.spi.SelectorProvider

TODO Add java-doc

Author:
K.Baturytski

Constructor Summary
SelectorProviterStub()
          Constructor.
 
Method Summary
 java.nio.channels.DatagramChannel openDatagramChannel()
           
 java.nio.channels.Pipe openPipe()
           
 java.nio.channels.spi.AbstractSelector openSelector()
           
 java.nio.channels.ServerSocketChannel openServerSocketChannel()
           
 java.nio.channels.SocketChannel openSocketChannel()
           
 
Methods inherited from class java.nio.channels.spi.SelectorProvider
inheritedChannel, provider
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectorProviterStub

public SelectorProviterStub()
Constructor.

Method Detail

openDatagramChannel

public java.nio.channels.DatagramChannel openDatagramChannel()
                                                      throws java.io.IOException
Specified by:
openDatagramChannel in class java.nio.channels.spi.SelectorProvider
Throws:
java.io.IOException
See Also:
SelectorProvider.openDatagramChannel()

openPipe

public java.nio.channels.Pipe openPipe()
                                throws java.io.IOException
Specified by:
openPipe in class java.nio.channels.spi.SelectorProvider
Throws:
java.io.IOException
See Also:
SelectorProvider.openPipe()

openSelector

public java.nio.channels.spi.AbstractSelector openSelector()
                                                    throws java.io.IOException
Specified by:
openSelector in class java.nio.channels.spi.SelectorProvider
Throws:
java.io.IOException
See Also:
SelectorProvider.openSelector()

openServerSocketChannel

public java.nio.channels.ServerSocketChannel openServerSocketChannel()
                                                              throws java.io.IOException
Specified by:
openServerSocketChannel in class java.nio.channels.spi.SelectorProvider
Throws:
java.io.IOException
See Also:
SelectorProvider.openServerSocketChannel()

openSocketChannel

public java.nio.channels.SocketChannel openSocketChannel()
                                                  throws java.io.IOException
Specified by:
openSocketChannel in class java.nio.channels.spi.SelectorProvider
Throws:
java.io.IOException
See Also:
SelectorProvider.openSocketChannel()