- setDefaultProtocol(String) - Method in class fiftyone.pipeline.javascriptbuilder.flowelements.JavaScriptBuilderElementBuilder
-
The default protocol that the client JavaScript will use when querying
for updates.
- setEnableCookies(boolean) - Method in class fiftyone.pipeline.javascriptbuilder.flowelements.JavaScriptBuilderElementBuilder
-
Set whether the client JavaScript stores results of client side
processing in cookies.
- setEndpoint(String) - Method in class fiftyone.pipeline.javascriptbuilder.flowelements.JavaScriptBuilderElementBuilder
-
Set the endpoint which will be queried on the host.
- setHost(String) - Method in class fiftyone.pipeline.javascriptbuilder.flowelements.JavaScriptBuilderElementBuilder
-
Set the host that the client JavaScript should query for updates.
- setObjectName(String) - Method in class fiftyone.pipeline.javascriptbuilder.flowelements.JavaScriptBuilderElementBuilder
-
The default name of the object instantiated by the client
JavaScript.
- setOverrideDefaultProtocol(boolean) - Method in class fiftyone.pipeline.javascriptbuilder.flowelements.JavaScriptBuilderElementBuilder
-
Set whether the host should be overridden by evidence, e.g when the
host can be determined from the incoming request.
- setOverrideHost(boolean) - Method in class fiftyone.pipeline.javascriptbuilder.flowelements.JavaScriptBuilderElementBuilder
-
Set whether host should be determined from the origin or referer header.