Uses of Class
com.perforce.p4java.impl.mapbased.rpc.RpcServer

Packages that use RpcServer
com.perforce.p4java.impl.mapbased.rpc   
com.perforce.p4java.impl.mapbased.rpc.func.client   
com.perforce.p4java.impl.mapbased.rpc.packet   
 

Uses of RpcServer in com.perforce.p4java.impl.mapbased.rpc
 

Subclasses of RpcServer in com.perforce.p4java.impl.mapbased.rpc
 class NtsServerImpl
          NTS (non-thread-safe) version of the P4Java RPC implementation.
 class OneShotServerImpl
          A one-shot (connection-per-command) version of the RPC protocol implementation.
 

Uses of RpcServer in com.perforce.p4java.impl.mapbased.rpc.func.client
 

Fields in com.perforce.p4java.impl.mapbased.rpc.func.client declared as RpcServer
protected  RpcServer ClientFunctionDispatcher.server
           
 

Constructors in com.perforce.p4java.impl.mapbased.rpc.func.client with parameters of type RpcServer
ClientFunctionDispatcher(RpcPacketDispatcher mainDispatcher, Properties props, RpcServer server)
           
ClientUserInteraction(Properties props, RpcServer server)
           
 

Uses of RpcServer in com.perforce.p4java.impl.mapbased.rpc.packet
 

Constructors in com.perforce.p4java.impl.mapbased.rpc.packet with parameters of type RpcServer
RpcPacketDispatcher(Properties props, RpcServer server)
           
 



Copyright © 2011 Perforce Software. All Rights Reserved.