| Package | Description |
|---|---|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.spi |
Interfaces for SPI (Service Provider Interface).
|
| Modifier and Type | Method and Description |
|---|---|
FilterProcessingUnit |
ProcessingUnitManager.getFilterProcessingUnit()
Returns the Filter Processing Unit.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessableThreadPool |
ThreadPoolManager.createFilterProcessingUnitListenerThreadPool(FilterProcessingUnit filterProcessingUnit)
Creates a new thread pool used by the Filter Processing Unit for listening to the Input Event Queue.
|
void |
ProcessingUnitManager.setFilterProcessingUnit(FilterProcessingUnit filterProcessingUnit)
Sets the Filter Processing Unit.
|
| Modifier and Type | Method and Description |
|---|---|
FilterProcessingUnit |
ProcessingUnitProvider.createFilterProcessingUnit(SpongeEngine engine,
EventQueue inQueue,
EventQueue outQueue)
Creates a new filter processing unit.
|
Copyright © 2016–2020 Softelnet. All rights reserved.