Package zmq.socket

Class Stream.Outpipe

  • Enclosing class:
    Stream

    private class Stream.Outpipe
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean active  
      private Pipe pipe  
    • Constructor Summary

      Constructors 
      Constructor Description
      Outpipe​(Pipe pipe, boolean active)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • pipe

        private Pipe pipe
      • active

        private boolean active
    • Constructor Detail

      • Outpipe

        public Outpipe​(Pipe pipe,
                       boolean active)