c

quix.python

PythonProcessHandler

class PythonProcessHandler extends NuAbstractProcessHandler with LazyLogging

Linear Supertypes
LazyLogging, NuAbstractProcessHandler, NuProcessHandler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PythonProcessHandler
  2. LazyLogging
  3. NuAbstractProcessHandler
  4. NuProcessHandler
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PythonProcessHandler(queryId: String, subscriber: Subscriber[PythonMessage])

Value Members

  1. def onExit(statusCode: Int): Unit
    Definition Classes
    PythonProcessHandler → NuAbstractProcessHandler → NuProcessHandler
  2. def onPreStart(arg0: NuProcess): Unit
    Definition Classes
    NuAbstractProcessHandler → NuProcessHandler
  3. def onStart(nuProcess: NuProcess): Unit
    Definition Classes
    PythonProcessHandler → NuAbstractProcessHandler → NuProcessHandler
  4. def onStderr(buffer: ByteBuffer, closed: Boolean): Unit
    Definition Classes
    PythonProcessHandler → NuAbstractProcessHandler → NuProcessHandler
  5. def onStdinReady(arg0: ByteBuffer): Boolean
    Definition Classes
    NuAbstractProcessHandler → NuProcessHandler
  6. def onStdout(buffer: ByteBuffer, closed: Boolean): Unit
    Definition Classes
    PythonProcessHandler → NuAbstractProcessHandler → NuProcessHandler
  7. var pid: Long