Modifier and Type | Class and Description |
---|---|
pack-priv class | ConnectionAcceptor
ConnectionAcceptor manages accepting new connections and giving them to TCPTransport's message handler on new threads. |
public class | TCPChannel
TCPChannel is the socket-based implementation of the RMI Channel abstraction. |
public class | |
public class | TCPDirectSocketFactory
RMIDirectSocketFactory creates a direct socket connection to the specified port on the specified host. |
public class | TCPEndpoint
TCPEndpoint represents some communication endpoint for an address space (VM). |
public class | TCPTransport
TCPTransport is the socket-based implementation of the RMI Transport abstraction. |