Package | Description |
---|---|
com.streamscape.sef.network.http.acceptor | |
com.streamscape.sef.network.mf.admin | |
com.streamscape.sef.network.tlp.acceptor | |
com.streamscape.sef.network.xmpp.acceptor |
Modifier and Type | Class and Description |
---|---|
class |
HTTPAcceptor
Title: Service Event Fabric Core
|
Modifier and Type | Method and Description |
---|---|
Acceptor |
HTTPAcceptorFactory.createAcceptor(java.lang.String acceptorName,
java.lang.Class acceptorClass) |
Modifier and Type | Class and Description |
---|---|
class |
com.streamscape.sef.network.mf.admin.AbstractAcceptor
Title: Service Event Fabric Core
|
Modifier and Type | Method and Description |
---|---|
Acceptor |
AcceptorFactory.createAcceptor(java.lang.String acceptorName)
Creates a new acceptor instance with the specified name and default class.
|
Acceptor |
AcceptorFactory.createAcceptor(java.lang.String acceptorName,
java.lang.Class acceptorClass)
Creates a new acceptor instance with the specified name and class.
|
Acceptor |
AcceptorFactory.loadAcceptor(java.lang.String acceptorName)
(Re)Loads the specified existing acceptor from the Repository.
|
Acceptor |
AcceptorFactory.lookupAcceptor(java.lang.String acceptorName)
Finds and returns an acceptor with the specified name.
|
Acceptor |
AcceptorFactory.registerAcceptor(Acceptor acceptor)
Registers the specified acceptor with the factory and saves it to the Repository.
|
Acceptor |
AcceptorFactory.registerAcceptor(java.lang.String acceptorName)
Loads the specified acceptor from the Repository and registers it with the factory.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
CertificatesFactory.getKeyStorePathFor(Acceptor acceptor,
RuntimeContext context) |
static java.lang.String |
CertificatesFactory.getKeyStorePathFor(Acceptor acceptor,
RuntimeContext context,
boolean nullIfNotExists) |
static java.lang.String |
CertificatesFactory.getTrustStorePathFor(Acceptor acceptor,
RuntimeContext context) |
static java.lang.String |
CertificatesFactory.getTrustStorePathFor(Acceptor acceptor,
RuntimeContext context,
boolean nullIfNotExists) |
Acceptor |
AcceptorFactory.registerAcceptor(Acceptor acceptor)
Registers the specified acceptor with the factory and saves it to the Repository.
|
void |
AcceptorFactory.saveAcceptor(Acceptor acceptor)
Saves the specified acceptor to the Repository.
|
Modifier and Type | Class and Description |
---|---|
class |
TLPAcceptor
Title: Service Event Fabric Core
|
Modifier and Type | Class and Description |
---|---|
class |
XMPPAcceptor
Title: Service Event Fabric Core
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.