Interface SystemRequestHandler.SystemRequestContext

All Known Implementing Classes:
SystemRequestHandlerImpl.AbstractWatchdogMonitorSystemRequestContext, SystemRequestHandlerImpl.WatchdogMonitorSystemRequestContext, SystemRequestHandlerImpl.WatchdogMonitorSystemRequestContextV950
Enclosing interface:
SystemRequestHandler

public static interface SystemRequestHandler.SystemRequestContext
  • Method Details

    • getRequestDataLength

      int getRequestDataLength()
    • prepare

      void prepare(byte[] result)
    • getResponseTask

      Runnable getResponseTask(Pivot pivot, ChannelEntry channelEntry, long requestReadStartTimeStamp)