Class HttpsCallbackHandler

java.lang.Object
edu.suffolk.litlab.efspserver.HttpsCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class HttpsCallbackHandler extends Object implements CallbackHandler
When the server is using TLS (HTTPS), incoming connections will use this object to decrypt the incoming data.

See the ServerConfig.xml for more details.