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, setIsDonegetAeId, getBufferSize, getFilename, getIeId, getORB, getReturnValue, getSession, getSessionId, getSubidr, isDataCompression, setAeId, setDataCompression, setFilename, setIeId, setORB, setReturnValue, setSession, setSessionId, setSubdirpublic static final java.lang.String COMMAND
public PUTCommand(java.net.Socket socket)
throws java.io.IOException
java.io.IOExceptionpublic void setNextState(State currentState)
Commandprotected State getInitialState()
getInitialState in class AbstractCommand