net.netheos.pcsapi.request
Interface Requestor<T>

Type Parameters:
T - The request result
All Superinterfaces:
Callable<T>
All Known Implementing Classes:
HttpRequestor

public interface Requestor<T>
extends Callable<T>

Represents an object that performs a request


Method Summary
 CPath getPath()
          Get the file path used in the request
 
Methods inherited from interface java.util.concurrent.Callable
call
 

Method Detail

getPath

CPath getPath()
Get the file path used in the request

Returns:
The file path or null if the request do not uses it


Copyright © 2014. All Rights Reserved.