Interface Session<R>

All Superinterfaces:
AutoCloseable, Closeable, Executor, Link

public interface Session<R> extends Closeable, Link, Executor
Manages a client-side or server-side remote session, which establishes new socket connections as needed. Remote calls over a session are initiated from the root object, which can return additional remote objects.
See Also: