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 |
---|---|
void |
HostList.add(Host host) |
void |
HostList.addDefault(Host host) |
void |
HostList.remove(Host host) |
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