public InjectedSetValue<CallbackHandlerService> getCallbackHandlerService() {
return callbackHandlerServices;
}
public SSLContext getSSLContext() {
SSLIdentity service = sslIdentity.getOptionalValue();
if (service != null) {
return service.getFullContext();
}
return null;
}