Package | Description |
---|---|
com.xjeffrose.xio.marshall.thrift |
Modifier and Type | Field and Description |
---|---|
Http1Method |
Http1Rule.method |
Modifier and Type | Method and Description |
---|---|
static Http1Method |
Http1Method.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
Http1Method |
Http1Rule.getMethod() |
static Http1Method |
Http1Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Http1Method[] |
Http1Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Http1Rule |
Http1Rule.setMethod(Http1Method method) |
Copyright © 2016. All Rights Reserved.