Package 

Class ResultResponse

  • All Implemented Interfaces:
    io.outfoxx.sunday.http.Response

    
    public final class ResultResponse<T extends Object>
     implements Response
                        

    HTTP response that includes a parsed/decoded result.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final T getResult()
      final T component1()
      final ResultResponse<T> copy(T result, Response response)
      • Methods inherited from class io.outfoxx.sunday.http.Response

        getBody, getHeaders, getReasonPhrase, getRequest, getStatusCode, getTrailers
      • Methods inherited from class kotlin.Any

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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