Class FileReceiver


  • public class FileReceiver
    extends java.lang.Object
    When asking for a file reference, this handles RPC callbacks from config server with file data and metadata. Uses the same Supervisor as the original caller that requests files, so communication uses the same connection in both directions.
    Author:
    baldersheim
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • RECEIVE_META_METHOD

        public static final java.lang.String RECEIVE_META_METHOD
        See Also:
        Constant Field Values
      • RECEIVE_PART_METHOD

        public static final java.lang.String RECEIVE_PART_METHOD
        See Also:
        Constant Field Values
      • RECEIVE_EOF_METHOD

        public static final java.lang.String RECEIVE_EOF_METHOD
        See Also:
        Constant Field Values