Class JFTP.ClassRequest

java.lang.Object
org.jcsp.net.dynamic.JFTP.ClassRequest
All Implemented Interfaces:
Serializable
Enclosing class:
JFTP

static class JFTP.ClassRequest extends Object implements 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.
  • Field Details

    • className

      public final String className
    • replyChan

      public final ChannelOutput replyChan
    • flags

      public final int flags
  • Constructor Details