|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerStats | |
---|---|
com.perforce.p4java.impl.mapbased.rpc | |
com.perforce.p4java.impl.mapbased.rpc.connection | |
com.perforce.p4java.impl.mapbased.rpc.stream |
Uses of ServerStats in com.perforce.p4java.impl.mapbased.rpc |
---|
Fields in com.perforce.p4java.impl.mapbased.rpc declared as ServerStats | |
---|---|
protected ServerStats |
RpcServer.serverStats
|
Uses of ServerStats in com.perforce.p4java.impl.mapbased.rpc.connection |
---|
Fields in com.perforce.p4java.impl.mapbased.rpc.connection declared as ServerStats | |
---|---|
protected ServerStats |
RpcConnection.stats
|
Methods in com.perforce.p4java.impl.mapbased.rpc.connection that return ServerStats | |
---|---|
ServerStats |
RpcConnection.getStats()
|
Methods in com.perforce.p4java.impl.mapbased.rpc.connection with parameters of type ServerStats | |
---|---|
void |
RpcConnection.setStats(ServerStats stats)
|
Constructors in com.perforce.p4java.impl.mapbased.rpc.connection with parameters of type ServerStats | |
---|---|
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. |
Uses of ServerStats in com.perforce.p4java.impl.mapbased.rpc.stream |
---|
Constructors in com.perforce.p4java.impl.mapbased.rpc.stream with parameters of type ServerStats | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |