final class SolrServerProvider
extends java.lang.Object
implements javax.inject.Provider<org.eclipse.jetty.server.Server>
Modifier and Type | Field and Description |
---|---|
private ServerConfiguration |
config |
private SolrWebHandler |
handler |
private org.eclipse.jetty.util.thread.ThreadPool |
threadPool |
Constructor and Description |
---|
SolrServerProvider(SolrServerConfiguration config,
org.eclipse.jetty.util.thread.ThreadPool threadPool,
SolrWebHandler handler) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.jetty.server.Server |
get() |
private final ServerConfiguration config
private final org.eclipse.jetty.util.thread.ThreadPool threadPool
private final SolrWebHandler handler
@Inject public SolrServerProvider(SolrServerConfiguration config, org.eclipse.jetty.util.thread.ThreadPool threadPool, SolrWebHandler handler)