public class PUTCommand extends AbstractCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMMAND |
done, log
Constructor and Description |
---|
PUTCommand(java.net.Socket socket) |
Modifier and Type | Method and Description |
---|---|
protected State |
getInitialState() |
void |
setNextState(State currentState)
Used by the Command itself to set the next state in its process.
|
close, handleState, isDone, sendError, setCurrentState, setIsDone
getAeId, getBufferSize, getFilename, getIeId, getORB, getReturnValue, getSession, getSessionId, getSubidr, isDataCompression, setAeId, setDataCompression, setFilename, setIeId, setORB, setReturnValue, setSession, setSessionId, setSubdir
public static final java.lang.String COMMAND
public PUTCommand(java.net.Socket socket) throws java.io.IOException
java.io.IOException
public void setNextState(State currentState)
Command
protected State getInitialState()
getInitialState
in class AbstractCommand