Index
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
titlerecord 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
ToDorecord 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.
All Classes and Interfaces|All Packages|Serialized Form