18#ifndef _DECAF_NET_SSL_SSLSERVERSOCKETFACTORY_H_
19#define _DECAF_NET_SSL_SSLSERVERSOCKETFACTORY_H_
Class used to create Server Sockets, subclasses can be created that create certain types of server so...
Definition ServerSocketFactory.h:35
static ServerSocketFactory * getDefault()
Returns the current default SSL ServerSocketFactory, the factory is returned as a pointer however the...
virtual ~SSLServerSocketFactory()
virtual std::vector< std::string > getDefaultCipherSuites()=0
Returns the list of cipher suites which are enabled by default.
virtual std::vector< std::string > getSupportedCipherSuites()=0
Returns the names of the cipher suites which could be enabled for use on an SSL connection.
#define DECAF_API
Definition Config.h:29
Definition SSLContext.h:27
Definition URLStreamHandlerManager.h:26
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25