KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > nio > channels > ServerSocketChannel

java.nio.channels
Class ServerSocketChannel

java.lang.Object
  extended by java.nio.channels.spi.AbstractInterruptibleChannel
      extended by java.nio.channels.SelectableChannel
          extended by java.nio.channels.spi.AbstractSelectableChannel
              extended by java.nio.channels.ServerSocketChannel
All Implemented Interfaces:
Closeable, Channel, InterruptibleChannel
See Also:
Top Examples, Source Code, bind, NotYetBoundException, accept, open, SocketImpl, socket

public abstract SocketChannel accept()
                              throws IOException
See Also:
SecurityException, NotYetBoundException, ClosedByInterruptException, AsynchronousCloseException, ClosedChannelException, checkAccept
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ServerSocketChannel open()
                                throws IOException
See Also:
bind, SelectorProvider, openServerSocketChannel
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected ServerSocketChannel(SelectorProvider provider)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract ServerSocket socket()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final int validOps()
See Also:
SelectableChannel, SelectionKey.OP_ACCEPT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Free Books   Free Magazines  
Popular Tags