Index

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

T

TCPServer - Class in com.ns.tcpframework
A multithreaded TCP server that listens for incoming client connections and delegates request handling.
TCPServer(int, HTTPHandler, ExecutorService) - Constructor for class com.ns.tcpframework.TCPServer
Constructs a TCPServer instance with the specified port, handler, and thread pool.
title() - Method in record class com.ns.webserver.models.ToDo
Returns the value of the title record component.
ToDo - Record Class in com.ns.webserver.models
Immutable data model representing a ToDo item in the task management system.
ToDo(UUID, String, boolean) - Constructor for record class com.ns.webserver.models.ToDo
Creates an instance of a ToDo record class.
ToDoHandler - Class in com.ns.webserver.handlers
RESTful API handler for managing ToDo items with full CRUD operations.
ToDoHandler() - Constructor for class com.ns.webserver.handlers.ToDoHandler
Constructs a ToDoHandler and initializes the routing configuration.
toJson() - Method in class com.ns.tcpframework.logger.Log
Converts the log entry to a JSON object for structured logging.
toString() - Method in class com.ns.tcpframework.HTTPRequest
Returns a string representation of the HTTP request, including the method, path, version, headers, and body.
toString() - Method in record class com.ns.webserver.models.ToDo
Returns a string representation of this record class.
B C D E F G H I L M N O P R S T V W 
All Classes and Interfaces|All Packages|Serialized Form