InDesign Server2025
API 20.5.0.49
Object

HttpLinkConnectionManagerObject

Experimental: An http link connection manager.

Hierarchy

Application

HttpLinkConnectionManagerObject

Properties

NameType AccessDescription
EventListeners<EventListener> readonly A collection of event listeners.
Events<Event> readonly A collection of events.
Number readonly The index of the HttpLinkConnectionManagerObject within its containing object.
Boolean readonly Returns true if the object specifier resolves to valid objects.
Application readonly The parent of the HttpLinkConnectionManagerObject (a Application).
Object read/write A property that allows setting of several properties at the same time.

Methods

EventListener

Adds an event listener.

eventType String The event type.
handler File | JavaScriptFunction The event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
void

Experimental: Create a url connection for the given server address

serverurl String Server URL to connect
jsonData String JSON data
Boolean

Experimental: Checks if the given server URL is connected or not.

serverurl String Server URL to check
void

Experimental: Logout from the given URL

serverurl String Server URL to logout from
Boolean

Removes the event listener.

eventType String The registered event type.
handler File | JavaScriptFunction The registered event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
String

Generates a string which, if executed, will return the HttpLinkConnectionManagerObject.

String

Retrieves the object specifier.

Object of 4

Properties elsewhere that hold a HttpLinkConnectionManagerObject.

Return 1

Methods that return a HttpLinkConnectionManagerObject.