|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.dispatch.DispatchServer
com.caucho.server.port.ProtocolDispatchServer
public class ProtocolDispatchServer
| Constructor Summary | |
|---|---|
ProtocolDispatchServer()
|
|
| Method Summary | |
|---|---|
int |
getFreeSelectKeepalive()
Returns the number of available keepalive connections. |
int |
getKeepaliveMax()
Returns the configured keepalive max. |
AbstractSelectManager |
getSelectManager()
Gets the select manager. |
void |
initSelectManager(AbstractSelectManager manager)
Sets the select manager. |
boolean |
isActive()
Returns true if the server is active. |
boolean |
isIgnoreClientDisconnect()
Gets the ignore-client-disconnect |
boolean |
isSelectManagerEnabled()
Returns true if the select manager is enabled. |
void |
setIgnoreClientDisconnect(boolean ignore)
Sets the ignore-client-disconnect |
void |
stop()
Stops the server. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProtocolDispatchServer()
| Method Detail |
|---|
public void setIgnoreClientDisconnect(boolean ignore)
public boolean isIgnoreClientDisconnect()
isIgnoreClientDisconnect in class DispatchServerpublic boolean isSelectManagerEnabled()
public AbstractSelectManager getSelectManager()
public void initSelectManager(AbstractSelectManager manager)
public int getKeepaliveMax()
public int getFreeSelectKeepalive()
public boolean isActive()
public void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||