Class JFTP.ClassRequest

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JFTP

    static class JFTP.ClassRequest
    extends java.lang.Object
    implements java.io.Serializable
    Represents a class request, indicating the class required, the channel to reply to the client on and the flags to indicate whether a manifest is also wanted.
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassRequest​(java.lang.String className, ChannelOutput replyChan, int flags)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • className

        public final java.lang.String className
      • flags

        public final int flags
    • Constructor Detail

      • ClassRequest

        public ClassRequest​(java.lang.String className,
                            ChannelOutput replyChan,
                            int flags)