Class IOImpl
- java.lang.Object
-
- org.apache.qpid.proton.reactor.impl.IOImpl
-
-
Constructor Summary
Constructors Constructor Description IOImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.channels.Pipe
pipe()
java.nio.channels.Selector
selector()
java.nio.channels.ServerSocketChannel
serverSocketChannel()
java.nio.channels.SocketChannel
socketChannel()
-
-
-
Method Detail
-
pipe
public java.nio.channels.Pipe pipe() throws java.io.IOException
-
selector
public java.nio.channels.Selector selector() throws java.io.IOException
-
serverSocketChannel
public java.nio.channels.ServerSocketChannel serverSocketChannel() throws java.io.IOException
- Specified by:
serverSocketChannel
in interfaceIO
- Throws:
java.io.IOException
-
socketChannel
public java.nio.channels.SocketChannel socketChannel() throws java.io.IOException
- Specified by:
socketChannel
in interfaceIO
- Throws:
java.io.IOException
-
-