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(String serverHost,
int serverPort,
Properties props,
ServerStats stats,
Charset clientCharset)
Create a Perforce RPC connection to a given host and port number pair.
|
RpcConnection(String serverHost,
int serverPort,
Properties props,
ServerStats stats,
Charset clientCharset,
boolean secure)
Create a Perforce RPC connection to a given host and port number pair.
|
Constructor and Description |
---|
RpcRshInputStream(InputStream inputstream,
ServerStats stats)
Construct a suitable stream for the passed-in inputstream.
|
RpcRshOutputStream(OutputStream outputstream,
ServerStats stats)
Construct a suitable stream for the passed-in inputstream.
|
RpcSocketInputStream(Socket socket,
ServerStats stats)
Construct a suitable stream for the passed-in socket.
|
RpcSocketOutputStream(Socket socket,
ServerStats stats)
Construct a suitable stream for the passed-in socket.
|
RpcStreamConnection(String serverHost,
int serverPort,
Properties props,
ServerStats stats,
Charset charset)
Construct a new Perforce RPC connection to the named Perforce server
using java.io socket streams at the lowest level.
|
RpcStreamConnection(String serverHost,
int serverPort,
Properties props,
ServerStats stats,
Charset charset,
boolean secure)
Construct a new Perforce RPC connection to the named Perforce server
using java.io socket streams at the lowest level.
|
RpcStreamConnection(String serverHost,
int serverPort,
Properties props,
ServerStats stats,
Charset charset,
RpcSocketPool pool)
Construct a new Perforce RPC connection to the named Perforce server
using java.io socket streams at the lowest level.
|
RpcStreamConnection(String serverHost,
int serverPort,
Properties props,
ServerStats stats,
Charset charset,
RpcSocketPool pool,
boolean secure)
Construct a new Perforce RPC connection to the named Perforce server
using java.io socket streams at the lowest level.
|
RpcStreamConnection(String serverHost,
int serverPort,
Properties props,
ServerStats stats,
Charset charset,
Socket socket)
Construct a new Perforce RPC connection to the named Perforce server
using java.io socket streams at the lowest level.
|
RpcStreamConnection(String serverHost,
int serverPort,
Properties props,
ServerStats stats,
Charset charset,
Socket socket,
boolean secure)
Construct a new Perforce RPC connection to the named Perforce server
using java.io socket streams at the lowest level.
|
RpcStreamConnection(String serverHost,
int serverPort,
Properties props,
ServerStats stats,
Charset charset,
Socket socket,
RpcSocketPool pool,
boolean secure)
Construct a new Perforce RPC connection to the named Perforce server
using java.io socket streams at the lowest level.
|
RpcStreamConnection(String serverHost,
int serverPort,
Properties props,
ServerStats stats,
Charset charset,
Socket socket,
RpcSocketPool pool,
boolean secure,
String rsh)
Construct a new Perforce RPC connection to the named Perforce server
using java.io socket streams at the lowest level.
|
Copyright © 2017 Perforce Software. All Rights Reserved.