Package 

Interface HttpCore.ResponseHandler


  • 
    public interface HttpCore.ResponseHandler<T>
    
                        

    Interface for an entity that performs type-specific processing on an httpCore response

    • Method Summary

      Modifier and Type Method Description
      abstract T handleResponse(HttpCore.Response response, ErrorInfo error)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait