Package | Description |
---|---|
com.perforce.p4java.impl.mapbased.rpc.connection | |
com.perforce.p4java.impl.mapbased.rpc.stream | |
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.server |
Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services.
|
Modifier and Type | Field and Description |
---|---|
protected P4Charset |
RpcConnection.p4Charset |
Modifier and Type | Method and Description |
---|---|
P4Charset |
RpcConnection.getP4Charset() |
Modifier and Type | Method and Description |
---|---|
void |
RpcConnection.setClientCharset(P4Charset p4Charset) |
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 |
---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected P4Charset |
Server.p4Charset |
Modifier and Type | Method and Description |
---|---|
static P4Charset |
P4Charset.getDefault() |
static P4Charset |
P4Charset.getUTF8() |
Modifier and Type | Method and Description |
---|---|
static boolean |
P4Charset.isUnicodeServer(P4Charset p4Charset) |
Copyright © 2021 Perforce Software. All Rights Reserved.