Package 

Interface Request.Event

  • All Implemented Interfaces:

    
    public interface Request.Event
    
                        

    Events representing the state of the HTTP request/response.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class Request.Event.Start

      HTTP response has started.

      The provided response will include status and headers. Response.body and Response.trailers will not be available. The response body data, if any, will be provided in Data events that follow.

      public final class Request.Event.Data

      HTTP response body data has been received.

      public final class Request.Event.End

      HTTP response has completed.

      Response trailers are provided, if any were delivered.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • 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
    • Constructor Detail

    • Method Detail