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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
hiccuped(Pipe pipe)
void
pipeTerminated(Pipe pipe)
void
readActivated(Pipe pipe)
void
writeActivated(Pipe pipe)
-