Constructors in com.perforce.p4java.impl.mapbased.rpc.stream with parameters of type RpcSocketPool |
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,
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. |