public class DELCommand extends GETCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMMAND |
done, log
Constructor and Description |
---|
DELCommand(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 DELCommand(java.net.Socket socket) throws java.io.IOException
java.io.IOException
public void setNextState(State currentState)
Command
setNextState
in interface Command
setNextState
in class GETCommand
protected State getInitialState()
getInitialState
in class GETCommand