Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
- kong.unirest.core.CacheManager.CacheMap (implements kong.unirest.core.Cache)
- java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- kong.unirest.core.BaseRequest<R> (implements kong.unirest.core.HttpRequest<R>)
- kong.unirest.core.HttpRequestBody (implements kong.unirest.core.HttpRequestWithBody)
- kong.unirest.core.HttpRequestJsonPatch (implements kong.unirest.core.JsonPatchRequest)
- kong.unirest.core.HttpRequestMultiPart (implements kong.unirest.core.MultipartBody)
- kong.unirest.core.HttpRequestNoBody (implements kong.unirest.core.GetRequest)
- kong.unirest.core.HttpRequestUniBody (implements kong.unirest.core.RequestBodyEntity)
- kong.unirest.core.BaseResponse<T> (implements kong.unirest.core.HttpResponse<T>)
- kong.unirest.core.BasicResponse<T>
- kong.unirest.core.ByteResponse
- kong.unirest.core.FileResponse
- kong.unirest.core.JsonResponse
- kong.unirest.core.MockResponse<T>
- kong.unirest.core.ObjectResponse<T>
- kong.unirest.core.StringResponse
- kong.unirest.core.BodyPart<T> (implements java.lang.Comparable<T>)
- kong.unirest.core.ByteArrayPart
- kong.unirest.core.FilePart
- kong.unirest.core.InputStreamBody
- kong.unirest.core.InputStreamPart
- kong.unirest.core.ParamPart
- kong.unirest.core.UnibodyString
- kong.unirest.core.UniByteArrayBody
- kong.unirest.core.Cache.Builder
- kong.unirest.core.CacheManager
- kong.unirest.core.CacheManager.CacheWrapper (implements kong.unirest.core.Client)
- kong.unirest.core.CacheManager.HashKey (implements kong.unirest.core.Cache.Key)
- kong.unirest.core.CallbackFuture
- kong.unirest.core.CompoundInterceptor (implements kong.unirest.core.Interceptor)
- kong.unirest.core.Config
- kong.unirest.core.MockConfig
- kong.unirest.core.ContentType
- kong.unirest.core.Cookie
- kong.unirest.core.Cookie.Pair
- kong.unirest.core.CookieSpecs
- kong.unirest.core.DefaultInterceptor (implements kong.unirest.core.Interceptor)
- kong.unirest.core.Empty
- kong.unirest.core.EqualsBodyMatcher (implements kong.unirest.core.BodyMatcher)
- kong.unirest.core.ExpectedResponseRecord (implements kong.unirest.core.ExpectedResponse, kong.unirest.core.ResponseBuilder)
- kong.unirest.core.FailedResponse<T> (implements kong.unirest.core.HttpResponse<T>)
- kong.unirest.core.FieldMatcher (implements kong.unirest.core.BodyMatcher)
- kong.unirest.core.GenericType<T> (implements java.lang.Comparable<T>)
- kong.unirest.core.HeaderNames
- kong.unirest.core.Headers
- kong.unirest.core.Headers.Entry (implements kong.unirest.core.Header)
- kong.unirest.core.HttpMethod
- kong.unirest.core.HttpStatus
- java.io.InputStream (implements java.io.Closeable)
- kong.unirest.core.MonitoringInputStream
- kong.unirest.core.Invocation (implements kong.unirest.core.Expectation)
- kong.unirest.core.JsonNode
- kong.unirest.core.JsonPatch
- kong.unirest.core.JsonPatchItem
- kong.unirest.core.Matchers
- kong.unirest.core.MatchStatus
- kong.unirest.core.MimeTypes
- kong.unirest.core.MockClient (implements kong.unirest.core.Client)
- kong.unirest.core.MockListener (implements java.net.http.WebSocket.Listener)
- kong.unirest.core.MockListener.Message
- kong.unirest.core.MockRawResponse (implements kong.unirest.core.RawResponse)
- kong.unirest.core.MockWebSocket (implements java.net.http.WebSocket)
- kong.unirest.core.NoopMetric (implements kong.unirest.core.UniMetric)
- kong.unirest.core.Path
- kong.unirest.core.Proxy
- kong.unirest.core.QueryParams
- kong.unirest.core.QueryParams.NameValuePair
- kong.unirest.core.RawResponseBase (implements kong.unirest.core.RawResponse)
- kong.unirest.core.RequestSummary (implements kong.unirest.core.HttpRequestSummary)
- kong.unirest.core.ResponseSummary (implements kong.unirest.core.HttpResponseSummary)
- kong.unirest.core.RetryStrategy.Standard (implements kong.unirest.core.RetryStrategy)
- kong.unirest.core.Routes (implements kong.unirest.core.Assert)
- kong.unirest.core.SocketSet<S,L>
- kong.unirest.core.SummaryFormatter (implements java.util.function.Function<T,R>)
- kong.unirest.core.TestBody (implements kong.unirest.core.Body)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Error
- java.lang.AssertionError
- kong.unirest.core.UnirestAssertion
- java.lang.AssertionError
- java.lang.Exception
- java.lang.RuntimeException
- kong.unirest.core.UnirestException
- kong.unirest.core.UnirestConfigException
- kong.unirest.core.UnirestParsingException
- kong.unirest.core.UnrecoverableException
- kong.unirest.core.UnirestException
- java.lang.RuntimeException
- java.lang.Error
- kong.unirest.core.Times
- kong.unirest.core.Times.AtLeast
- kong.unirest.core.Times.AtMost
- kong.unirest.core.Times.Exactly
- kong.unirest.core.Times.EvaluationResult
- kong.unirest.core.Unirest
- kong.unirest.core.UnirestInstance
- kong.unirest.core.Util
- kong.unirest.core.WebSocketRequestImpl (implements kong.unirest.core.WebSocketRequest)
- kong.unirest.core.WebSocketResponse
Interface Hierarchy
- kong.unirest.core.Assert
- kong.unirest.core.Body
- kong.unirest.core.JsonPatchRequest (also extends kong.unirest.core.HttpRequest<R>)
- kong.unirest.core.MultipartBody (also extends kong.unirest.core.HttpRequest<R>)
- kong.unirest.core.RequestBodyEntity (also extends kong.unirest.core.HttpRequest<R>)
- kong.unirest.core.BodyMatcher
- kong.unirest.core.Cache
- kong.unirest.core.Cache.Key
- kong.unirest.core.Cache.KeyGenerator
- kong.unirest.core.Callback<T>
- kong.unirest.core.Client
- kong.unirest.core.Expectation
- kong.unirest.core.ExpectedResponse
- kong.unirest.core.Header
- kong.unirest.core.HttpRequest<R>
- kong.unirest.core.GetRequest
- kong.unirest.core.HttpRequestWithBody
- kong.unirest.core.JsonPatchRequest (also extends kong.unirest.core.Body)
- kong.unirest.core.MultipartBody (also extends kong.unirest.core.Body)
- kong.unirest.core.RequestBodyEntity (also extends kong.unirest.core.Body)
- kong.unirest.core.HttpRequestSummary
- kong.unirest.core.HttpResponse<T>
- kong.unirest.core.HttpResponseSummary
- kong.unirest.core.Interceptor
- kong.unirest.core.MetricContext
- kong.unirest.core.ObjectMapper
- kong.unirest.core.ProgressMonitor
- kong.unirest.core.RawResponse
- kong.unirest.core.ResponseBuilder
- kong.unirest.core.RetryStrategy
- kong.unirest.core.UniMetric
- kong.unirest.core.WebSocketRequest
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- kong.unirest.core.Cookie.SameSite
- kong.unirest.core.JsonPatchOperation
- kong.unirest.core.MultipartMode
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)