|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.ftp.vanilla.Reply
org.globus.ftp.dc.LocalReply
public class 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.
Field Summary |
---|
Fields inherited from class org.globus.ftp.vanilla.Reply |
---|
category, code, isMultiline, message, PERMANENT_NEGATIVE_COMPLETION, POSITIVE_COMPLETION, POSITIVE_INTERMEDIATE, POSITIVE_PRELIMINARY, TRANSIENT_NEGATIVE_COMPLETION |
Constructor Summary | |
---|---|
LocalReply(int code)
|
|
LocalReply(int code,
java.lang.String message)
|
Method Summary |
---|
Methods inherited from class org.globus.ftp.vanilla.Reply |
---|
getCategory, getCode, getMessage, ignoreLeading0, isMultiline, isPermanentNegativeCompletion, isPositiveCompletion, isPositiveIntermediate, isPositivePreliminary, isTransientNegativeCompletion, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocalReply(int code)
public LocalReply(int code, java.lang.String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |