| Package | Description | 
|---|---|
| org.quickserver.net.client | Main classes of QuickServer Client. | 
| org.quickserver.net.client.loaddistribution | Load Distributor classes of QuickServer Client. | 
| org.quickserver.net.client.loaddistribution.impl | Load Distributor implementation classes of QuickServer Client. | 
| org.quickserver.net.client.monitoring | Monitoring classes of QuickServer Client. | 
| org.quickserver.net.client.monitoring.impl | Monitoring implementation classes of QuickServer Client. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpHost | 
| class  | SocketBasedHost | 
| Modifier and Type | Method and Description | 
|---|---|
| Host | HostList. getHostByName(java.lang.String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<Host> | HostList. getActiveList() | 
| java.util.List<Host> | HostList. getFullList() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HostList. add(Host host) | 
| void | HostList. addDefault(Host host) | 
| void | HostList. remove(Host host) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HostList. setActiveList(java.util.List<Host> activeList) | 
| void | HostList. setFullList(java.util.List<Host> fullList) | 
| Modifier and Type | Method and Description | 
|---|---|
| Host | LoadPattern. getHost(ClientInfo clientInfo) | 
| Host | LoadDistributor. getHost(ClientInfo clientInfo) | 
| Modifier and Type | Method and Description | 
|---|---|
| Host | RoundRobinLoadPattern. getHost(ClientInfo clientInfo) | 
| Host | RandomLoadPattern. getHost(ClientInfo clientInfo) | 
| Host | HashedLoadPattern. getHost(ClientInfo clientInfo) | 
| Host | FirstActiveLoadPattern. getHost(ClientInfo clientInfo) | 
| Modifier and Type | Method and Description | 
|---|---|
| char | HostMonitor. monitor(Host host) | 
| void | HostStateListener. stateChanged(Host host,
            char oldStatus,
            char newStatus) | 
| Modifier and Type | Method and Description | 
|---|---|
| char | UDPMonitor. monitor(Host host) | 
| char | SocketMonitor. monitor(Host host) | 
| char | PingMonitor. monitor(Host host) | 
| char | HttpMonitor. monitor(Host host) | 
Copyright © 2003-2014 QuickServer.org