public class SubdirState extends State
| Constructor and Description |
|---|
SubdirState() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleState(java.io.DataInputStream dis,
java.io.DataOutputStream dos,
Context context)
Main method that gets called when the state should perform its action(s).
|
getbufferSize, sendOK, sendOKWithResultpublic void handleState(java.io.DataInputStream dis,
java.io.DataOutputStream dos,
Context context)
throws java.io.IOException
StatehandleState in class Statedis - an InputStream for reading datados - an OutputStream for writing datacontext - the Context of the whole commandjava.io.IOException - thrown if the method ran into an error