Package com.framed.core.remote
package com.framed.core.remote
-
ClassDescriptionA mock implementation of the
Transportinterface for testing purposes.ATransportimplementation using Java NIO for TCP-based communication.ATransportimplementation using Java NIO over UDP for lightweight, connectionless message delivery between services or devices.Represents a network peer identified by a host (name or IP address) and a port.ATransportimplementation using traditional blocking I/O over TCP sockets.Defines a transport mechanism for communication between services, JVMs, or devices.ATransportimplementation using UDP datagrams for lightweight, connectionless messaging.