Uses of Class
org.restheart.exchange.Request
-
Packages that use Request Package Description org.restheart.exchange org.restheart.plugins org.restheart.plugins.security Base package for security plugins -
-
Uses of Request in org.restheart.exchange
Subclasses of Request in org.restheart.exchange Modifier and Type Class Description classBsonRequestServiceRequest implementation backed by BsonValueclassByteArrayProxyRequestclassByteArrayRequestclassJsonProxyRequestclassJsonRequestclassMongoRequestRequest implementation used by MongoService and backed by BsonValue that provides simplified methods to deal with headers and query parameters specific to mongo requestsclassProxyRequest<T>Base class for Request implementation that can be used in proxied requests.classServiceRequest<T>Base class for Request implementations that can be used in service requests.Methods in org.restheart.exchange that return Request Modifier and Type Method Description static RequestRequest. of(io.undertow.server.HttpServerExchange exchange) -
Uses of Request in org.restheart.plugins
Classes in org.restheart.plugins with type parameters of type Request Modifier and Type Interface Description interfaceExchangeTypeResolver<R extends Request<?>,S extends Response<?>>Abstract class to get the response and request implementation classes at runtimeinterfaceHandlingPlugin<R extends Request<?>,S extends Response<?>>Parent interface of handling plugins: Service and ProxyinterfaceInterceptor<R extends Request<?>,S extends Response<?>>Interceptors allow to snoop and modify requests and responses at different stages of the request lifecycle as defined by the interceptPoint parameter of the annotation RegisterPlugin. -
Uses of Request in org.restheart.plugins.security
Methods in org.restheart.plugins.security with parameters of type Request Modifier and Type Method Description booleanAuthorizer. isAllowed(Request request)booleanAuthorizer. isAuthenticationRequired(Request request)
-