Interface IO
-
- All Known Implementing Classes:
IOImpl
public interface IO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.channels.Pipepipe()java.nio.channels.Selectorselector()java.nio.channels.ServerSocketChannelserverSocketChannel()java.nio.channels.SocketChannelsocketChannel()
-
-
-
Method Detail
-
pipe
java.nio.channels.Pipe pipe() throws java.io.IOException- Throws:
java.io.IOException
-
selector
java.nio.channels.Selector selector() throws java.io.IOException- Throws:
java.io.IOException
-
serverSocketChannel
java.nio.channels.ServerSocketChannel serverSocketChannel() throws java.io.IOException- Throws:
java.io.IOException
-
socketChannel
java.nio.channels.SocketChannel socketChannel() throws java.io.IOException- Throws:
java.io.IOException
-
-