org.rackspace.deproxy
[Groovy] Class Handling

java.lang.Object
  org.rackspace.deproxy.Handling

class Handling

An object representing a request received by an endpoint and the response it returns.


Property Summary
java.lang.String connection

DeproxyEndpoint endpoint

Request request

Response response

 
Constructor Summary
Handling(DeproxyEndpoint endpoint, Request request, Response response, java.lang.String connection)

 
Method Summary
java.lang.String toString()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

connection

java.lang.String connection


endpoint

DeproxyEndpoint endpoint


request

Request request


response

Response response


 
Constructor Detail

Handling

Handling(DeproxyEndpoint endpoint, Request request, Response response, java.lang.String connection)


 
Method Detail

toString

java.lang.String toString()