Class InitializeResponse

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

public class InitializeResponse extends AbstractResponse
Responds to the InitializeRequest. Lets the debug tool know that the
  • Field Details

  • Constructor Details

    • InitializeResponse

      public InitializeResponse()
      Constructor
    • InitializeResponse

      public InitializeResponse(IAdapterProtocolMessage request)
      Constructor
      Parameters:
      request - The request to respond to