Uses of Interface
com.framed.core.remote.Transport
Packages that use Transport
-
Uses of Transport in com.framed.core.remote
Classes in com.framed.core.remote that implement TransportModifier and TypeClassDescriptionclassA mock implementation of theTransportinterface for testing purposes.classATransportimplementation using Java NIO for TCP-based communication.classATransportimplementation using Java NIO over UDP for lightweight, connectionless message delivery between services or devices.classATransportimplementation using traditional blocking I/O over TCP sockets.classATransportimplementation using UDP datagrams for lightweight, connectionless messaging.Constructors in com.framed.core.remote with parameters of type TransportModifierConstructorDescriptionSocketEventBus(Transport transport, DispatchMode dispatchMode) Creates a newSocketEventBususing the specified transport and dispatch mode.