Class IOImpl

  • All Implemented Interfaces:
    IO

    public class IOImpl
    extends java.lang.Object
    implements IO
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IOImpl

        public IOImpl()
    • Method Detail

      • pipe

        public java.nio.channels.Pipe pipe()
                                    throws java.io.IOException
        Specified by:
        pipe in interface IO
        Throws:
        java.io.IOException
      • selector

        public java.nio.channels.Selector selector()
                                            throws java.io.IOException
        Specified by:
        selector in interface IO
        Throws:
        java.io.IOException
      • serverSocketChannel

        public java.nio.channels.ServerSocketChannel serverSocketChannel()
                                                                  throws java.io.IOException
        Specified by:
        serverSocketChannel in interface IO
        Throws:
        java.io.IOException
      • socketChannel

        public java.nio.channels.SocketChannel socketChannel()
                                                      throws java.io.IOException
        Specified by:
        socketChannel in interface IO
        Throws:
        java.io.IOException