Interface AEProxyState

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean connect​(java.nio.channels.SocketChannel sc)  
      java.lang.String getStateName()  
      boolean read​(java.nio.channels.SocketChannel sc)  
      boolean write​(java.nio.channels.SocketChannel sc)  
    • Method Detail

      • getStateName

        java.lang.String getStateName()
      • read

        boolean read​(java.nio.channels.SocketChannel sc)
              throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        boolean write​(java.nio.channels.SocketChannel sc)
               throws java.io.IOException
        Throws:
        java.io.IOException
      • connect

        boolean connect​(java.nio.channels.SocketChannel sc)
                 throws java.io.IOException
        Throws:
        java.io.IOException