|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseStatus | |
|---|---|
| com.alipay.remoting | |
| com.alipay.remoting.rpc | |
| Uses of ResponseStatus in com.alipay.remoting |
|---|
| Methods in com.alipay.remoting that return ResponseStatus | |
|---|---|
static ResponseStatus |
ResponseStatus.valueOf(short value)
Convert to ResponseStatus. |
static ResponseStatus |
ResponseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResponseStatus[] |
ResponseStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.alipay.remoting with parameters of type ResponseStatus | ||
|---|---|---|
|
CommandFactory.createExceptionResponse(int id,
ResponseStatus status)
|
|
| Uses of ResponseStatus in com.alipay.remoting.rpc |
|---|
| Methods in com.alipay.remoting.rpc that return ResponseStatus | |
|---|---|
ResponseStatus |
ResponseCommand.getResponseStatus()
Getter method for property responseStatus. |
| Methods in com.alipay.remoting.rpc with parameters of type ResponseStatus | |
|---|---|
RpcResponseCommand |
RpcCommandFactory.createExceptionResponse(int id,
ResponseStatus status)
|
void |
ResponseCommand.setResponseStatus(ResponseStatus responseStatus)
Setter method for property responseStatus. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||