Package edu.emory.mathcs.util.net.inproc

Abstraction of in-process sockets and server sockets which can only connect to each other within a process.

See:
          Description

Class Summary
InProcServerSocket Abstraction of a server socket which can be accessed only from within a process.
InProcSocket Abstraction of a socket accessible only within a process.
InProcSocketAddress Represents an address of in-proc socket.
 

Package edu.emory.mathcs.util.net.inproc Description

Abstraction of in-process sockets and server sockets which can only connect to each other within a process.