public abstract class ProcessorSlotChain extends AbstractLinkedProcessorSlot<Object>
| Constructor and Description |
|---|
ProcessorSlotChain() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addFirst(AbstractLinkedProcessorSlot<?> protocolProcessor)
Add a processor to the head of this slot chain.
|
abstract void |
addLast(AbstractLinkedProcessorSlot<?> protocolProcessor)
Add a processor to the tail of this slot chain.
|
fireEntry, fireExit, getNext, setNextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitentry, exitpublic abstract void addFirst(AbstractLinkedProcessorSlot<?> protocolProcessor)
protocolProcessor - processor to be added.public abstract void addLast(AbstractLinkedProcessorSlot<?> protocolProcessor)
protocolProcessor - processor to be added.Copyright © 2019 Alibaba Group. All rights reserved.