Uses of Interface
org.knime.core.webui.data.rpc.RpcServer
Packages that use RpcServer
Package
Description
-
Uses of RpcServer in org.knime.core.webui.data
Methods in org.knime.core.webui.data that return RpcServer -
Uses of RpcServer in org.knime.core.webui.data.rpc
Subinterfaces of RpcServer in org.knime.core.webui.data.rpcModifier and TypeInterfaceDescriptioninterfaceConvenience specialization ofRpcServerfor the case where there is only node data service interface, which the user then doesn't have to specify on every call.Methods in org.knime.core.webui.data.rpc that return RpcServerModifier and TypeMethodDescriptionRpcServerFactory.createRpcServer(T target) Used by the framework to register a node model's data service.Methods in org.knime.core.webui.data.rpc that return types with arguments of type RpcServerModifier and TypeMethodDescriptionRpcServerManager.getNodeRpcServerCache()Deprecated, for removal: This API element is subject to removal in a future version.For testing purposes only!Methods in org.knime.core.webui.data.rpc with parameters of type RpcServer -
Uses of RpcServer in org.knime.core.webui.data.rpc.json.impl
Classes in org.knime.core.webui.data.rpc.json.impl that implement RpcServerModifier and TypeClassDescriptionclassA wrapper for theJsonRpcMultiServer; a simple delegate in case we want to exchange the JSON-RPC implementation.classA convenience specialization ofJsonRpcServerthat supports only one service interface and thus spares the user from specifying the service interface name every time.