Package zmq

Class Ctx.PendingConnection

  • Enclosing class:
    Ctx

    private static class Ctx.PendingConnection
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • connectPipe

        private final Pipe connectPipe
      • bindPipe

        private final Pipe bindPipe
    • Constructor Detail

      • PendingConnection

        public PendingConnection​(Ctx.Endpoint endpoint,
                                 Pipe connectPipe,
                                 Pipe bindPipe)