Index
All Classes and Interfaces|All Packages|Serialized Form
I
- id() - Method in record class vn.edu.uit.csbu.software_design.software_design_backend.account.accountSecureResponseDTO
-
Returns the value of the
idrecord component. - isLive(Livestreams) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.livestream.LivestreamController
-
The function `isLive` takes a list of stream names as input and returns a list of booleans indicating whether each stream is live or not.
- isStreamLive(String) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.livestream.LivestreamController
-
The function checks if a specified stream is live on a livestream service.
- isStreamLive(String, String) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.livestream.LivestreamService
-
The function `isStreamLive` checks if a specified stream is live on a server by making a GET request to the server's status endpoint and parsing the XML response to find the stream name.
- isStreamsLive(String, List<String>) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.livestream.LivestreamService
-
The function `isStreamsLive` checks if a list of stream names are live on a server using a provided server IP address.
- isValidStreamKey(String) - Method in class vn.edu.uit.csbu.software_design.software_design_backend.livestream.LivestreamService
-
The function `isValidStreamKey` checks if a given stream key exists in the account repository.
All Classes and Interfaces|All Packages|Serialized Form