|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourcePool | |
---|---|
com.flat502.rox.client | Client-side API and supporting classes. |
com.flat502.rox.processing | Central location for shared client- and server-side processing logic. |
com.flat502.rox.server | Server-side API and supporting classes. |
Uses of ResourcePool in com.flat502.rox.client |
---|
Subclasses of ResourcePool in com.flat502.rox.client | |
---|---|
class |
ClientResourcePool
|
Methods in com.flat502.rox.client that return ResourcePool | |
---|---|
protected ResourcePool |
HttpRpcClient.newWorkerPool()
|
Uses of ResourcePool in com.flat502.rox.processing |
---|
Methods in com.flat502.rox.processing that return ResourcePool | |
---|---|
protected abstract ResourcePool |
HttpRpcProcessor.newWorkerPool()
Factory method for new worker pools. |
Constructors in com.flat502.rox.processing with parameters of type ResourcePool | |
---|---|
HttpRpcProcessor(boolean useHttps,
ResourcePool workerPool)
Initializes a new instance of this class. |
|
HttpRpcProcessor(boolean useHttps,
ResourcePool workerPool,
SSLConfiguration sslCfg)
|
Uses of ResourcePool in com.flat502.rox.server |
---|
Subclasses of ResourcePool in com.flat502.rox.server | |
---|---|
class |
ServerResourcePool
|
Methods in com.flat502.rox.server that return ResourcePool | |
---|---|
protected ResourcePool |
HttpRpcServer.newWorkerPool()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |