ClassPackage: net.rpcToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

with-rpc-server-enabler

This class is normally used as a mixin when subclassing rpc-socket-server. The mixin adds some slots that are used by methods that control access to an RPC server port.

This mixin class prevents a server port from executing any client requests or calls unless the client has sent an appropriate identifying code. The server can be defined to accept any number of connections from clients that all supply the same code, or to limit access to a list of clients where each must supply a unique code.

See also rpc.htm for general information on the Remote Procedure Call utility in Allegro CL.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version