Method Summary |
|
public AccessConstraintConfig | getAccessConstraintConfig() Returns Access constraints if present else null . |
public AdvancedSettings | getAdvancedSettings() Returns the AdvancedSettings for the QuickServer. |
public String | getAuthenticator() Returns the Authenticator class that handles the
authentication of the client. |
public String | getBindAddr() Returns the Ip address binding to. |
public String | getClientAuthenticationHandler() Returns the ClientAuthenticationHandler class that handles the
authentication of the client. |
public String | getClientBinaryHandler() Returns the ClientBinaryHandler class that interacts with
client sockets. |
public String | getClientCommandHandler() Returns the ClientCommandHandler class that interacts with
client sockets. |
public String | getClientData() |
public String | getClientEventHandler() Returns the ClientEventHandler class that gets notified of
client events. |
public String | getClientExtendedEventHandler() Returns the ClientExtendedEventHandler class that gets notified of
client's extended events. |
public String | getClientObjectHandler() Returns the ClientObjectHandler class that interacts with
client sockets. |
public String | getClientWriteHandler() Returns the ClientWriteHandler class that interacts with
client sockets. |
public boolean | getCommunicationLogging() Returns the communication logging flag. |
public String | getConsoleLoggingFormatter() Returns the console log handler level. |
public String | getConsoleLoggingLevel() Returns the console log handler level. |
public DefaultDataMode | getDefaultDataMode() Returns the DefaultDataMode for the QuickServer. |
public int | getMaxAuthTry() Returns maximum allowed login attempts. |
public String | getMaxAuthTryMsg() Returns message to be displayed when maximum allowed login
attempts has reached. |
public long | getMaxConnection() Returns the maximum number of client connection allowed. |
public String | getMaxConnectionMsg() Returns the message to be sent to any new client connected
after maximum client connection has reached. |
public String | getName() |
public ObjectPoolConfig | getObjectPoolConfig() Returns the ObjectPool Config object. |
public int | getPort() |
public Secure | getSecure() |
public String | getServerBanner() |
public ServerHooks | getServerHooks() Returns ServerHooks if present else null . |
public ServerMode | getServerMode() Returns the ServerMode for the QuickServer. |
public int | getTimeout() Returns the Client Socket timeout in milliseconds. |
public String | getTimeoutMsg() Returns timeout message. |
public void | setAccessConstraintConfig(AccessConstraintConfig accessConstraintConfig) |
public void | setAdvancedSettings(AdvancedSettings advancedSettings) Sets the AdvancedSettings for the QuickServer. |
public void | setAuthenticator(String authenticator) Sets the Authenticator class that handles the
authentication of the client. |
public void | setAuthenticator(Authenticator authenticator) Sets the Authenticator class that handles the
authentication of the client. |
public void | setBindAddr(String bindAddr) Sets the Ip address to bind to. |
public void | setClientAuthenticationHandler(String clientAuthenticationHandler) Sets the ClientAuthenticationHandler class that handles the
authentication of the client. |
public void | setClientAuthenticationHandler(ClientAuthenticationHandler clientAuthenticationHandler) Sets the ClientAuthenticationHandler class that handles the
authentication of the client. |
public void | setClientBinaryHandler(String handler) Sets the ClientBinaryHandler class that interacts with
client sockets. |
public void | setClientBinaryHandler(ClientBinaryHandler handler) Sets the ClientBinaryHandler class that interacts with
client sockets. |
public void | setClientCommandHandler(String handler) Sets the ClientCommandHandler class that interacts with
client sockets. |
public void | setClientCommandHandler(ClientCommandHandler handler) Sets the ClientCommandHandler class that interacts with
client sockets. |
public void | setClientData(String data) Sets the ClientData class that carries client data. |
public void | setClientData(ClientData data) Sets the ClientData class that carries client data. |
public void | setClientEventHandler(String handler) Sets the ClientEventHandler class that gets notified of
client events. |
public void | setClientEventHandler(ClientEventHandler handler) Sets the ClientEventHandler class that gets notified of
client events. |
public void | setClientExtendedEventHandler(String handler) Sets the ClientExtendedEventHandler class that gets notified of
client's extended events. |
public void | setClientExtendedEventHandler(ClientExtendedEventHandler handler) Sets the ClientExtendedEventHandler class that gets notified of
client's extended events. |
public void | setClientObjectHandler(String handler) Sets the ClientObjectHandler class that interacts with
client sockets. |
public void | setClientObjectHandler(ClientObjectHandler handler) Sets the ClientObjectHandler class that interacts with
client sockets. |
public void | setClientWriteHandler(String handler) Sets the ClientWriteHandler class that interacts with
client sockets. |
public void | setClientWriteHandler(ClientWriteHandler handler) Sets the ClientWriteHandler class that interacts with
client sockets. |
public void | setCommunicationLogging(boolean enable) Sets the communication logging flag. |
public void | setConsoleLoggingFormatter(String formatter) Sets the console log handler formatter. |
public void | setConsoleLoggingLevel(String level) Sets the console log handler level. |
public void | setDefaultDataMode(DefaultDataMode defaultDataMode) Sets the DefaultDataMode for the QuickServer. |
public void | setMaxAuthTry(int authTry) Sets maximum allowed login attempts. |
public void | setMaxAuthTryMsg(String msg) Sets message to be displayed when maximum allowed login
attempts has reached. |
public void | setMaxConnection(long maxConnection) Sets the maximum number of client connection allowed.. |
public void | setMaxConnectionMsg(String maxConnectionMsg) Sets the message to be sent to any new client connected after
maximum client connection has reached. |
public void | setName(String name) Sets the name for the QuickServer. |
public void | setObjectPoolConfig(ObjectPoolConfig objectPoolConfig) Sets the ObjectPool Config object. |
public void | setPort(int port) Sets the port for the QuickServer to listen on. |
public void | setSecure(Secure secure) |
public void | setServerBanner(String banner) Sets the serverBanner for the QuickServer
that will be displayed on the standard output [console]
when server starts. |
public void | setServerHooks(ServerHooks serverHooks) |
public void | setServerMode(ServerMode serverMode) Sets the ServerMode for the QuickServer. |
public void | setTimeout(int time) Sets the Client Socket timeout in milliseconds. |
public void | setTimeoutMsg(String msg) Sets timeout message. |