Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NullPointerException (0.06 sec)

  1. okhttp-sse/src/test/java/okhttp3/sse/internal/EventSourceFactoryTest.java

          }
    
          @Override
          public void onFailure(@NotNull EventSource eventSource, @Nullable Throwable t, @Nullable Response response) {
            future.completeExceptionally(t == null ? new NullPointerException() : t);
          }
        });
        future.get();
      }
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 11:47:47 UTC 2025
    - 2.8K bytes
    - Viewed (0)
Back to top