I don\'t really understand how the class keywords work in some instances.
class
For example, the get(ClientResponse.class) method takes the Cl
get(ClientResponse.class)
Cl
There's a lot of ways Class objects can be used. This is used for Reflection. Below is a link that can help you understand more.
http://docs.oracle.com/javase/tutorial/reflect/class/classNew.html