Class NoBodyResponse

java.lang.Object
ortus.boxlang.debugger.response.AbstractResponse
ortus.boxlang.debugger.response.NoBodyResponse
All Implemented Interfaces:
IAdapterProtocolMessage, ISendable, IDebugResponse

public class NoBodyResponse extends AbstractResponse
Can be used to model any response that is a simple acknowledgement and doesn't transmit any data.
  • Constructor Details