Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for onClosing (0.2 sec)

  1. okhttp/api/okhttp.api

    }
    
    public abstract class okhttp3/WebSocketListener {
    	public fun <init> ()V
    	public fun onClosed (Lokhttp3/WebSocket;ILjava/lang/String;)V
    	public fun onClosing (Lokhttp3/WebSocket;ILjava/lang/String;)V
    	public fun onFailure (Lokhttp3/WebSocket;Ljava/lang/Throwable;Lokhttp3/Response;)V
    	public fun onMessage (Lokhttp3/WebSocket;Ljava/lang/String;)V
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Apr 15 13:41:01 GMT 2024
    - 70.2K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/reflect/TypeToken.java

          if (ownerType != null && of(ownerType).isSubtypeOf(supertype)) {
            return true;
          }
        }
        return false;
      }
    
      /**
       * Returns the owner type of a {@link ParameterizedType} or enclosing class of a {@link Class}, or
       * null otherwise.
       */
      @CheckForNull
      private Type getOwnerTypeIfPresent() {
        if (runtimeType instanceof ParameterizedType) {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Jun 26 21:02:13 GMT 2023
    - 53.6K bytes
    - Viewed (0)
Back to top