Uses of Class
uk.ac.manchester.spinnaker.alloc.proxy.ProxyCore
Packages that use ProxyCore
Package
Description
The core allocation system.
SpiNNaker message proxying support code.
-
Uses of ProxyCore in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator with parameters of type ProxyCoreModifier and TypeMethodDescriptionvoidSpallocAPI.Job.forgetProxy(ProxyCore proxy) Note that a proxy has been dropped from the job and doesn't need to be remembered any more.voidSpallocAPI.Job.rememberProxy(ProxyCore proxy) Note that a proxy has been set up for the job. -
Uses of ProxyCore in uk.ac.manchester.spinnaker.alloc.proxy
Methods in uk.ac.manchester.spinnaker.alloc.proxy with parameters of type ProxyCoreModifier and TypeMethodDescriptionprotected final voidSpinWSHandler.closed(WebSocketSession session, ProxyCore proxy, SpallocAPI.Job job) Connection closed.protected final voidSpinWSHandler.delegateToProxy(BinaryMessage message, ProxyCore proxy) Message was sent to us.