Uses of Package
com.perforce.p4java.impl.mapbased.rpc.packet

Packages that use com.perforce.p4java.impl.mapbased.rpc.packet
com.perforce.p4java.impl.mapbased.rpc   
com.perforce.p4java.impl.mapbased.rpc.connection   
com.perforce.p4java.impl.mapbased.rpc.func.client   
com.perforce.p4java.impl.mapbased.rpc.func.proto   
com.perforce.p4java.impl.mapbased.rpc.packet   
com.perforce.p4java.impl.mapbased.rpc.stream   
 

Classes in com.perforce.p4java.impl.mapbased.rpc.packet used by com.perforce.p4java.impl.mapbased.rpc
RpcMarshalable
          Defines the methods required to marshal an arbitrary object onto a ByteBuffer for the Perforce RPC connection.
RpcPacketDispatcher
          Top-level client-side packet dispatcher.
 

Classes in com.perforce.p4java.impl.mapbased.rpc.packet used by com.perforce.p4java.impl.mapbased.rpc.connection
RpcPacket
          Describes the format of, and implements a bunch of methods for, Perforce RPC packets as pushed across the wire between Perforce clients and servers.
RpcPacketDispatcher
          Top-level client-side packet dispatcher.
 

Classes in com.perforce.p4java.impl.mapbased.rpc.packet used by com.perforce.p4java.impl.mapbased.rpc.func.client
RpcPacketDispatcher
          Top-level client-side packet dispatcher.
RpcPacketDispatcher.RpcPacketDispatcherMode
          Specifies the mode the dispatcher's currently running in.
RpcPacketDispatcher.RpcPacketDispatcherResult
          An enum used by subsidiary function and packet dispatchers to tell this level of dispatcher what to do.
 

Classes in com.perforce.p4java.impl.mapbased.rpc.packet used by com.perforce.p4java.impl.mapbased.rpc.func.proto
RpcPacketDispatcher
          Top-level client-side packet dispatcher.
RpcPacketDispatcher.RpcPacketDispatcherMode
          Specifies the mode the dispatcher's currently running in.
RpcPacketDispatcher.RpcPacketDispatcherResult
          An enum used by subsidiary function and packet dispatchers to tell this level of dispatcher what to do.
 

Classes in com.perforce.p4java.impl.mapbased.rpc.packet used by com.perforce.p4java.impl.mapbased.rpc.packet
RpcPacket
          Describes the format of, and implements a bunch of methods for, Perforce RPC packets as pushed across the wire between Perforce clients and servers.
RpcPacketDispatcher.RpcPacketDispatcherMode
          Specifies the mode the dispatcher's currently running in.
RpcPacketDispatcher.RpcPacketDispatcherResult
          An enum used by subsidiary function and packet dispatchers to tell this level of dispatcher what to do.
RpcPacketFieldType
          Defines the various Perforce RPC packet field types and associated methods.
RpcPacketPreamble
          The five byte preamble appended to every text packet payload.
 

Classes in com.perforce.p4java.impl.mapbased.rpc.packet used by com.perforce.p4java.impl.mapbased.rpc.stream
RpcPacket
          Describes the format of, and implements a bunch of methods for, Perforce RPC packets as pushed across the wire between Perforce clients and servers.
RpcPacketDispatcher
          Top-level client-side packet dispatcher.
 



Copyright © 2011 Perforce Software. All Rights Reserved.