Class Session.GlobalRequestReply

  • Enclosing class:
    Session

    private class Session.GlobalRequestReply
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int port  
      private int reply  
      private java.lang.Thread thread  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GlobalRequestReply()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getPort()  
      (package private) int getReply()  
      (package private) java.lang.Thread getThread()  
      (package private) void setPort​(int port)  
      (package private) void setReply​(int reply)  
      (package private) void setThread​(java.lang.Thread thread)  
      • Methods inherited from class java.lang.Object

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

      • thread

        private java.lang.Thread thread
      • reply

        private int reply
      • port

        private int port
    • Constructor Detail

      • GlobalRequestReply

        private GlobalRequestReply()
    • Method Detail

      • setThread

        void setThread​(java.lang.Thread thread)
      • getThread

        java.lang.Thread getThread()
      • setReply

        void setReply​(int reply)
      • getReply

        int getReply()
      • getPort

        int getPort()
      • setPort

        void setPort​(int port)