public class TransportResponseOptions extends Object
Modifier and Type | Field and Description |
---|---|
static TransportResponseOptions |
EMPTY |
Constructor and Description |
---|
TransportResponseOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
compress() |
static TransportResponseOptions |
options() |
TransportResponseOptions |
withCompress(boolean compress) |
public static final TransportResponseOptions EMPTY
public static TransportResponseOptions options()
public TransportResponseOptions withCompress(boolean compress)
public boolean compress()
Copyright © 2009–2015. All rights reserved.