|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.internal.http.HttpSocketFactory
public class HttpSocketFactory
Class HttpSocketFactory manages socket factories
| Method Summary | |
|---|---|
javax.net.SocketFactory |
getClientSocketFactory(javax.net.ssl.SSLContext pContext)
Returns a client socket factory |
javax.net.ssl.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 |
javax.net.ServerSocketFactory |
getServerSocketFactory(javax.net.ssl.SSLContext pContext)
Returns a server socket factory |
javax.net.ssl.SSLContext |
getServerSSLContext(WBEMConfiguration pProperties)
Returns a SSLContext for server sockets corresponding to a given set of configuration properties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static HttpSocketFactory getInstance()
public javax.net.ServerSocketFactory getServerSocketFactory(javax.net.ssl.SSLContext pContext)
pContext - The corresponding SSL context or null for
insecure connections
public javax.net.SocketFactory getClientSocketFactory(javax.net.ssl.SSLContext pContext)
pContext - The SSL context or null for insecure connections
public javax.net.ssl.SSLContext getClientSSLContext(WBEMConfiguration pProperties)
pProperties - The configuration to apply
public javax.net.ssl.SSLContext getServerSSLContext(WBEMConfiguration pProperties)
pProperties - The configuration to apply
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||