Uses of Class
com.perforce.p4java.impl.mapbased.rpc.stream.RpcSocketPool

Packages that use RpcSocketPool
com.perforce.p4java.impl.mapbased.rpc   
com.perforce.p4java.impl.mapbased.rpc.stream   
 

Uses of RpcSocketPool in com.perforce.p4java.impl.mapbased.rpc
 

Fields in com.perforce.p4java.impl.mapbased.rpc declared as RpcSocketPool
protected  RpcSocketPool OneShotServerImpl.socketPool
          Socket pool for this server
 

Uses of RpcSocketPool in com.perforce.p4java.impl.mapbased.rpc.stream
 

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.
 



Copyright © 2015 Perforce Software. All Rights Reserved.