java.lang.Object | +--org.globus.ftp.vanilla.Reply | +--org.globus.ftp.dc.LocalReply
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.
category, code, isMultiline, message, PERMANENT_NEGATIVE_COMPLETION, POSITIVE_COMPLETION, POSITIVE_INTERMEDIATE, POSITIVE_PRELIMINARY, TRANSIENT_NEGATIVE_COMPLETION
LocalReply(int code)
LocalReply(int code, java.lang.String message)
getCategory, getCode, getMessage, ignoreLeading0, isMultiline, isPermanentNegativeCompletion, isPositiveCompletion, isPositiveIntermediate, isPositivePreliminary, isTransientNegativeCompletion, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public LocalReply(int code)
public LocalReply(int code, java.lang.String message)