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 Details

    • readActivated

      void readActivated(Pipe pipe)
    • writeActivated

      void writeActivated(Pipe pipe)
    • hiccuped

      void hiccuped(Pipe pipe)
    • pipeTerminated

      void pipeTerminated(Pipe pipe)