public interface IO
Modifier and Type | Method and Description |
---|---|
Pipe |
pipe() |
Selector |
selector() |
ServerSocketChannel |
serverSocketChannel() |
SocketChannel |
socketChannel() |
Pipe pipe() throws IOException
IOException
Selector selector() throws IOException
IOException
ServerSocketChannel serverSocketChannel() throws IOException
IOException
SocketChannel socketChannel() throws IOException
IOException
Copyright © 2016 The Apache Software Foundation. All rights reserved.