Class DecompilerRequestReceiver.ResponseWithPort

  • Enclosing class:
    DecompilerRequestReceiver

    private static class DecompilerRequestReceiver.ResponseWithPort
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int port  
      private java.lang.String response  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResponseWithPort​(java.lang.String response, int port)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • response

        private final java.lang.String response
      • port

        private final int port
    • Constructor Detail

      • ResponseWithPort

        ResponseWithPort​(java.lang.String response,
                         int port)