|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.transport.sslHttpBase.LinkFactoryImpl
cgl.narada.transport.ssl.SSLLinkFactory
public class SSLLinkFactory
SSL Link factory that wraps WinINET SSL and also JSSE SSL. If the library is run on windows, it will automatically choose by default to use the WinINET SSL library for better proxy penetration. Otherwise, it will use JSSE SSL. You can also set it to none secure mode in which it will just fake SSL.
| Field Summary | |
|---|---|
static String |
CHANNEL_TYPE
|
| Fields inherited from class cgl.narada.transport.sslHttpBase.LinkFactoryImpl |
|---|
m_factory, m_key2transport, m_linkManager, m_statusInterval, m_transport2key, m_transportAcceptor, m_transportHandler |
| Constructor Summary | |
|---|---|
SSLLinkFactory()
------------------------------------------------------------------- |
|
| Method Summary | |
|---|---|
boolean |
canManageLinkMigrationOfType(String linkType)
------------------------------------------------------------------- Currently only can migrate link type of SSL. |
String |
getManagedLinksType()
------------------------------------------------------------------- |
void |
manageLinkMigration(Link link)
------------------------------------------------------------------- Migrate a link of "ssl" type to this factory. |
void |
setLinkFactoryProperties(Properties factoryProperties)
------------------------------------------------------------------- Set the factory creation parameters. |
| Methods inherited from class cgl.narada.transport.sslHttpBase.LinkFactoryImpl |
|---|
createLink, dataReceived, dispose, getLinkManager, getLinks, handlePerfMessage, loadLinkFactoryServices, setLinkStatusInterval, setTransportHandler, transportClosed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String CHANNEL_TYPE
| Constructor Detail |
|---|
public SSLLinkFactory()
| Method Detail |
|---|
public void setLinkFactoryProperties(Properties factoryProperties)
setLinkFactoryProperties in interface LinkFactorysetLinkFactoryProperties in class LinkFactoryImplfactoryProperties - A list of possible properties are: public String getManagedLinksType()
public boolean canManageLinkMigrationOfType(String linkType)
public void manageLinkMigration(Link link)
throws TransportException
link - Must be of LinkImpl type.
TransportException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||