Class ONetworkProtocolHttpDb
java.lang.Object
java.lang.Thread
com.orientechnologies.common.thread.OSoftThread
com.orientechnologies.orient.server.network.protocol.ONetworkProtocol
com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract
com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpDb
- All Implemented Interfaces:
OService,ONetworkHttpExecutor,Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract
account, channel, cmdManager, connection, request, responseFields inherited from class com.orientechnologies.orient.server.network.protocol.ONetworkProtocol
serverFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidconfig(OServerNetworkListener iListener, OServer iServer, Socket iSocket, OContextConfiguration iConfiguration) executor(OClientConnection connection) getType()intMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract
connectionClosed, connectionError, deCompress, execute, getAccount, getAdditionalResponseHeaders, getChannel, getCommandManager, getCommandString, getConnection, getRemoteAddress, getRequest, getResponse, getResponseCharSet, getSessionID, handleError, readAllContent, registerHandlers, registerStatelessCommands, sendError, sendResponseHeaders, sendShutdown, sendStatus, sendTextContent, service, setDatabase, setResponseCharSet, shutdown, timeout, writeLineMethods inherited from class com.orientechnologies.orient.server.network.protocol.ONetworkProtocol
getListeningAddress, getServerMethods inherited from class com.orientechnologies.common.thread.OSoftThread
beforeExecution, isShutdownFlag, run, setDumpExceptions, softShutdown, startupMethods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Constructor Details
-
ONetworkProtocolHttpDb
-
-
Method Details
-
config
public void config(OServerNetworkListener iListener, OServer iServer, Socket iSocket, OContextConfiguration iConfiguration) throws IOException - Overrides:
configin classONetworkProtocolHttpAbstract- Throws:
IOException
-
getVersion
public int getVersion()- Specified by:
getVersionin classONetworkProtocol
-
getType
- Specified by:
getTypein classONetworkProtocol
-
afterExecution
- Overrides:
afterExecutionin classOSoftThread- Throws:
InterruptedException
-
executor
- Specified by:
executorin classONetworkProtocol
-