Class Protocol.Request

  • Enclosing interface:
    Protocol

    public static class Protocol.Request
    extends java.lang.Object
    A request sent to an LFS server
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<Protocol.ObjectSpec> objects
      The objects of this request
      java.lang.String operation
      The operation of this request
    • Constructor Summary

      Constructors 
      Constructor Description
      Request()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • operation

        public java.lang.String operation
        The operation of this request
    • Constructor Detail

      • Request

        public Request()