public abstract class AbstractJsonXSAuthor<D extends XSDataPacket<?,?>,V> extends AbstractXSAuthor<D,V>
| Modifier and Type | Field and Description |
|---|---|
protected java.io.Reader |
externalStreamReader |
protected com.google.gson.JsonStreamParser |
jsonStream |
| Constructor and Description |
|---|
AbstractJsonXSAuthor(java.lang.String name,
XSVisualization<V> visualization) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.io.Reader |
establishReaderConnectionToSource() |
protected void |
reConnect() |
void |
startXSRunnable() |
void |
stopXSRunnable() |
getVisualization, interrupt, pause, pauseXSRunnable, startconnect, disconnect, getNumberOfPacketsSend, getWritables, run, writeisPaused, isRunning, isStarted, isStopped, workPackageactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yieldequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, isPaused, isRunning, isStarted, isStopped, stopconnect, disconnect, getNumberOfPacketsSend, getWritables, writegetTopicprotected com.google.gson.JsonStreamParser jsonStream
protected java.io.Reader externalStreamReader
public AbstractJsonXSAuthor(java.lang.String name,
XSVisualization<V> visualization)
public void startXSRunnable()
startXSRunnable in interface XSRunnablestartXSRunnable in class AbstractXSAuthor<D extends XSDataPacket<?,?>,V>public void stopXSRunnable()
stopXSRunnable in interface XSRunnablestopXSRunnable in class AbstractXSAuthor<D extends XSDataPacket<?,?>,V>protected abstract java.io.Reader establishReaderConnectionToSource()
protected void reConnect()