Package org.bitbucket.restgap.impl
Class CallInfoImpl
java.lang.Object
org.bitbucket.restgap.impl.CallInfoImpl
- All Implemented Interfaces:
CallInfo
Default implementation of CallInfo, to use in
Frontend
implementations- Author:
- upachler
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CallInfoImpl
-
-
Method Details
-
uri
Description copied from interface:CallInfo
The URI used in the call. Can be relative or absolute, depending on the client configuration that was used to produce the harvester that created this instance. -
method
Description copied from interface:CallInfo
The HTTP method used in the call, like "GET", "POST", etc..
-