Package ortus.boxlang.debugger.response
Class NoBodyResponse
java.lang.Object
ortus.boxlang.debugger.response.AbstractResponse
ortus.boxlang.debugger.response.NoBodyResponse
- All Implemented Interfaces:
IAdapterProtocolMessage,ISendable,IDebugResponse
Can be used to model any response that is a simple acknowledgement and doesn't transmit any data.
-
Field Summary
Fields inherited from class ortus.boxlang.debugger.response.AbstractResponse
command, request_seq, success, type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ortus.boxlang.debugger.response.AbstractResponse
accept, getCommand, getName, getRawMessageData, getSeq, getType, setRawMessageData, toJSON
-
Constructor Details
-
NoBodyResponse
public NoBodyResponse() -
NoBodyResponse
-