|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neociclo.odetteftp.protocol.CommandBuilder
public abstract class CommandBuilder
Field Summary | |
---|---|
static String |
DEFAULT_PROTOCOL_CHARSET
Default charset defined in Odette FTP protocol specification. |
protected static String |
ZERO
|
Constructor Summary | |
---|---|
CommandBuilder()
|
Method Summary | |
---|---|
static CommandExchangeBuffer |
changeDirection()
Create the Change Direction command. |
protected static boolean |
isEmpty(String text)
|
static CommandExchangeBuffer |
readyMessage()
Start Session Ready Message. |
static CommandExchangeBuffer |
readyToReceive()
Create the Ready to Receive command. |
static CommandExchangeBuffer |
setCredit()
Create the Set Credit command which is used to avoid congestion at the protocol level a flow control. |
protected static String |
yesNo(boolean set)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_PROTOCOL_CHARSET
protected static final String ZERO
Constructor Detail |
---|
public CommandBuilder()
Method Detail |
---|
public static CommandExchangeBuffer changeDirection()
public static CommandExchangeBuffer readyMessage()
CommandExchangeBuffer
.public static CommandExchangeBuffer readyToReceive()
public static CommandExchangeBuffer setCredit()
protected static String yesNo(boolean set)
protected static boolean isEmpty(String text)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |