| Constructor and Description |
|---|
IOImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.nio.channels.Pipe |
pipe() |
java.nio.channels.Selector |
selector() |
java.nio.channels.ServerSocketChannel |
serverSocketChannel() |
java.nio.channels.SocketChannel |
socketChannel() |
public java.nio.channels.Pipe pipe()
throws java.io.IOException
public java.nio.channels.Selector selector()
throws java.io.IOException
public java.nio.channels.ServerSocketChannel serverSocketChannel()
throws java.io.IOException
serverSocketChannel in interface IOjava.io.IOExceptionpublic java.nio.channels.SocketChannel socketChannel()
throws java.io.IOException
socketChannel in interface IOjava.io.IOException