| Home >> All >> edu >> emory >> mathcs >> util >> net >> [ inproc Javadoc ] |
edu.emory.mathcs.util.net.inproc: Javadoc index of package edu.emory.mathcs.util.net.inproc.
Package Samples:
edu.emory.mathcs.util.net.inproc: Networking-related utility classes.
Classes:
InProcServerSocket: Abstraction of a server socket which can be accessed only from within a process. While this class fully adheres to the socket API, it is a server socket that accepts connections only from appropriate "sockets" within the same process. The class can be used to create local in-process bindings within APIs that assume remote access. For instance, when used as an RMI transport, in-process sockets can interconnect local objects while maintaining remote invocation semantics (pass-by-value etc.) yet avoiding security risks associated with network sockets and offering a bit better performance than a loopback ...
InProcSocket: Abstraction of a socket accessible only within a process. While this class fully adheres to the socket API, it is a socket that can only connect to an appropriate "server socket" within the same process.
InProcSocketAddress: Represents an address of in-proc socket. Consists of a logical port number.
| Home | Contact Us | Privacy Policy | Terms of Service |