Node Director
sfi.director.application.FrontendHTTPServer Member List

This is the complete list of members for sfi.director.application.FrontendHTTPServer, including all inherited members.

_hideField(DBObject fieldobj, boolean hidden, Vector cfgFeatures)sfi.director.application.FrontendHTTPServerprotectedstatic
_recurse(int operation, DBConnection db, DBObject dbo)sfi.director.application.FrontendHTTPServerprotected
asyncRunnerfi.iki.elonen.NanoHTTPDprotected
auth_login(JSONArray args)sfi.director.application.FrontendHTTPServer
auth_request(String method, JSONArray args)sfi.director.application.FrontendHTTPServer
authRolesfi.director.application.FrontendHTTPServerprotected
authRole()sfi.director.application.FrontendHTTPServer
authRole(DBObject authRole)sfi.director.application.FrontendHTTPServer
authUsersfi.director.application.FrontendHTTPServerprotected
authUser()sfi.director.application.FrontendHTTPServer
authUser(DBObject authUser)sfi.director.application.FrontendHTTPServer
closeAllConnections()fi.iki.elonen.NanoHTTPD
convertException(Throwable error)sfi.director.application.FrontendHTTPServerprotected
createClientHandler(final Socket finalAccept, final InputStream inputStream)fi.iki.elonen.NanoHTTPDprotected
createServerRunnable(final int timeout)fi.iki.elonen.NanoHTTPDprotected
db_decryptpw(JSONObject args)sfi.director.application.FrontendHTTPServer
db_event(JSONObject args)sfi.director.application.FrontendHTTPServer
db_get(JSONObject args)sfi.director.application.FrontendHTTPServer
db_listevents(JSONObject args)sfi.director.application.FrontendHTTPServer
db_remove(JSONObject args)sfi.director.application.FrontendHTTPServer
db_replace(JSONObject args)sfi.director.application.FrontendHTTPServer
db_request(String method, JSONArray args)sfi.director.application.FrontendHTTPServer
db_search(JSONObject args)sfi.director.application.FrontendHTTPServer
db_searchdispose(JSONObject args)sfi.director.application.FrontendHTTPServer
db_searchget(JSONObject args)sfi.director.application.FrontendHTTPServer
db_searchnoop(JSONObject args)sfi.director.application.FrontendHTTPServer
db_searchsize(JSONObject args)sfi.director.application.FrontendHTTPServer
decodeParameters(Map< String, String > parms)fi.iki.elonen.NanoHTTPDprotected
decodeParameters(String queryString)fi.iki.elonen.NanoHTTPDprotected
decodePercent(String str)fi.iki.elonen.NanoHTTPDprotected
decryptpw(DBObject dbo, String password)sfi.director.application.FrontendHTTPServer
edit_data(JSONObject args)sfi.director.application.FrontendHTTPServer
edit_editor(JSONObject args)sfi.director.application.FrontendHTTPServer
edit_export(JSONObject args)sfi.director.application.FrontendHTTPServer
edit_fields(JSONObject args)sfi.director.application.FrontendHTTPServer
edit_request(String method, JSONArray args)sfi.director.application.FrontendHTTPServer
edit_update(JSONObject args)sfi.director.application.FrontendHTTPServer
emulateRootUser()sfi.director.application.FrontendHTTPServerprotected
ensure_authenticated()sfi.director.application.FrontendHTTPServer
ERROR_ORIGIN_APPLICATIONsfi.director.application.FrontendHTTPServerprotectedstatic
ERROR_ORIGIN_SERVERsfi.director.application.FrontendHTTPServerprotectedstatic
fieldsToJSON(DaemonObjectEdit editor, Vector limitAttrs, Vector cfgFeatures)sfi.director.application.FrontendHTTPServerstatic
file_request(String method, JSONArray args)sfi.director.application.FrontendHTTPServer
file_retrieve(JSONArray args)sfi.director.application.FrontendHTTPServer
file_upload(JSONArray args)sfi.director.application.FrontendHTTPServer
fillRel(String evalRels, DBObject dbo)sfi.director.application.FrontendHTTPServer
findDB(JSONObject args)sfi.director.application.FrontendHTTPServerprotected
findDB(String dbid)sfi.director.application.FrontendHTTPServerprotected
findEditor(JSONObject args)sfi.director.application.FrontendHTTPServerprotected
FrontendHTTPServer(int port, frinterface frontend, boolean master, FrontendCallback session)sfi.director.application.FrontendHTTPServer
FrontendHTTPServer(int port, frinterface frontend, boolean master, FrontendCallback session, boolean ssl)sfi.director.application.FrontendHTTPServer
getEditorErrors(FrontendEditor editor)sfi.director.application.FrontendHTTPServerprotected
getListeningPort()fi.iki.elonen.NanoHTTPD
handleRpc(String method, Map< String, String > header, Map< String, String > parms, Map< String, String >files)sfi.director.application.FrontendHTTPServerprotected
isAlive()fi.iki.elonen.NanoHTTPD
linkid()sfi.director.application.FrontendHTTPServer
LogMonitor()sfi.director.application.FrontendHTTPServerprotected
makeSecure(SSLServerSocketFactory sslServerSocketFactory)fi.iki.elonen.NanoHTTPD
makeSSLSocketFactory(KeyStore loadedKeyStore, KeyManager[] keyManagers)fi.iki.elonen.NanoHTTPDstatic
makeSSLSocketFactory(KeyStore loadedKeyStore, KeyManagerFactory loadedKeyFactory)fi.iki.elonen.NanoHTTPDstatic
makeSSLSocketFactory(String keyAndTrustStoreClasspathPath, char[] passphrase)fi.iki.elonen.NanoHTTPDstatic
MIME_PLAINTEXTsfi.director.util.NanoHTTPDstatic
NanoHTTPD(int port)sfi.director.util.NanoHTTPD
fi::iki::elonen::NanoHTTPD.NanoHTTPD(String hostname, int port)fi.iki.elonen.NanoHTTPD
newChunkedResponse(IStatus status, String mimeType, InputStream data)fi.iki.elonen.NanoHTTPD
newFixedLengthResponse(IStatus status, String mimeType, InputStream data, long totalBytes)fi.iki.elonen.NanoHTTPD
newFixedLengthResponse(IStatus status, String mimeType, String txt)fi.iki.elonen.NanoHTTPD
newFixedLengthResponse(String msg)fi.iki.elonen.NanoHTTPD
parseLog(LogEntry le)sfi.director.application.FrontendHTTPServerprotected
postEvent(DBConnection db, DBObject dbo, Record data, String event)sfi.director.application.FrontendHTTPServerprotected
postEvent(Enumeration< DBConnection > dbs, Enumeration< DBObject > dbos, Record data, String event)sfi.director.application.FrontendHTTPServerprotected
readLine(InputStream is)sfi.director.util.NanoHTTPDstatic
redirect(Properties header, String uri)sfi.director.application.FrontendHTTPServer
serve(String uri, NanoHTTPD.Method imethod, Map< String, String >header, Map< String, String >parms, Map< String, String >files)sfi.director.application.FrontendHTTPServer
sfi::director::util::NanoHTTPD.serve(IHTTPSession session)fi.iki.elonen.NanoHTTPD
sfi::director::util::NanoHTTPD.serve(String uri, Method method, Map< String, String > headers, Map< String, String > parms, Map< String, String > files)fi.iki.elonen.NanoHTTPD
serveFile(String uri, Properties header, File dir, boolean allowListing)sfi.director.util.NanoHTTPD
serveFile(String uri, Map< String, String > header, File dir, boolean allowListing)sfi.director.util.NanoHTTPD
session_create(JSONArray args)sfi.director.application.FrontendHTTPServer
session_enumDomains(JSONArray args)sfi.director.application.FrontendHTTPServer
session_request(String method, JSONArray args)sfi.director.application.FrontendHTTPServer
sessionIdsfi.director.application.FrontendHTTPServerprotected
sessionId()sfi.director.application.FrontendHTTPServer
sessionId(String sessionId)sfi.director.application.FrontendHTTPServer
sessionProxy(SessionInfo sinfo, String uri, String method, Map< String, String > header, Map< String, String > parms, Map< String, String > files)sfi.director.application.FrontendHTTPServer
setAsyncRunner(AsyncRunner asyncRunner)fi.iki.elonen.NanoHTTPD
setTempFileManagerFactory(TempFileManagerFactory tempFileManagerFactory)fi.iki.elonen.NanoHTTPD
SOCKET_READ_TIMEOUTfi.iki.elonen.NanoHTTPDstatic
start()fi.iki.elonen.NanoHTTPD
start(final int timeout)fi.iki.elonen.NanoHTTPD
stop()fi.iki.elonen.NanoHTTPD
useGzipWhenAccepted()sfi.director.application.FrontendHTTPServer
util_logOverview(JSONObject args)sfi.director.application.FrontendHTTPServer
util_remotehostpw(JSONObject args)sfi.director.application.FrontendHTTPServer
util_request(String method, JSONArray args)sfi.director.application.FrontendHTTPServer
wasStarted()fi.iki.elonen.NanoHTTPD