BamBirds 2021
de.uniba.sme.bambirds.debugging.proxy.Proxy Class Reference
Inheritance diagram for de.uniba.sme.bambirds.debugging.proxy.Proxy:
Collaboration diagram for de.uniba.sme.bambirds.debugging.proxy.Proxy:

Classes

class  ProxyResult
 

Public Member Functions

 Proxy (int port) throws UnknownHostException
 
 Proxy (InetSocketAddress address)
 
void onOpen (WebSocket conn, ClientHandshake handshake)
 
void onClose (WebSocket conn, int code, String reason, boolean remote)
 
void onMessage (WebSocket conn, String message)
 
void onError (WebSocket conn, Exception ex)
 
synchronized< T > T send (ProxyMessage< T > message)
 
void onOpen ()
 
void onClose ()
 
void waitForClients (int numClients)
 
void onStart ()
 

Private Attributes

Long id = 0L
 
HashMap< Long, ProxyResult<?> > results = new HashMap<Long, ProxyResult<?>>()
 

The documentation for this class was generated from the following file: