| org.jivesoftware.util.HttpClientWithTimeoutFeedFetcher
HttpClientWithTimeoutFeedFetcher | public class HttpClientWithTimeoutFeedFetcher extends AbstractFeedFetcher (Code) | | Feed fetcher implementation that times out the HTTP connection after 3 seconds
which fixes a bug where users of the admin console who installed Clearspace
behind a proxy server would have to wait upwards of 5 minutes in order for the
HTTP connection to jivesoftware.com/blog/feed to timeout.
See http://www.jivesoftware.com/issues/browse/CS-669
|
Inner Class :public interface CredentialSupplier | |
HttpClientWithTimeoutFeedFetcher | public HttpClientWithTimeoutFeedFetcher()(Code) | | |
HttpClientWithTimeoutFeedFetcher | public HttpClientWithTimeoutFeedFetcher(FeedFetcherCache cache)(Code) | | Parameters: cache - |
HttpClientWithTimeoutFeedFetcher | public HttpClientWithTimeoutFeedFetcher(FeedFetcherCache cache, CredentialSupplier credentialSupplier)(Code) | | |
getCredentialSupplier | public synchronized CredentialSupplier getCredentialSupplier()(Code) | | Returns the credentialSupplier. |
getFeedInfoCache | public synchronized FeedFetcherCache getFeedInfoCache()(Code) | | the feedInfoCache. |
setCredentialSupplier | public synchronized void setCredentialSupplier(CredentialSupplier credentialSupplier)(Code) | | Parameters: credentialSupplier - The credentialSupplier to set. |
setFeedInfoCache | public synchronized void setFeedInfoCache(FeedFetcherCache feedInfoCache)(Code) | | Parameters: feedInfoCache - the feedInfoCache to set |
|
|