Class Request

    • Constructor Summary

      Constructors 
      Constructor Description
      Request()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void request​(Session session, Channel channel)  
      (package private) void setReply​(boolean reply)  
      (package private) boolean waitForReply()  
      (package private) void write​(Packet packet)  
      • Methods inherited from class java.lang.Object

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

      • reply

        private boolean reply
    • Constructor Detail

      • Request

        Request()
    • Method Detail

      • request

        void request​(Session session,
                     Channel channel)
              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • waitForReply

        boolean waitForReply()
      • setReply

        void setReply​(boolean reply)
      • write

        void write​(Packet packet)
            throws java.lang.Exception
        Throws:
        java.lang.Exception