public class TransportRequestOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TransportRequestOptions.Builder |
static class |
TransportRequestOptions.Type |
Modifier and Type | Field and Description |
---|---|
static TransportRequestOptions |
EMPTY |
Modifier and Type | Method and Description |
---|---|
static TransportRequestOptions.Builder |
builder() |
static TransportRequestOptions.Builder |
builder(TransportRequestOptions options) |
boolean |
compress() |
TimeValue |
timeout() |
TransportRequestOptions.Type |
type() |
public static final TransportRequestOptions EMPTY
public TimeValue timeout()
public boolean compress()
public TransportRequestOptions.Type type()
public static TransportRequestOptions.Builder builder()
public static TransportRequestOptions.Builder builder(TransportRequestOptions options)
Copyright © 2009–2016. All rights reserved.