java.lang.Object
java.nio.channels.spi.AbstractInterruptibleChannel
java.nio.channels.SelectableChannel
java.nio.channels.spi.AbstractSelectableChannel
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