Class Request

All Implemented Interfaces:
Runnable
Direct Known Subclasses:
AcknowledgeCompressedStringsRequest, MonitorCanceledRequest, MonitorProgressRequest

public abstract class Request extends SignalActor
Represents the sender side of a one-way signal, i.e., one with no response.
Author:
Eike Stepper
  • Constructor Details

  • Method Details

    • sendAsync

      public void sendAsync() throws Exception
      Throws:
      Exception
      Since:
      2.0
    • requesting

      protected abstract void requesting(org.eclipse.net4j.util.io.ExtendedDataOutputStream out) throws Exception
      Throws:
      Exception