Uses of Class
com.perforce.p4java.impl.mapbased.rpc.packet.RpcPacket

Packages that use RpcPacket
com.perforce.p4java.impl.mapbased.rpc.connection   
com.perforce.p4java.impl.mapbased.rpc.packet   
com.perforce.p4java.impl.mapbased.rpc.stream   
 

Uses of RpcPacket in com.perforce.p4java.impl.mapbased.rpc.connection
 

Methods in com.perforce.p4java.impl.mapbased.rpc.connection that return RpcPacket
abstract  RpcPacket RpcConnection.getRpcPacket()
          Get the next RPC packet from the receive queue.
 RpcPacket RpcConnectionFlowControl.respondToFlush1(Map<String,Object> resultsMap)
          Construct a flush2 response to the passed-in flush1 packet.
 RpcPacket RpcConnectionFlowControl.respondToFlush1(RpcPacket flush1)
          Construct a flush2 response to the passed-in flush1 packet.
 

Methods in com.perforce.p4java.impl.mapbased.rpc.connection with parameters of type RpcPacket
abstract  long RpcConnection.putRpcPacket(RpcPacket rpcPacket)
          Put a Perforce RPC packet onto the output stream.
abstract  long RpcConnection.putRpcPackets(RpcPacket[] rpcPackets)
          Put an array of RPC packets.
 RpcPacket RpcConnectionFlowControl.respondToFlush1(RpcPacket flush1)
          Construct a flush2 response to the passed-in flush1 packet.
 

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

Methods in com.perforce.p4java.impl.mapbased.rpc.packet that return RpcPacket
static RpcPacket RpcPacket.constructRpcPacket(RpcFunctionSpec funcName, Map<String,Object> args, ExternalEnv env)
          Construct an RPC packet for a user command.
static RpcPacket RpcPacket.constructRpcPacket(RpcFunctionSpec funcName, String realName, String[] args, ExternalEnv env)
          Construct an RPC packet for a user command.
static RpcPacket RpcPacket.constructRpcPacket(RpcPacketPreamble preamble, byte[] bytes, boolean isUnicodeServer, Charset charset)
          Construct an RPC packet from the passed-in preamble, bytes, and charset.
static RpcPacket RpcPacket.constructRpcPacket(String funcName, Map<String,Object> args, ExternalEnv env)
          Construct an RPC packet for a user command.
 

Uses of RpcPacket in com.perforce.p4java.impl.mapbased.rpc.stream
 

Methods in com.perforce.p4java.impl.mapbased.rpc.stream that return RpcPacket
 RpcPacket RpcStreamConnection.getRpcPacket()
          Get a Perforce RPC packet from the underlying stream.
 

Methods in com.perforce.p4java.impl.mapbased.rpc.stream with parameters of type RpcPacket
 long RpcStreamConnection.putRpcPacket(RpcPacket packet)
          Put a Perforce RPC packet onto the output stream.
 long RpcStreamConnection.putRpcPackets(RpcPacket[] packets)
           
 



Copyright © 2011 Perforce Software. All Rights Reserved.