Java org.apache.solr.client.solrj.impl LBHttpSolrClient fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.client.solrj.impl LBHttpSolrClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.client.solrj.impl LBHttpSolrClient.

The text is from its open source code.

Constructor

Method

HttpClientgetHttpClient()
Return the HttpClient this instance uses.
voidsetConnectionTimeout(int timeout)
voidsetSoTimeout(int timeout)
set soTimeout (read timeout) on the underlying HttpConnectionManager.