All Classes and Interfaces

Class
Description
REST controller for managing user accounts.
The type Account model.
The interface Account repository.
The type Account request.
The type Account response dto.
The enum Account response type.
The type Account secure response dto.
The `accountService` class in Java provides various methods for managing user accounts, including authentication, account creation, updating account details, and deleting accounts.
The class ChatEndPoint is a Java server endpoint for a live chat application.
The `ChatHandler` class in Java manages WebSocket connections for chat rooms, handling connection establishment, message processing, and disconnection.
The type Cors config.
The type Cors filter config.
The type Exception handling.
The `FilterConfig` class in a Spring Boot application defines a filter registration bean for a JWT authentication filter.
The type Following model.
The interface Following repository.
The `JWTAuthFilter` class in Java is a component that filters requests to ensure they have a valid JWT token for paths starting with "/auth/".
The type Jwt model.
The `JWTUtil` class provides methods to generate, validate, and extract information from JWT tokens using a secret key for signing.
The `LivestreamController` class in Java handles streaming requests, proxies them to an Nginx server, and includes methods for checking stream status and validating stream keys.
The type Livestream not found exception.
The type Livestreams.
The `LivestreamService` class contains methods to check if a stream is live, check multiple streams, validate stream keys, and retrieve current streaming information.
The type Message.
The `Security` class in Java provides methods to detect SQL injection and XSS vulnerabilities in input strings, as well as to generate SHA-3-256 hashes and manipulate the hash output length.
The type Software design backend application.
The WebSocketConfig class configures WebSocket support in a Java application with a ChatHandler for handling chat-related interactions.