Package | Description |
---|---|
com.perforce.p4java.impl.mapbased.rpc | |
com.perforce.p4java.impl.mapbased.rpc.connection | |
com.perforce.p4java.impl.mapbased.rpc.stream |
Modifier and Type | Field and Description |
---|---|
protected ServerStats |
RpcServer.serverStats |
Modifier and Type | Field and Description |
---|---|
protected ServerStats |
RpcConnection.stats |
Modifier and Type | Method and Description |
---|---|
ServerStats |
RpcConnection.getStats() |
Modifier and Type | Method and Description |
---|---|
void |
RpcConnection.setStats(ServerStats stats) |
Constructor and Description |
---|
RpcConnection(java.lang.String serverHost,
int serverPort,
java.util.Properties props,
ServerStats stats,
P4Charset p4Charset)
Create a Perforce RPC connection to a given host and port number pair.
|
RpcConnection(java.lang.String serverHost,
int serverPort,
java.util.Properties props,
ServerStats stats,
P4Charset p4Charset,
boolean secure)
Create a Perforce RPC connection to a given host and port number pair.
|
Constructor and Description |
---|
RpcRshInputStream(java.io.InputStream inputstream,
ServerStats stats)
Construct a suitable stream for the passed-in inputstream.
|
RpcRshOutputStream(java.io.OutputStream outputstream,
ServerStats stats)
Construct a suitable stream for the passed-in inputstream.
|
RpcSocketInputStream(java.net.Socket socket,
ServerStats stats)
Construct a suitable stream for the passed-in socket.
|
RpcSocketOutputStream(java.net.Socket socket,
ServerStats stats)
Construct a suitable stream for the passed-in socket.
|
RpcStreamConnection(java.lang.String serverHost,
int serverPort,
java.util.Properties props,
ServerStats stats,
P4Charset p4Charset,
boolean secure)
Construct a new Perforce RPC connection to the named Perforce server
using java.io socket streams at the lowest level.
|
RpcStreamConnection(java.lang.String serverHost,
int serverPort,
java.util.Properties props,
ServerStats stats,
P4Charset p4Charset,
java.net.Socket socket,
RpcSocketPool pool,
boolean secure,
java.lang.String rsh)
Construct a new Perforce RPC connection to the named Perforce server
using java.io socket streams at the lowest level.
|
Copyright © 2020 Perforce Software. All Rights Reserved.