Class IpocsSocketAcceptor

  • All Implemented Interfaces:
    java.nio.channels.CompletionHandler<java.nio.channels.AsynchronousSocketChannel,​java.lang.Object>

    public class IpocsSocketAcceptor
    extends java.lang.Object
    implements java.nio.channels.CompletionHandler<java.nio.channels.AsynchronousSocketChannel,​java.lang.Object>
    Since:
    4.21.2
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void completed​(java.nio.channels.AsynchronousSocketChannel result, java.lang.Object attachment)  
      void failed​(java.lang.Throwable exc, java.lang.Object attachment)  
      • Methods inherited from class java.lang.Object

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

      • completed

        public void completed​(java.nio.channels.AsynchronousSocketChannel result,
                              java.lang.Object attachment)
        Specified by:
        completed in interface java.nio.channels.CompletionHandler<java.nio.channels.AsynchronousSocketChannel,​java.lang.Object>
      • failed

        public void failed​(java.lang.Throwable exc,
                           java.lang.Object attachment)
        Specified by:
        failed in interface java.nio.channels.CompletionHandler<java.nio.channels.AsynchronousSocketChannel,​java.lang.Object>