Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.http.config.WorkerPoolConfiguration
-
Packages that use WorkerPoolConfiguration Package Description org.wso2.carbon.inbound.endpoint.protocol.http.management -
-
Uses of WorkerPoolConfiguration in org.wso2.carbon.inbound.endpoint.protocol.http.management
Methods in org.wso2.carbon.inbound.endpoint.protocol.http.management that return WorkerPoolConfiguration Modifier and Type Method Description WorkerPoolConfiguration
HTTPEndpointManager. getWorkerPoolConfiguration(String tenantDomain, int port)
Method for get WorkerPool ConfigMethods in org.wso2.carbon.inbound.endpoint.protocol.http.management with parameters of type WorkerPoolConfiguration Modifier and Type Method Description void
HTTPEndpointManager. addWorkerPool(String tenantDomain, int port, WorkerPoolConfiguration workerPoolConfiguration)
Method for add worker pool configs
-