Package org.apache.apisix.plugin.runner
Class A6ErrResponse
java.lang.Object
org.apache.apisix.plugin.runner.A6ErrResponse
- All Implemented Interfaces:
A6Response
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.apisix.plugin.runner.A6Response
A6Response.ActionType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.apisix.plugin.runner.A6Response
getErrResponse
-
Constructor Details
-
A6ErrResponse
public A6ErrResponse(int code)
-
-
Method Details
-
encode
- Specified by:
encodein interfaceA6Response
-
getType
public byte getType()- Specified by:
getTypein interfaceA6Response
-