mirror of https://github.com/mchr3k/org.intrace
Add comment about callback connections - release updated dev build
This commit is contained in:
parent
771c2b2c1e
commit
9c1ed2fffc
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -103,6 +103,13 @@ public class AgentInit
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* This is a mechanism which allows a client to listen on a particular port and have the
|
||||
* Agent server make the initial connection. This is useful when the client launches the Agent
|
||||
* and wants to connect as soon as the Agent starts up. This is used by the Eclipse plugin.
|
||||
* @param callbackPort
|
||||
* @param t
|
||||
*/
|
||||
static void doCallbackConnection(int callbackPort, ClassTransformer t)
|
||||
{
|
||||
try
|
||||
|
|
|
|||
Loading…
Reference in New Issue