org.sblim.cimclient.internal.http
public class HttpSocketFactory extends Object
Method Summary | |
---|---|
SocketFactory | getClientSocketFactory(SSLContext pContext)
Returns a client socket factory
|
SSLContext | getClientSSLContext(WBEMConfiguration pProperties)
Returns a SSLContext for client sockets corresponding to a given set of
configuration properties
|
static HttpSocketFactory | getInstance()
Returns the singleton instance
|
ServerSocketFactory | getServerSocketFactory(SSLContext pContext)
Returns a server socket factory
|
SSLContext | getServerSSLContext(WBEMConfiguration pProperties)
Returns a SSLContext for server sockets corresponding to a given set of
configuration properties
|
Parameters: pContext
The SSL context or null
for insecure
connections
Returns: The factory
Parameters: pProperties The configuration to apply
Returns: The SSL context
Returns: The instance
Parameters: pContext
The corresponding SSL context or null
for
insecure connections
Returns: The factory
Parameters: pProperties The configuration to apply
Returns: The SSL context