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 classSimpleSharedDataHandlerA basic, in-memory implementation of theSharedDataHandlerinterface.Fields in io.roastedroot.proxywasm declared as SharedDataHandler Modifier and Type Field Description static SharedDataHandlerSharedDataHandler. DEFAULTA default, non-functional instance ofSharedDataHandler.Methods in io.roastedroot.proxywasm with parameters of type SharedDataHandler Modifier and Type Method Description PluginFactory.BuilderPluginFactory.Builder. withSharedDataHandler(SharedDataHandler sharedDataHandler)Provides aSharedDataHandlerimplementation for the plugin to use.
-