Package | Description |
---|---|
winstone | |
winstone.ajp13 | |
winstone.cluster | |
winstone.ssl |
Modifier and Type | Field and Description |
---|---|
protected HostGroup |
WinstoneRequest.hostGroup |
protected HostGroup |
HttpListener.hostGroup |
Modifier and Type | Method and Description |
---|---|
HostGroup |
WinstoneRequest.getHostGroup() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
HttpListener(java.util.Map args,
ObjectPool objectPool,
HostGroup hostGroup)
Constructor
|
Constructor and Description |
---|
Ajp13Listener(java.util.Map args,
ObjectPool objectPool,
HostGroup hostGroup)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
HttpsListener(java.util.Map args,
ObjectPool objectPool,
HostGroup hostGroup)
Constructor
|
Copyright © 2012. All Rights Reserved.