Index

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

R

RawBody - Record Class in net.bjmsw.hda.vs.model.mime
Represents a raw HTTP body.
RawBody(String) - Constructor for record class net.bjmsw.hda.vs.model.mime.RawBody
Creates an instance of a RawBody record class.
redirect(String) - Static method in class net.bjmsw.hda.vs.helper.ResponseHelper
Generates a HTTP redirect response with the specified URL.
registerAllExtensions(ExtensionRegistry) - Static method in class net.bjmsw.hda.vs.proto.BuchmacherOuterClass
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class net.bjmsw.hda.vs.proto.BuchmacherOuterClass
 
remove(String) - Method in class net.bjmsw.hda.vs.model.mime.FormData
Removes the key-value pair associated with the given key from the FormData object.
removeBuchmacherSpiele(int) - Method in class net.bjmsw.hda.vs.proto.BuchmacherOuterClass.GetAllBuchmacherAndTheirSpieleResponse.Builder
repeated .BuchmacherSpiele buchmacherSpiele = 1;
removeFile(String) - Method in class net.bjmsw.hda.vs.model.mime.FormData
Removes the file associated with the given key from the FormData object.
removeSpiele(int) - Method in class net.bjmsw.hda.vs.proto.BuchmacherOuterClass.GetAllSpieleResponse.Builder
repeated .Spiel spiele = 1;
removeWettangebote(int) - Method in class net.bjmsw.hda.vs.proto.BuchmacherOuterClass.GetWettangeboteForBuchmacherResponse.Builder
repeated .Wettangebot wettangebote = 1;
removeWettangebote(int) - Method in class net.bjmsw.hda.vs.proto.BuchmacherOuterClass.GetWettangeboteForSpielResponse.Builder
repeated .Wettangebot wettangebote = 1;
removeWetten(int) - Method in class net.bjmsw.hda.vs.proto.BuchmacherOuterClass.GetWettenForBuchmacherResponse.Builder
repeated .Wette wetten = 1;
Request - Class in net.bjmsw.hda.vs.model
Represents an HTTP request.
Request(Socket) - Constructor for class net.bjmsw.hda.vs.model.Request
Creates a new Request object by reading an HTTP request from a socket.
Request(Socket, boolean) - Constructor for class net.bjmsw.hda.vs.model.Request
Creates a new Request object by reading an HTTP request from a socket using the new binary logic.
Request.Method - Enum Class in net.bjmsw.hda.vs.model
 
respondWithBHTML(String, Map<String, String>) - Static method in class net.bjmsw.hda.vs.helper.ResponseHelper
Responds to a client with a local file from the webroot.
respondWithError(int, String) - Static method in class net.bjmsw.hda.vs.helper.ResponseHelper
Responds to a client with an error message.
respondWithError(ResponseHelper.ErrorCodes) - Static method in class net.bjmsw.hda.vs.helper.ResponseHelper
Responds to a client with an error message.
respondWithError(ResponseHelper.ErrorCodes, String) - Static method in class net.bjmsw.hda.vs.helper.ResponseHelper
Responds to a client with an error message.
respondWithFileFromFDF(FormDataFile) - Static method in class net.bjmsw.hda.vs.helper.ResponseHelper
Responds to a client with a file from a FormDataFile object.
respondWithJSON(JsonElement) - Static method in class net.bjmsw.hda.vs.helper.ResponseHelper
Responds to a client with a JSON response.
respondWithJSON(JsonElement, int, String) - Static method in class net.bjmsw.hda.vs.helper.ResponseHelper
Responds to a client with a JSON response.
respondWithLocalFile(String) - Static method in class net.bjmsw.hda.vs.helper.ResponseHelper
Responds to a client with a local file from the webroot.
ResponseHelper - Class in net.bjmsw.hda.vs.helper
Helper class for writing responses to the output stream of a socket.
ResponseHelper() - Constructor for class net.bjmsw.hda.vs.helper.ResponseHelper
 
ResponseHelper.ErrorCodes - Enum Class in net.bjmsw.hda.vs.helper
Represents various error codes with their corresponding HTTP status codes and messages.
ROTE_KARTE - Enum constant in enum class net.bjmsw.hda.vs.helper.MessageClient.SpielEvent.SpielEventType
 
route(Request) - Static method in class net.bjmsw.hda.vs.Server
 
Route - Annotation Interface in net.bjmsw.hda.vs.helper
Annotation for marking methods as route handlers.
routeHandler - Variable in class net.bjmsw.hda.vs.Server
 
RouteHandler - Class in net.bjmsw.hda.vs.helper
The RouteHandler class is responsible for managing routes and executing corresponding methods.
RouteHandler(Class<?>...) - Constructor for class net.bjmsw.hda.vs.helper.RouteHandler
Constructs a new RouteHandler object and initializes the routes map by searching for methods annotated with the @Route annotation in the supplied classes.
routes - Variable in class net.bjmsw.hda.vs.helper.RouteHandler
 
run() - Method in class net.bjmsw.hda.vs.helper.GarbageCollector
Runs the garbage collector thread.
run() - Method in class net.bjmsw.hda.vs.Server
 
runningRPCServer - Variable in class net.bjmsw.hda.vs.Server
 
A B C D E F G H I L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form