Package org.palladiosimulator.protocom.framework.java.ee.protocol


package org.palladiosimulator.protocom.framework.java.ee.protocol
Classes for the HTTP-based object registry and communication protocol.
  • Class
    Description
    A JsonResponse object represents an HTTP response with a JSON payload.
    A RemoteStub object is used to delegate local method calls to a remote instance.
    A Parameter object represents a name-value pair used as GET parameter.
    The Registry singleton provides methods for registering and accessing remote objects.
    A RegistryEntry object represents an object in the registry.
    Signals that an invalid request was performed at a registry.
    A RemoteCall object represents a remote method call.
    The RemoteRegistry class manages the registry.
    The Request class provides methods for performing HTTP requests.
    A Response object represents an HTTP response.
    A StringResponse object represents an HTTP response with a string payload.