|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perforce.p4java.impl.mapbased.rpc.func.client.ClientSendFile
public class ClientSendFile
Implements some specialised file methods for sending file data back to the Perforce server. May be refactored into other classes later when the scope of the methods here is clearer -- HR.
Field Summary | |
---|---|
static int |
DEFAULT_SENDBUF_SIZE
DEFAULT_SENDBUF_SIZE |
static String |
TRACE_PREFIX
TRACE_PREFIX |
Constructor Summary | |
---|---|
protected |
ClientSendFile(Properties props)
Create a new rpc file sender |
Method Summary | |
---|---|
protected RpcPacketDispatcher.RpcPacketDispatcherResult |
sendFile(RpcConnection rpcConnection,
CommandEnv cmdEnv,
Map<String,Object> resultsMap)
Send a file's contents back to the Perforce server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TRACE_PREFIX
public static final int DEFAULT_SENDBUF_SIZE
Constructor Detail |
---|
protected ClientSendFile(Properties props)
props
- Method Detail |
---|
protected RpcPacketDispatcher.RpcPacketDispatcherResult sendFile(RpcConnection rpcConnection, CommandEnv cmdEnv, Map<String,Object> resultsMap) throws ConnectionException
rpcConnection
- cmdEnv
- resultsMap
-
ConnectionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |