Class

wvlet.airframe.http.client

URLConnectionClient

Related Doc: package client

Permalink

class URLConnectionClient extends HttpSyncClient[Request, Response]

Http sync client implementation using URLConnection

Linear Supertypes
HttpSyncClient[Request, Response], AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. URLConnectionClient
  2. HttpSyncClient
  3. AutoCloseable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new URLConnectionClient(address: ServerAddress, config: URLConnectionClientConfig)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def close(): Unit

    Permalink
    Definition Classes
    URLConnectionClient → AutoCloseable
  7. def delete[OperationResponse](resourcePath: String, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[OperationResponse]): OperationResponse

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  8. def deleteOps[Resource, OperationResponse](resourcePath: String, resource: Resource, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[Resource], arg1: scala.reflect.api.JavaUniverse.TypeTag[OperationResponse]): OperationResponse

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  9. def deleteRaw(resourcePath: String, requestFilter: (Request) ⇒ Request): Response

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def get[Resource](resourcePath: String, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[Resource]): Resource

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def getOps[Resource, OperationResponse](resourcePath: String, resource: Resource, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[Resource], arg1: scala.reflect.api.JavaUniverse.TypeTag[OperationResponse]): OperationResponse

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  15. def getResource[ResourceRequest, Resource](resourcePath: String, resourceRequest: ResourceRequest, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[ResourceRequest], arg1: scala.reflect.api.JavaUniverse.TypeTag[Resource]): Resource

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def list[OperationResponse](resourcePath: String, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[OperationResponse]): OperationResponse

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def patch[Resource](resourcePath: String, resource: Resource, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[Resource]): Resource

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  23. def patchOps[Resource, OperationResponse](resourcePath: String, resource: Resource, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[Resource], arg1: scala.reflect.api.JavaUniverse.TypeTag[OperationResponse]): OperationResponse

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  24. def patchRaw[Resource](resourcePath: String, resource: Resource, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[Resource]): Response

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  25. def post[Resource](resourcePath: String, resource: Resource, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[Resource]): Resource

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  26. def postOps[Resource, OperationResponse](resourcePath: String, resource: Resource, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[Resource], arg1: scala.reflect.api.JavaUniverse.TypeTag[OperationResponse]): OperationResponse

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  27. def postRaw[Resource](resourcePath: String, resource: Resource, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[Resource]): Response

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  28. def put[Resource](resourcePath: String, resource: Resource, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[Resource]): Resource

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  29. def putOps[Resource, OperationResponse](resourcePath: String, resource: Resource, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[Resource], arg1: scala.reflect.api.JavaUniverse.TypeTag[OperationResponse]): OperationResponse

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  30. def putRaw[Resource](resourcePath: String, resource: Resource, requestFilter: (Request) ⇒ Request)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[Resource]): Response

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  31. def send(req: Request, requestFilter: (Request) ⇒ Request): Response

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  32. def sendSafe(req: Request, requestFilter: (Request) ⇒ Request): Response

    Permalink
    Definition Classes
    URLConnectionClientHttpSyncClient
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from HttpSyncClient[Request, Response]

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped