Uses of Interface
io.roastedroot.proxywasm.SharedDataHandler
-
-
Uses of SharedDataHandler in io.roastedroot.proxywasm
Classes in io.roastedroot.proxywasm that implement SharedDataHandler Modifier and Type Class Description class
SimpleSharedDataHandler
A basic, in-memory implementation of theSharedDataHandler
interface.Fields in io.roastedroot.proxywasm declared as SharedDataHandler Modifier and Type Field Description static SharedDataHandler
SharedDataHandler. DEFAULT
A default, non-functional instance ofSharedDataHandler
.Methods in io.roastedroot.proxywasm with parameters of type SharedDataHandler Modifier and Type Method Description PluginFactory.Builder
PluginFactory.Builder. withSharedDataHandler(SharedDataHandler sharedDataHandler)
Provides aSharedDataHandler
implementation for the plugin to use.
-