CommandEnv |
Used to package up the Perforce function environment for a single
Perforce command across multiple RPC function calls.
|
ExternalEnv |
Used as a container for each Perforce RPC call's external (operating
system, calling program, etc.) environment.
|
NtsServerImpl |
NTS (non-thread-safe) version of the P4Java RPC implementation.
|
OneShotServerImpl |
A one-shot (connection-per-command) version of the RPC protocol
implementation.
|
RpcCmdSpec |
Encapsulates all we know about a command coming in from the upper
levels of the P4Java implementation.
|
RpcPropertyDefs |
A convenience class used to hold all publicly-visible
properties keys used by the RPC implementation.
|
RpcServer |
RPC-based Perforce server implementation superclass.
|
ServerStats |
Simple class to centralize statistics gathering and reporting for
the RPC implementation server objects.
|