Class IntradocClient


@Exported public class IntradocClient extends IdcClient<IntradocClientConfig,IntradocProtocol,SocketConnection>

The Intradoc implementation of the IDC client. This will communicate via the Content Server IntradocPort (4444) in either plain sockets or SSL sockets. The protocol uses the Content Server HDA format to serialize the DataBinder.

The intradoc client requires the Content Server have the IP address of the client added to the "Trusted Hosts" property. This establishes a trusted connection between the Content Server and the client. The intradoc client does not require a password for any request and therefore the obligation of authentication is pushed into the client application.

The client uses a BlockingQueue object to control the flow of requests to the Content Server; this is configurable, along with other client properties, via the IntradocClientConfig object.