Class IPPort


  • public class IPPort
    extends java.lang.Object
    This java class is equivalent to the IPPort protobuf that is being used to communicate with the fileserver.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[][] ips  
      int port  
    • Constructor Summary

      Constructors 
      Constructor Description
      IPPort()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ips

        public byte[][] ips
      • port

        public int port
    • Constructor Detail

      • IPPort

        public IPPort()