Package | Description |
---|---|
com.xjeffrose.xio.marshall.thrift |
Modifier and Type | Field and Description |
---|---|
List<Http1HeaderTuple> |
Http1Rule.headers |
Modifier and Type | Method and Description |
---|---|
Http1HeaderTuple |
Http1HeaderTuple.deepCopy() |
Http1HeaderTuple |
Http1HeaderTuple.setKey(String key) |
Http1HeaderTuple |
Http1HeaderTuple.setValue(String value) |
Modifier and Type | Method and Description |
---|---|
List<Http1HeaderTuple> |
Http1Rule.getHeaders() |
Iterator<Http1HeaderTuple> |
Http1Rule.getHeadersIterator() |
Modifier and Type | Method and Description |
---|---|
void |
Http1Rule.addToHeaders(Http1HeaderTuple elem) |
int |
Http1HeaderTuple.compareTo(Http1HeaderTuple other) |
boolean |
Http1HeaderTuple.equals(Http1HeaderTuple that) |
Modifier and Type | Method and Description |
---|---|
Http1Rule |
Http1Rule.setHeaders(List<Http1HeaderTuple> headers) |
Constructor and Description |
---|
Http1HeaderTuple(Http1HeaderTuple other)
Performs a deep copy on other.
|
Copyright © 2016. All Rights Reserved.