Package | Description |
---|---|
com.perforce.p4java.impl.mapbased.rpc | |
com.perforce.p4java.impl.mapbased.rpc.stream |
Modifier and Type | Field and Description |
---|---|
protected RpcSocketPool |
OneShotServerImpl.socketPool
Socket pool for this server
|
Constructor and Description |
---|
RpcStreamConnection(java.lang.String serverHost,
int serverPort,
java.util.Properties props,
ServerStats stats,
java.nio.charset.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(java.lang.String serverHost,
int serverPort,
java.util.Properties props,
ServerStats stats,
java.nio.charset.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(java.lang.String serverHost,
int serverPort,
java.util.Properties props,
ServerStats stats,
java.nio.charset.Charset charset,
java.net.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(java.lang.String serverHost,
int serverPort,
java.util.Properties props,
ServerStats stats,
java.nio.charset.Charset charset,
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 © 2018 Perforce Software. All Rights Reserved.