
public abstract class ONetworkProtocol
extends com.orientechnologies.common.thread.OSoftThread
| Constructor and Description |
|---|
ONetworkProtocol(java.lang.ThreadGroup group,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
config(OServerNetworkListener iListener,
OServer iServer,
java.net.Socket iSocket,
com.orientechnologies.orient.core.config.OContextConfiguration iConfiguration) |
abstract OBinaryRequestExecutor |
executor(OClientConnection connection) |
abstract com.orientechnologies.orient.enterprise.channel.OChannel |
getChannel() |
java.lang.String |
getListeningAddress() |
OServer |
getServer() |
abstract java.lang.String |
getType() |
abstract int |
getVersion() |
afterExecution, beforeExecution, execute, isShutdownFlag, run, sendShutdown, setDumpExceptions, shutdown, softShutdown, startupactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected OServer server
public ONetworkProtocol(java.lang.ThreadGroup group,
java.lang.String name)
public abstract void config(OServerNetworkListener iListener, OServer iServer, java.net.Socket iSocket, com.orientechnologies.orient.core.config.OContextConfiguration iConfiguration) throws java.io.IOException
java.io.IOExceptionpublic abstract java.lang.String getType()
public abstract int getVersion()
public abstract com.orientechnologies.orient.enterprise.channel.OChannel getChannel()
public java.lang.String getListeningAddress()
public OServer getServer()
public abstract OBinaryRequestExecutor executor(OClientConnection connection)
Copyright © 2009–2022 OrientDB. All rights reserved.