Class BFFRTListener

  • All Implemented Interfaces:

    
    public final class BFFRTListener
    extends WebSocketListener
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit onMessage(WebSocket webSocket, String text)
      Unit onClosed(WebSocket webSocket, Integer code, String reason)
      Unit onClosing(WebSocket webSocket, Integer code, String reason)
      Unit onFailure(WebSocket webSocket, Throwable t, Response response)
      • Methods inherited from class okhttp3.WebSocketListener

        onMessage, onOpen
      • Methods inherited from class java.lang.Object

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