HttpNettyServerBuilder instead.@Deprecated
public class HttpNettyServerFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_THREAD_POOL_SIZE
Deprecated.
|
| Constructor and Description |
|---|
HttpNettyServerFactory()
Deprecated.
|
HttpNettyServerFactory(com.linkedin.r2.filter.FilterChain filters)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.linkedin.r2.transport.http.server.HttpServer |
createServer(int port,
int threadPoolSize,
com.linkedin.r2.transport.common.bridge.server.TransportDispatcher transportDispatcher)
Deprecated.
|
com.linkedin.r2.transport.http.server.HttpServer |
createServer(int port,
com.linkedin.r2.transport.common.bridge.server.TransportDispatcher transportDispatcher)
Deprecated.
|
public static final int DEFAULT_THREAD_POOL_SIZE
public HttpNettyServerFactory()
public HttpNettyServerFactory(com.linkedin.r2.filter.FilterChain filters)
public com.linkedin.r2.transport.http.server.HttpServer createServer(int port,
com.linkedin.r2.transport.common.bridge.server.TransportDispatcher transportDispatcher)
public com.linkedin.r2.transport.http.server.HttpServer createServer(int port,
int threadPoolSize,
com.linkedin.r2.transport.common.bridge.server.TransportDispatcher transportDispatcher)