Uses of Class
com.perforce.p4java.impl.mapbased.rpc.packet.RpcPacketDispatcher.RpcPacketDispatcherMode

Packages that use RpcPacketDispatcher.RpcPacketDispatcherMode
com.perforce.p4java.impl.mapbased.rpc.func.client   
com.perforce.p4java.impl.mapbased.rpc.func.proto   
com.perforce.p4java.impl.mapbased.rpc.packet   
 

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

Methods in com.perforce.p4java.impl.mapbased.rpc.func.client with parameters of type RpcPacketDispatcher.RpcPacketDispatcherMode
 RpcPacketDispatcher.RpcPacketDispatcherResult ClientFunctionDispatcher.dispatch(RpcPacketDispatcher.RpcPacketDispatcherMode dispatchMode, RpcFunctionSpec funcSpec, CommandEnv cmdEnv, Map<String,Object> resultsMap)
           
 

Uses of RpcPacketDispatcher.RpcPacketDispatcherMode in com.perforce.p4java.impl.mapbased.rpc.func.proto
 

Methods in com.perforce.p4java.impl.mapbased.rpc.func.proto with parameters of type RpcPacketDispatcher.RpcPacketDispatcherMode
 RpcPacketDispatcher.RpcPacketDispatcherResult ProtocolFunctionDispatcher.dispatch(RpcPacketDispatcher.RpcPacketDispatcherMode dispatchMode, RpcFunctionSpec funcSpec, CommandEnv cmdEnv, Map<String,Object> resultsMap)
           
 

Uses of RpcPacketDispatcher.RpcPacketDispatcherMode in com.perforce.p4java.impl.mapbased.rpc.packet
 

Methods in com.perforce.p4java.impl.mapbased.rpc.packet that return RpcPacketDispatcher.RpcPacketDispatcherMode
static RpcPacketDispatcher.RpcPacketDispatcherMode RpcPacketDispatcher.RpcPacketDispatcherMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RpcPacketDispatcher.RpcPacketDispatcherMode[] RpcPacketDispatcher.RpcPacketDispatcherMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 Perforce Software. All Rights Reserved.