public class S2SAbstract extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
DB_RESULT_EL_NAME |
protected static String |
DB_VERIFY_EL_NAME |
protected static String |
DIALBACK_EL |
protected static String |
DIALBACK_NS |
protected static String[] |
FEATURES_DIALBACK_PATH |
protected static String |
FEATURES_EL |
protected static String |
FEATURES_NS |
protected static String[] |
FEATURES_STARTTLS_PATH |
static boolean |
FORCE_VERSION |
protected S2SConnectionHandlerIfc<S2SIOService> |
handler |
protected static String |
PROCEED_TLS_EL |
protected static String |
RESULT_EL_NAME |
protected static String |
START_TLS_EL |
protected static String |
START_TLS_NS |
protected static String |
STREAM_FEATURES_EL |
protected static String |
VERIFY_EL_NAME |
protected static String |
VERSION_ATT_NAME |
protected static String |
XMLNS_CLIENT_VAL |
protected static String |
XMLNS_DB_ATT |
protected static String |
XMLNS_DB_VAL |
Constructor and Description |
---|
S2SAbstract() |
Modifier and Type | Method and Description |
---|---|
void |
generateStreamError(boolean initStream,
String error_el,
S2SIOService serv) |
void |
generateStreamError(boolean initStream,
String error_el,
S2SIOService serv,
Throwable throwable) |
void |
init(S2SConnectionHandlerIfc<S2SIOService> handler,
Map<String,Object> props) |
protected static final String DB_RESULT_EL_NAME
protected static final String DB_VERIFY_EL_NAME
protected static final String DIALBACK_EL
protected static final String DIALBACK_NS
protected static final String FEATURES_EL
protected static final String FEATURES_NS
protected static final String PROCEED_TLS_EL
protected static final String RESULT_EL_NAME
protected static final String START_TLS_EL
protected static final String START_TLS_NS
protected static final String STREAM_FEATURES_EL
protected static final String VERIFY_EL_NAME
protected static final String VERSION_ATT_NAME
protected static final String XMLNS_CLIENT_VAL
protected static final String XMLNS_DB_ATT
protected static final String XMLNS_DB_VAL
protected static final String[] FEATURES_STARTTLS_PATH
protected static final String[] FEATURES_DIALBACK_PATH
public static boolean FORCE_VERSION
@Inject(nullAllowed=true) protected S2SConnectionHandlerIfc<S2SIOService> handler
public void init(S2SConnectionHandlerIfc<S2SIOService> handler, Map<String,Object> props)
public void generateStreamError(boolean initStream, String error_el, S2SIOService serv)
public void generateStreamError(boolean initStream, String error_el, S2SIOService serv, Throwable throwable)
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.