Method Summary |
|
public boolean | getClientAuthEnable() Returns whether the connections which are accepted must include
successful client authentication. |
public boolean | getEnable() Returns the Secure enable flag. |
public boolean | getLoad() Returns the load flag for SSLContext. |
public int | getPort() Returns the port for the QuickServer to listen on in secure mode. |
public String | getProtocol() Returns the protocol for the QuickServer to listen on in secure mode. |
public SecureStore | getSecureStore() Returns SecureStore information. |
public boolean | isClientAuthEnable() Returns whether the connections which are accepted must include
successful client authentication. |
public boolean | isEnable() Returns the Secure enable flag. |
public boolean | isLoad() Returns the load flag for SSLContext. |
public void | setClientAuthEnable(boolean enable) Sets whether the connections which are accepted must include
successful client authentication. |
public void | setEnable(boolean enable) Sets the Secure enable flag. |
public void | setLoad(boolean load) Sets the load flag for SSLContext. |
public void | setPort(int port) Sets the port for the QuickServer to listen on in secure mode. |
public void | setProtocol(String protocol) Sets the protocol for the QuickServer to listen on in secure mode. |
public void | setSecureStore(SecureStore secureStore) |
public String | toXML(String pad) Returns XML config of this class. |