Interface IHttpConnectionFiller

All Known Implementing Classes:
NullHttpConnectionFiller

public interface IHttpConnectionFiller
An IHttpConnectionFiller is an object that can "fill in the blanks" in a specific IHttpConnection implementation.

Some IHttpConnection implementations may be externally configured with a URL, domain, username, password, and timeout. This interface allows filling in those settings which are missing in the external configuration. If a configuration is set externally, then setting it through this interface has no effect (ie. external settings have priority).

Since:
9.4.3
Author:
Petru Galanton