public abstract class AbCmdHandler extends Object implements CmdHandlerIntf
Modifier and Type | Field and Description |
---|---|
protected Map<String,ProcessorIntf> |
processors |
Constructor and Description |
---|
AbCmdHandler() |
Modifier and Type | Method and Description |
---|---|
AbCmdHandler |
addProcessor(ProcessorIntf processor) |
ProcessorIntf |
getProcessor(org.tio.core.ChannelContext channelContext) |
ProcessorIntf |
getProcessor(String name) |
ProcessorIntf |
removeProcessor(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
command, handler
protected Map<String,ProcessorIntf> processors
public AbCmdHandler addProcessor(ProcessorIntf processor)
public ProcessorIntf getProcessor(org.tio.core.ChannelContext channelContext)
public ProcessorIntf getProcessor(String name)
public ProcessorIntf removeProcessor(String name)
Copyright © 2018. All rights reserved.