Class HttpResponseListener

java.lang.Object
com.slack.api.util.http.listener.HttpResponseListener
All Implemented Interfaces:
java.util.function.Consumer<HttpResponseListener.State>
Direct Known Subclasses:
DetailedLoggingListener, ResponsePrettyPrintingListener

public abstract class HttpResponseListener
extends java.lang.Object
implements java.util.function.Consumer<HttpResponseListener.State>
An HTTP response listener that enables developers to add additional operations after any Slack API calls.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  HttpResponseListener.State  
  • Constructor Summary

    Constructors 
    Constructor Description
    HttpResponseListener()  
  • Method Summary

    Modifier and Type Method Description
    abstract void accept​(HttpResponseListener.State state)  

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface java.util.function.Consumer

    andThen