Allow detaching the client from its connection.
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / highlevel / FcpClient.java
2010-01-15 David ‘Bombe’ RodenAllow detaching the client from its connection.
2010-01-15 David ‘Bombe’ RodenAdd possibility to simply wrap a high-level client...
2010-01-15 David ‘Bombe’ RodenRemove “name” field, the name is only used when connecting.
2010-01-05 David ‘Bombe’ RodenExpose the underlying FCP connection.
2009-11-27 David ‘Bombe’ RodenCount down latch after the NodeHello response has been...
2009-11-18 David ‘Bombe’ RodenStore the NodeHello response and expose it.
2009-11-17 David ‘Bombe’ RodenMove source and test files to maven’s favourite locations.