|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HostGroup | |
---|---|
winstone | |
winstone.ajp13 | |
winstone.cluster | |
winstone.ssl |
Uses of HostGroup in winstone |
---|
Fields in winstone declared as HostGroup | |
---|---|
protected HostGroup |
WinstoneRequest.hostGroup
|
protected HostGroup |
HttpListener.hostGroup
|
Methods in winstone that return HostGroup | |
---|---|
HostGroup |
WinstoneRequest.getHostGroup()
|
Methods in winstone with parameters of type HostGroup | |
---|---|
void |
Cluster.clusterRequest(byte requestType,
java.io.InputStream in,
java.io.OutputStream out,
java.net.Socket socket,
HostGroup hostGroup)
Accept a control socket request related to the cluster functions and process the request. |
void |
WinstoneRequest.setHostGroup(HostGroup hostGroup)
|
Constructors in winstone with parameters of type HostGroup | |
---|---|
HttpListener(java.util.Map args,
ObjectPool objectPool,
HostGroup hostGroup)
Constructor |
Uses of HostGroup in winstone.ajp13 |
---|
Constructors in winstone.ajp13 with parameters of type HostGroup | |
---|---|
Ajp13Listener(java.util.Map args,
ObjectPool objectPool,
HostGroup hostGroup)
Constructor |
Uses of HostGroup in winstone.cluster |
---|
Methods in winstone.cluster with parameters of type HostGroup | |
---|---|
void |
SimpleCluster.clusterRequest(byte requestType,
java.io.InputStream in,
java.io.OutputStream out,
java.net.Socket socket,
HostGroup hostGroup)
Accept a control socket request related to the cluster functions and process the request. |
void |
SimpleCluster.handleClusterSessionRequest(java.net.Socket socket,
java.io.InputStream in,
java.io.OutputStream out,
HostGroup hostGroup)
Handles incoming socket requests for session search |
Uses of HostGroup in winstone.ssl |
---|
Constructors in winstone.ssl with parameters of type HostGroup | |
---|---|
HttpsListener(java.util.Map args,
ObjectPool objectPool,
HostGroup hostGroup)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |