Class DefaultTowService

All Implemented Interfaces:
CoreService, ServiceLifeCycle, TowService

public class DefaultTowService extends AbstractTowService

Created: 2019-07-27

  • Field Details

    • pauseTimeout

      protected volatile long pauseTimeout
  • Method Details

    • service

      public boolean service(@NonNull io.undertow.server.HttpServerExchange exchange) throws IOException
      Description copied from interface: TowService
      Executes web activity.
      Parameters:
      exchange - the HTTP request/response exchange
      Returns:
      true if the activity was handled; false otherwise
      Throws:
      IOException - If an error occurs during Activity execution