Uses of Class
org.restheart.exchange.Exchange

Packages that use Exchange
Package
Description
 
  • Uses of Exchange in org.restheart.exchange

    Modifier and Type
    Class
    Description
    class 
    ServiceRequest implementation backed by BsonValue and initialized from csv data.
    class 
    ServiceRequest implementation backed by BsonValue
    class 
    ServiceResponse implementation backed by BsonValue
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class 
    Request implementation used by MongoService and backed by BsonValue that provides simplified methods to deal with headers and query parameters specific to mongo requests
    class 
    Response implementation used by MongoService and backed by BsonValue that provides simplify methods to deal mongo response
    class 
    Base class for Request implementation that can be used in proxied requests.
    class 
    Base class for Response implementation that can be used in proxied requests.
    class 
    The root class for implementing a Request providing the implementation for common methods
    class 
    The root class for implementing a Response providing the implementation for common methods
    class 
    Base class for Request implementations that can be used in service requests.
    class 
    Base class for Response implementations that can be used in service requests.
    class 
     
    class 
     
    class 
    UninitializedRequest wraps the exchage and provides access to request attributes (such as getPath()) and allows setting a customRequestInitializer The request content can be only accessed in raw format with getRawContent() and setRawContent() Interceptors at intercePoint REQUEST_BEFORE_EXCHANGE_INIT receive UninitializedRequest as request argument
    class 
    UninitializedResponse wraps the exchage and allows setting a customResponseInitializer Interceptors at intercePoint REQUEST_BEFORE_EXCHANGE_INIT receive UninitializedResponse as response argument