Package zmq.pipe
Interface Pipe.IPipeEvents
- All Known Implementing Classes:
Channel
,Client
,Dealer
,Dish
,Dish.DishSession
,Gather
,HelloMsgSession
,Pair
,Peer
,Pub
,Pull
,Push
,Radio
,Radio.RadioSession
,Raw
,Rep
,Req
,Req.ReqSession
,Router
,Scatter
,Server
,SessionBase
,SocketBase
,Stream
,Sub
,XPub
,XSub
- Enclosing class:
Pipe
public static interface Pipe.IPipeEvents
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
pipeTerminated
(Pipe pipe) void
readActivated
(Pipe pipe) void
writeActivated
(Pipe pipe)
-
Method Details
-
readActivated
-
writeActivated
-
hiccuped
-
pipeTerminated
-