public abstract class AbstractProcessor extends java.lang.Object implements ICommandProcessor
Modifier and Type | Field and Description |
---|---|
protected ProxySession |
ps |
protected java.lang.String |
tag |
Constructor and Description |
---|
AbstractProcessor(ProxySession ps,
java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
boolean |
isFinished() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
process
protected final ProxySession ps
protected final java.lang.String tag
public AbstractProcessor(ProxySession ps, java.lang.String tag)
public boolean isFinished()
isFinished
in interface ICommandProcessor
Copyright © 2021. All Rights Reserved.