Package io.deephaven.server.jetty
Class JsPlugins
java.lang.Object
io.deephaven.server.jetty.JsPlugins
- All Implemented Interfaces:
JsPluginRegistration
Jetty-specific implementation of
JsPluginRegistration
to collect plugins and advertise their contents to
connecting client.-
Method Summary
-
Method Details
-
create
- Throws:
IOException
-
filesystem
-
register
Description copied from interface:JsPluginRegistration
Handles registration of aJsPlugin
instance.- Specified by:
register
in interfaceJsPluginRegistration
- Parameters:
jsPlugin
- the registered plugin
-