cgl.narada.transport.https
Class HTTPSLinkFactory
java.lang.Object
cgl.narada.transport.sslHttpBase.LinkFactoryImpl
cgl.narada.transport.https.HTTPSLinkFactory
- All Implemented Interfaces:
- LinkFactory, TransportDataListener
public class HTTPSLinkFactory
- extends LinkFactoryImpl
- Version:
- 1.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHANNEL_TYPE
public static final String CHANNEL_TYPE
- See Also:
- Constant Field Values
HTTPSLinkFactory
public HTTPSLinkFactory()
setLinkFactoryProperties
public void setLinkFactoryProperties(Properties factoryProperties)
- Description copied from class:
LinkFactoryImpl
- ------------------------------------------------------------------- Set
the factory creation parameters. Pass through to set the transport
factory's properties. listenerport - The port to listen on truststore -
Location of the trusted authorities database keystore - Location of the
public/private key database truststorePassword - Password to the
truststore keystorePassword - Password to the keystore username - Proxy
authenticated user name. password - Proxy authenticated password.
https.proxyHost - The location of the HTTPS proxy. Will try to auto
detect from System properties if this does not exist. https.proxyPort -
The location of the HTTPS proxy port. Will try to auto detec from System
properties if this does not exist. secure - true | false. If false, will
not do any real SSL.
- Specified by:
setLinkFactoryProperties in interface LinkFactory- Overrides:
setLinkFactoryProperties in class LinkFactoryImpl
getManagedLinksType
public String getManagedLinksType()
- Description copied from interface:
LinkFactory
- Return the type of all the links created/managed by this factory
canManageLinkMigrationOfType
public boolean canManageLinkMigrationOfType(String linkType)
- Description copied from interface:
LinkFactory
- Indicates if this factory can manage migration of links of a certain
type
manageLinkMigration
public void manageLinkMigration(Link link)
throws TransportException
- Description copied from interface:
LinkFactory
- Used to migrate communications of a link to the one supported by
links managed by this factory
- Throws:
TransportException
For comments and suggestions please send
e-mail to
The NaradaBrokering Project