Package org.hcjf.io.net
Class NetServiceConsumer.NetIOThread
- java.lang.Object
-
- java.lang.Thread
-
- org.hcjf.service.ServiceThread
-
- org.hcjf.io.net.NetServiceConsumer.NetIOThread
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- NetServiceConsumer<S extends NetSession,D>
public class NetServiceConsumer.NetIOThread extends ServiceThread
Net IO thread.
-
-
Constructor Summary
Constructors Constructor Description NetIOThread(java.lang.Runnable target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffergetInputBuffer()Return the input buffer of the thread.java.nio.ByteBuffergetOutputBuffer()Return the output buffer of the thread.-
Methods inherited from class org.hcjf.service.ServiceThread
checkAllocatedMemory, checkExecutionTime, checkInterruptedThread, configureMaxAllocatedMemory, configureMaxExecutionTime, getAccumulatedAllocatedMemory, getAccumulatedTime, getInitialAllocatedMemory, getInitialTime, getLayerStack, getMaxAllocatedMemory, getMaxExecutionTime, getServiceClass, getSession, putLayer, removeLayer, setSession
-
Methods 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, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-