Klasse Request

Alle implementierten Schnittstellen:
Runnable, org.eclipse.net4j.util.container.IManagedContainerProvider
Bekannte direkte Unterklassen:
AcknowledgeCompressedStringsRequest, MonitorCanceledRequest, MonitorProgressRequest

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

  • Methodendetails

    • sendAsync

      public void sendAsync() throws Exception
      Löst aus:
      Exception
      Seit:
      2.0
    • requesting

      protected abstract void requesting(org.eclipse.net4j.util.io.ExtendedDataOutputStream out) throws Exception
      Löst aus:
      Exception