Class LocalReply

java.lang.Object
org.globus.ftp.vanilla.Reply
org.globus.ftp.dc.LocalReply
All Implemented Interfaces:
Serializable

public class LocalReply extends Reply
Local server communicate with client with a simplified control channel. This is a local, minimal version of Reply, free of overhead caused by parsing during construction.
See Also:
  • Constructor Details

    • LocalReply

      public LocalReply(int code)
    • LocalReply

      public LocalReply(int code, String message)