Class Req

    • Field Detail

      • receivingReply

        private boolean receivingReply
      • messageBegins

        private boolean messageBegins
      • requestIdFramesEnabled

        private boolean requestIdFramesEnabled
      • requestId

        private int requestId
      • strict

        private boolean strict
    • Constructor Detail

      • Req

        public Req​(Ctx parent,
                   int tid,
                   int sid)
    • Method Detail

      • xsend

        public boolean xsend​(Msg msg)
        Overrides:
        xsend in class Dealer
      • xhasIn

        public boolean xhasIn()
        Overrides:
        xhasIn in class Dealer
      • xhasOut

        public boolean xhasOut()
        Overrides:
        xhasOut in class Dealer
      • xsetsockopt

        protected boolean xsetsockopt​(int option,
                                      java.lang.Object optval)
        Overrides:
        xsetsockopt in class Dealer
      • recvReplyPipe

        private Msg recvReplyPipe()