Uses of Class
com.perforce.p4java.impl.mapbased.rpc.packet.helper.RpcPacketFieldRule

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

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

Methods in com.perforce.p4java.impl.mapbased.rpc that return RpcPacketFieldRule
 RpcPacketFieldRule CommandEnv.getFieldRule()
           
protected  RpcPacketFieldRule RpcServer.getRpcPacketFieldRule(Map<String,Object> inMap, CmdSpec cmdSpec)
          Get the RPC packet field rule for skipping the charset conversion of a range of RPC packet fields; leave the values as bytes.
 

Methods in com.perforce.p4java.impl.mapbased.rpc with parameters of type RpcPacketFieldRule
 void CommandEnv.setFieldRule(RpcPacketFieldRule fieldRule)
           
 

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

Methods in com.perforce.p4java.impl.mapbased.rpc.connection with parameters of type RpcPacketFieldRule
abstract  RpcPacket RpcConnection.getRpcPacket(RpcPacketFieldRule fieldRule, IFilterCallback filterCallback)
          Get the next RPC packet from the receive queue with an optional rule to handle the RPC packet fields.
 

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

Methods in com.perforce.p4java.impl.mapbased.rpc.packet with parameters of type RpcPacketFieldRule
static RpcPacket RpcPacket.constructRpcPacket(RpcPacketPreamble preamble, byte[] bytes, boolean isUnicodeServer, Charset charset, RpcPacketFieldRule fieldRule, IFilterCallback filterCallback)
          Construct an RPC packet from the passed-in preamble, bytes, charset and fieldRule.
static Object[] RpcPacketField.retrievePacketField(ByteBuffer buf, boolean isUnicodeServer, Charset charset, RpcPacketFieldRule fieldRule)
          Attempt to pick off a name / value field pair from the passed-in byte buffer with an optional rule to handle the RPC packet fields.
 

Uses of RpcPacketFieldRule in com.perforce.p4java.impl.mapbased.rpc.packet.helper
 

Subclasses of RpcPacketFieldRule in com.perforce.p4java.impl.mapbased.rpc.packet.helper
 class RpcPacketFieldPatternRule
          Defines the rule for pattern matching the field names.
 class RpcPacketFieldRangeRule
          Defines the rule for a range of fields with a start field (inclusive) and a stop field (non-inclusive).
 

Methods in com.perforce.p4java.impl.mapbased.rpc.packet.helper that return RpcPacketFieldRule
static RpcPacketFieldRule RpcPacketFieldRule.getInstance(Map<String,Object> cmdMap)
          Factory static method to create an instance of a subclass based on the content of a command map.
 

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

Methods in com.perforce.p4java.impl.mapbased.rpc.stream with parameters of type RpcPacketFieldRule
 RpcPacket RpcStreamConnection.getRpcPacket(RpcPacketFieldRule fieldRule, IFilterCallback filterCallback)
          Get a Perforce RPC packet from the underlying stream with an optional rule to handle the RPC packet fields.
 



Copyright © 2015 Perforce Software. All Rights Reserved.