|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kwebs.client.AbstractLayoutServiceClient
de.cau.cs.kieler.kwebs.client.HttpBasedLayoutServiceClient
public abstract class HttpBasedLayoutServiceClient
Abstract client implementation supporting HTTPS configuration.
Constructor Summary | |
---|---|
protected |
HttpBasedLayoutServiceClient()
Protected constructor. |
protected |
HttpBasedLayoutServiceClient(ServerConfigData theserverConfig)
Creates a new instance. |
Method Summary | |
---|---|
protected void |
initSSL(String truststore,
String truststorePass)
Initializes the SSL context needed for communication with a HTTPS based layout provider. |
protected void |
releaseSSL()
Sets the SSL configuration to system defaults. |
Methods inherited from class de.cau.cs.kieler.kwebs.client.AbstractLayoutServiceClient |
---|
getLastError, getLastErrorAsStringArray, getServerConfig, isAvailable, setLastError, setServerConfig |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.cau.cs.kieler.kwebs.client.ILayoutServiceClient |
---|
connect, disconnect, getPreviewImage, getServiceData, graphLayout, isConnected |
Constructor Detail |
---|
protected HttpBasedLayoutServiceClient()
protected HttpBasedLayoutServiceClient(ServerConfigData theserverConfig)
theserverConfig
- the ServerConfigData
of the layout service to be usedMethod Detail |
---|
protected void initSSL(String truststore, String truststorePass) throws Exception
truststore
- path to the trust store filetruststorePass
- password for the trust store file
Exception
protected void releaseSSL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |