Uses of Class
org.restheart.exchange.Exchange
Packages that use Exchange
-
Uses of Exchange in org.restheart.exchange
Subclasses of Exchange in org.restheart.exchangeModifier and TypeClassDescriptionclassServiceRequest implementation backed by BsonValue and initialized from csv data.classServiceRequest implementation backed by BsonValueclassServiceResponse implementation backed by BsonValueclassclassclassclassclassclassclassclassclassclassclassRequest implementation used by MongoService and backed by BsonValue that provides simplified methods to deal with headers and query parameters specific to mongo requestsclassResponse implementation used by MongoService and backed by BsonValue that provides simplify methods to deal mongo responseclassProxyRequest<T>Base class for Request implementation that can be used in proxied requests.classBase class for Response implementation that can be used in proxied requests.classRequest<T>The root class for implementing a Request providing the implementation for common methodsclassResponse<T>The root class for implementing a Response providing the implementation for common methodsclassBase class for Request implementations that can be used in service requests.classBase class for Response implementations that can be used in service requests.classclassclassUninitializedRequest 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 argumentclassUninitializedResponse wraps the exchage and allows setting a customResponseInitializer Interceptors at intercePoint REQUEST_BEFORE_EXCHANGE_INIT receive UninitializedResponse as response argument