Package ortus.boxlang.debugger.response
Class InitializeResponse
java.lang.Object
ortus.boxlang.debugger.response.AbstractResponse
ortus.boxlang.debugger.response.InitializeResponse
- All Implemented Interfaces:
IAdapterProtocolMessage
,ISendable
,IDebugResponse
Responds to the InitializeRequest. Lets the debug tool know that the
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class ortus.boxlang.debugger.response.AbstractResponse
command, request_seq, success, type
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorConstructor -
Method Summary
Methods inherited from class ortus.boxlang.debugger.response.AbstractResponse
accept, getCommand, getName, getRawMessageData, getSeq, getType, setRawMessageData, toJSON
-
Field Details
-
body
-
-
Constructor Details
-
InitializeResponse
public InitializeResponse()Constructor -
InitializeResponse
Constructor- Parameters:
request
- The request to respond to
-