Class AutoCloseableService

java.lang.Object
io.vrap.rmf.base.client.AutoCloseableService
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
ApiHttpClientImpl, BaseAuthTokenSupplier, CompatSphereClient, CompatSphereClient.CompatApiHttpClient, ContextApiHttpClientImpl, HandlerStack, HttpHandler, InMemoryTokenSupplier, OAuthHandler

public abstract class AutoCloseableService extends Object implements AutoCloseable
  • Method Details

    • close

      public final void close()
      Specified by:
      close in interface AutoCloseable
    • closeQuietly

      public static void closeQuietly(AutoCloseable closeable)
    • equals

      public boolean equals(Object o)
    • hashCode

      public int hashCode()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • reflectionHashCode

      public int reflectionHashCode()