Index

A B C D E F G H I J L M N O P Q R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

R

readFile(String) - Static method in class com.creativityfactory.swiftserver.utils.IOUtils
Reads the contents of a file at the specified path and returns it as a string.
ReceivedDataValidation - Class in com.creativityfactory.swiftserver.middleware
This middleware is for the validation the incoming data.
ReceivedDataValidation() - Constructor for class com.creativityfactory.swiftserver.middleware.ReceivedDataValidation
 
redirect(String) - Method in class com.creativityfactory.swiftserver.response.HttpResponse
 
redirect(String) - Method in interface com.creativityfactory.swiftserver.response.Response
Redirects the request to the specified URL.
removeAttribute(String) - Method in class com.creativityfactory.swiftserver.request.HttpRequest
 
removeAttribute(String) - Method in interface com.creativityfactory.swiftserver.request.Request
Removes the attribute with the given name from this request.
Request - Interface in com.creativityfactory.swiftserver.request
The Request interface represents an HTTP request received by the server.
reset() - Method in interface com.creativityfactory.swiftserver.error.ErrorMessageBuilder
Resets the builder's internal state to its initial values.
reset() - Method in class com.creativityfactory.swiftserver.error.ErrorMessageBuilderImpl
 
Response - Interface in com.creativityfactory.swiftserver.response
The Response interface represents the HTTP response to be sent back to the client.
Rest - Annotation Interface in com.creativityfactory.swiftserver.annotation
Indicates that this class will be used to automatically generate a REST API for a model, using the data source specified in the FromDataSource annotation.
REST_BAD_REQUEST - Static variable in interface com.creativityfactory.swiftserver.response.Response
 
REST_CREATED - Static variable in interface com.creativityfactory.swiftserver.response.Response
 
REST_INTERNAL_SERVER_ERROR - Static variable in interface com.creativityfactory.swiftserver.response.Response
Http status code constants.
REST_NOT_FOUND - Static variable in interface com.creativityfactory.swiftserver.response.Response
 
REST_NOT_MODIFIED - Static variable in interface com.creativityfactory.swiftserver.response.Response
 
RouteUtils - Class in com.creativityfactory.swiftserver.utils
This class is responsible for handling route operations, such as URL segmentation and pattern matching.
RouteUtils() - Constructor for class com.creativityfactory.swiftserver.utils.RouteUtils
 
A B C D E F G H I J L M N O P Q R S U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form