public abstract class HybridThriftOverHttpServiceImplArgs extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_HYBRID_THRIFT_PATH |
Constructor and Description |
---|
HybridThriftOverHttpServiceImplArgs() |
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.util.concurrent.ListeningExecutorService |
getExecutor() |
abstract String |
getHybridThriftPath() |
abstract HttpService |
getService() |
abstract ThriftProtocol |
getThriftProtocol() |
static HybridThriftOverHttpServiceImplArgs |
of(HttpService service,
com.google.common.util.concurrent.ListeningExecutorService executor) |
static HybridThriftOverHttpServiceImplArgs |
of(HttpService service,
com.google.common.util.concurrent.ListeningExecutorService executor,
ThriftProtocol thriftProtocol,
String hybridThriftPath) |
public static final String DEFAULT_HYBRID_THRIFT_PATH
public abstract HttpService getService()
public abstract com.google.common.util.concurrent.ListeningExecutorService getExecutor()
public abstract ThriftProtocol getThriftProtocol()
public abstract String getHybridThriftPath()
public static HybridThriftOverHttpServiceImplArgs of(HttpService service, com.google.common.util.concurrent.ListeningExecutorService executor)
public static HybridThriftOverHttpServiceImplArgs of(HttpService service, com.google.common.util.concurrent.ListeningExecutorService executor, ThriftProtocol thriftProtocol, String hybridThriftPath)