Package | Description |
---|---|
marquee.xmlrpc |
Modifier and Type | Method and Description |
---|---|
static XmlRpcDispatcher |
XmlRpcDispatcher.getDispatcher(XmlRpcServer server,
java.lang.String callerIp)
Aquires a dispatcher from the pool of available dispatchers, or
creates a new dispatcher if the pool is empty.
|
Modifier and Type | Method and Description |
---|---|
static XmlRpcServerConnection |
XmlRpcServerConnection.getConnection(XmlRpcDispatcher dispatcher)
Retrieves a connection from the pool or creates a new one, assuming we have not reached
the connection limit.
|