Class FSPversion

  • All Implemented Interfaces:
    java.lang.Cloneable

    
    public class FSPversion
     implements Cloneable
                        

    Class for parsing reply to CC_VERSION command and holding server setup information. FSP command CC_VERSION queries server setup information.

    There are no get/set methods defined. Use public variables directly for data access.

    Since:

    1.0rc7

    Author:

    Radim Kolar

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      FSPversion() Constructor for empty FSPversion object.
      FSPversion(FSPpacket pkt) Creates FSPversion instance from FSPpacket
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Object clone() Clones FTPversion object.
      • Methods inherited from class java.lang.Object

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

      • FSPversion

        FSPversion()

        Constructor for empty FSPversion object. All fields are zeroed.

      • FSPversion

        FSPversion(FSPpacket pkt)

        Creates FSPversion instance from FSPpacket

        Parameters:
        pkt - FSPpacket with CC_VERSION response