Class WebClientUtilsServicePlugin
java.lang.Object
io.deephaven.plugin.PluginBase
io.deephaven.plugin.type.ObjectTypeBase
io.deephaven.enterprise.webclientdata2.web.client.utils.WebClientUtilsServicePlugin
- All Implemented Interfaces:
Plugin,Registration,ObjectType
@AutoService(io.deephaven.plugin.type.ObjectType.class)
public class WebClientUtilsServicePlugin
extends ObjectTypeBase
ObjectType plugin for Web Client Utils Service.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.plugin.type.ObjectTypeBase
ObjectTypeBase.FetchOnlyNested classes/interfaces inherited from interface io.deephaven.plugin.type.ObjectType
ObjectType.MessageStreamNested classes/interfaces inherited from interface io.deephaven.plugin.Plugin
Plugin.Visitor<T extends Object>Nested classes/interfaces inherited from interface io.deephaven.plugin.Registration
Registration.Callback -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompatibleClientConnection(Object object, ObjectType.MessageStream connection) booleanname()Methods inherited from class io.deephaven.plugin.type.ObjectTypeBase
clientConnection, walkMethods inherited from class io.deephaven.plugin.PluginBase
registerIntoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.plugin.Plugin
registerInto
-
Constructor Details
-
WebClientUtilsServicePlugin
public WebClientUtilsServicePlugin()
-
-
Method Details
-
name
-
isType
-
compatibleClientConnection
public ObjectType.MessageStream compatibleClientConnection(Object object, ObjectType.MessageStream connection) throws ObjectCommunicationException - Specified by:
compatibleClientConnectionin classObjectTypeBase- Throws:
ObjectCommunicationException
-