public class BackendSocketServer extends BackendProtocolServer
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
log |
static java.lang.String |
my_name |
static java.lang.String |
my_version |
MAX_QUEUED_LOG_EVENTS, RESET_OUT_INTERVAL| Constructor and Description |
|---|
BackendSocketServer()
This thread listens on the ServerSocket and waits for Client calls which then
are dispatched to separate BackendCommandHandlerI instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
acquireTransportChannelResourcesEarly()
Acquires the resources needed for the transport channel of this BackendProtocolServerI early on.
|
int |
getPort() |
int |
getTlsPort() |
void |
init(DBManLocalI _dbm,
netrexx.lang.Rexx _section) |
boolean |
removeUnauthedCommandHandler(java.lang.String ip,
BackendCommandHandlerI bch,
java.lang.String reason)
Cancels the TimerTask that is scheduled to check if the passed BackendCommandHandlerI
has already been authenticated, if there exists one.
|
addUnauthedCommandHandler, afterEventSendingFinished, describeSessionsByType, dumpSessions, getActiveSessionInfos, getActiveSessions, getClientCryptoHandler, getConf, getDbm, getDBManInfo, getEh, getMatchingStrukturen, getSchema, getSection, getServerCryptoHandler, getServerThread, getSession, getUserContext, initDBManAndConfAndSection, loginUser, logoutUser, postInit, resetPassword, setConf, setEh, setSection, setServerThread, waitUntilEventSendingFinishedpublic static final java.lang.String my_name
public static final java.lang.String my_version
public static final org.apache.log4j.Logger log
public BackendSocketServer()
public boolean removeUnauthedCommandHandler(java.lang.String ip,
BackendCommandHandlerI bch,
java.lang.String reason)
removeUnauthedCommandHandler in class BackendProtocolServerpublic void acquireTransportChannelResourcesEarly()
BackendProtocolServerIacquireTransportChannelResourcesEarly in interface BackendProtocolServerIacquireTransportChannelResourcesEarly in class BackendProtocolServerpublic void init(DBManLocalI _dbm, netrexx.lang.Rexx _section)
init in class BackendProtocolServerpublic int getPort()
public int getTlsPort()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.