Package zmq.io
Interface IEngine
-
- All Known Implementing Classes:
EngineNotImplemented
,NormEngine
,PgmReceiver
,PgmSender
,StreamEngine
public interface IEngine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
plug(IOThread ioThread, SessionBase session)
void
restartInput()
void
restartOutput()
void
terminate()
void
zapMsgAvailable()
-
-
-
Method Detail
-
plug
void plug(IOThread ioThread, SessionBase session)
-
terminate
void terminate()
-
restartInput
void restartInput()
-
restartOutput
void restartOutput()
-
zapMsgAvailable
void zapMsgAvailable()
-
-