Uses of Class
org.kobe.xbot.JClient.XTablesSocketMonitor
Packages that use XTablesSocketMonitor
-
Uses of XTablesSocketMonitor in org.kobe.xbot.JClient
Methods in org.kobe.xbot.JClient that return XTablesSocketMonitorModifier and TypeMethodDescriptionAdds a socket to the monitor for monitoring its connection events.XTablesClient.getSocketMonitor()
Retrieves the socket monitor.XTablesSocketMonitor.removeSocket
(String socketName) Removes a socket from the monitor based on its socket name.XTablesSocketMonitor.removeSocket
(org.zeromq.ZMQ.Socket socket) Removes a socket from the monitor based on the socket instance.