|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.provider.ConnectionStrategies
public final class ConnectionStrategies
Utility class that contains common implementations of ConnectionStrategies.DefaultConnectionStrategy.
| Nested Class Summary | |
|---|---|
static class |
ConnectionStrategies.ActivePassiveConnectionStrategy
Active-Passive strategy. |
static class |
ConnectionStrategies.DefaultConnectionStrategy
Default strategy. |
static class |
ConnectionStrategies.RandomConnectionStrategy
Random strategy. |
static class |
ConnectionStrategies.RoundRobinConnectionStrategy
Round Robin strategy. |
| Method Summary | |
|---|---|
protected static List<String> |
splitLdapUrl(String url)
Takes a space delimited string of URLs and returns a list of URLs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected static List<String> splitLdapUrl(String url)
url - to split
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||