public class SerialSelectorProvider extends SelectorProvider
| Constructor and Description |
|---|
SerialSelectorProvider() |
| Modifier and Type | Method and Description |
|---|---|
DatagramChannel |
openDatagramChannel() |
DatagramChannel |
openDatagramChannel(ProtocolFamily family) |
Pipe |
openPipe() |
SerialSelector |
openSelector() |
ServerSocketChannel |
openServerSocketChannel() |
SocketChannel |
openSocketChannel() |
static SerialSelectorProvider |
provider() |
inheritedChannelpublic static SerialSelectorProvider provider()
public DatagramChannel openDatagramChannel() throws IOException
openDatagramChannel in class SelectorProviderIOExceptionpublic DatagramChannel openDatagramChannel(ProtocolFamily family) throws IOException
openDatagramChannel in class SelectorProviderIOExceptionpublic Pipe openPipe() throws IOException
openPipe in class SelectorProviderIOExceptionpublic SerialSelector openSelector() throws IOException
openSelector in class SelectorProviderIOExceptionpublic ServerSocketChannel openServerSocketChannel() throws IOException
openServerSocketChannel in class SelectorProviderIOExceptionpublic SocketChannel openSocketChannel() throws IOException
openSocketChannel in class SelectorProviderIOExceptionCopyright © 2015. All rights reserved.