Skip navigation links
A C G H J L M O P R S W 

A

AccessHeaders - Class in okhttp3.recipes
 
AccessHeaders() - Constructor for class okhttp3.recipes.AccessHeaders
 
AsynchronousGet - Class in okhttp3.recipes
 
AsynchronousGet() - Constructor for class okhttp3.recipes.AsynchronousGet
 
Authenticate - Class in okhttp3.recipes
 
Authenticate() - Constructor for class okhttp3.recipes.Authenticate
 

C

CacheResponse - Class in okhttp3.recipes
 
CacheResponse(File) - Constructor for class okhttp3.recipes.CacheResponse
 
CancelCall - Class in okhttp3.recipes
 
CancelCall() - Constructor for class okhttp3.recipes.CancelCall
 
CertificatePinning - Class in okhttp3.recipes
 
CertificatePinning() - Constructor for class okhttp3.recipes.CertificatePinning
 
CheckHandshake - Class in okhttp3.recipes
 
CheckHandshake() - Constructor for class okhttp3.recipes.CheckHandshake
 
ConfigureTimeouts - Class in okhttp3.recipes
 
ConfigureTimeouts() - Constructor for class okhttp3.recipes.ConfigureTimeouts
 
CurrentDateHeader - Class in okhttp3.recipes
 
CurrentDateHeader() - Constructor for class okhttp3.recipes.CurrentDateHeader
 
CustomCipherSuites - Class in okhttp3.recipes
 
CustomCipherSuites() - Constructor for class okhttp3.recipes.CustomCipherSuites
 
CustomTrust - Class in okhttp3.recipes
 
CustomTrust() - Constructor for class okhttp3.recipes.CustomTrust
 

G

GetExample - Class in okhttp3.guide
 
GetExample() - Constructor for class okhttp3.guide.GetExample
 
GOOGLE_API_KEY - Static variable in class okhttp3.recipes.RequestBodyCompression
The Google API KEY for OkHttp recipes.

H

HttpsServer - Class in okhttp3.recipes
Create an HTTPS server with a self-signed certificate that OkHttp trusts.
HttpsServer() - Constructor for class okhttp3.recipes.HttpsServer
 

J

JSON - Static variable in class okhttp3.guide.PostExample
 

L

LoggingInterceptors - Class in okhttp3.recipes
 
LoggingInterceptors() - Constructor for class okhttp3.recipes.LoggingInterceptors
 

M

main(String[]) - Static method in class okhttp3.guide.GetExample
 
main(String[]) - Static method in class okhttp3.guide.PostExample
 
main(String...) - Static method in class okhttp3.recipes.AccessHeaders
 
main(String...) - Static method in class okhttp3.recipes.AsynchronousGet
 
main(String...) - Static method in class okhttp3.recipes.Authenticate
 
main(String...) - Static method in class okhttp3.recipes.CacheResponse
 
main(String...) - Static method in class okhttp3.recipes.CancelCall
 
main(String...) - Static method in class okhttp3.recipes.CertificatePinning
 
main(String...) - Static method in class okhttp3.recipes.CheckHandshake
 
main(String...) - Static method in class okhttp3.recipes.ConfigureTimeouts
 
main(String...) - Static method in class okhttp3.recipes.CurrentDateHeader
 
main(String...) - Static method in class okhttp3.recipes.CustomCipherSuites
 
main(String...) - Static method in class okhttp3.recipes.CustomTrust
 
main(String...) - Static method in class okhttp3.recipes.HttpsServer
 
main(String...) - Static method in class okhttp3.recipes.LoggingInterceptors
 
main(String...) - Static method in class okhttp3.recipes.ParseResponseWithMoshi
 
main(String...) - Static method in class okhttp3.recipes.PerCallSettings
 
main(String...) - Static method in class okhttp3.recipes.PostFile
 
main(String...) - Static method in class okhttp3.recipes.PostForm
 
main(String...) - Static method in class okhttp3.recipes.PostMultipart
 
main(String...) - Static method in class okhttp3.recipes.PostStreaming
 
main(String...) - Static method in class okhttp3.recipes.PostStreamingWithPipe
 
main(String...) - Static method in class okhttp3.recipes.PostString
 
main(String...) - Static method in class okhttp3.recipes.PreemptiveAuth
 
main(String...) - Static method in class okhttp3.recipes.PrintEvents
 
main(String...) - Static method in class okhttp3.recipes.PrintEventsNonConcurrent
 
main(String...) - Static method in class okhttp3.recipes.Progress
 
main(String...) - Static method in class okhttp3.recipes.RequestBodyCompression
 
main(String...) - Static method in class okhttp3.recipes.RewriteResponseCacheControl
 
main(String...) - Static method in class okhttp3.recipes.SynchronousGet
 
main(String...) - Static method in class okhttp3.recipes.WebSocketEcho
 
MEDIA_TYPE_JSON - Static variable in class okhttp3.recipes.RequestBodyCompression
 
MEDIA_TYPE_MARKDOWN - Static variable in class okhttp3.recipes.PostFile
 
MEDIA_TYPE_MARKDOWN - Static variable in class okhttp3.recipes.PostStreaming
 
MEDIA_TYPE_MARKDOWN - Static variable in class okhttp3.recipes.PostStreamingWithPipe
 
MEDIA_TYPE_MARKDOWN - Static variable in class okhttp3.recipes.PostString
 

O

okhttp3.guide - package okhttp3.guide
 
okhttp3.recipes - package okhttp3.recipes
 
onClosing(WebSocket, int, String) - Method in class okhttp3.recipes.WebSocketEcho
 
onFailure(WebSocket, Throwable, Response) - Method in class okhttp3.recipes.WebSocketEcho
 
onMessage(WebSocket, String) - Method in class okhttp3.recipes.WebSocketEcho
 
onMessage(WebSocket, ByteString) - Method in class okhttp3.recipes.WebSocketEcho
 
onOpen(WebSocket, Response) - Method in class okhttp3.recipes.WebSocketEcho
 

P

ParseResponseWithMoshi - Class in okhttp3.recipes
 
ParseResponseWithMoshi() - Constructor for class okhttp3.recipes.ParseResponseWithMoshi
 
PerCallSettings - Class in okhttp3.recipes
 
PerCallSettings() - Constructor for class okhttp3.recipes.PerCallSettings
 
PostExample - Class in okhttp3.guide
 
PostExample() - Constructor for class okhttp3.guide.PostExample
 
PostFile - Class in okhttp3.recipes
 
PostFile() - Constructor for class okhttp3.recipes.PostFile
 
PostForm - Class in okhttp3.recipes
 
PostForm() - Constructor for class okhttp3.recipes.PostForm
 
PostMultipart - Class in okhttp3.recipes
 
PostMultipart() - Constructor for class okhttp3.recipes.PostMultipart
 
PostStreaming - Class in okhttp3.recipes
 
PostStreaming() - Constructor for class okhttp3.recipes.PostStreaming
 
PostStreamingWithPipe - Class in okhttp3.recipes
 
PostStreamingWithPipe() - Constructor for class okhttp3.recipes.PostStreamingWithPipe
 
PostString - Class in okhttp3.recipes
 
PostString() - Constructor for class okhttp3.recipes.PostString
 
PreemptiveAuth - Class in okhttp3.recipes
 
PreemptiveAuth() - Constructor for class okhttp3.recipes.PreemptiveAuth
 
PrintEvents - Class in okhttp3.recipes
 
PrintEvents() - Constructor for class okhttp3.recipes.PrintEvents
 
PrintEventsNonConcurrent - Class in okhttp3.recipes
This prints events for a single in-flight call.
PrintEventsNonConcurrent() - Constructor for class okhttp3.recipes.PrintEventsNonConcurrent
 
Progress - Class in okhttp3.recipes
 
Progress() - Constructor for class okhttp3.recipes.Progress
 

R

RequestBodyCompression - Class in okhttp3.recipes
 
RequestBodyCompression() - Constructor for class okhttp3.recipes.RequestBodyCompression
 
RewriteResponseCacheControl - Class in okhttp3.recipes
 
RewriteResponseCacheControl(File) - Constructor for class okhttp3.recipes.RewriteResponseCacheControl
 
run() - Method in class okhttp3.recipes.AccessHeaders
 
run() - Method in class okhttp3.recipes.AsynchronousGet
 
run() - Method in class okhttp3.recipes.Authenticate
 
run() - Method in class okhttp3.recipes.CacheResponse
 
run() - Method in class okhttp3.recipes.CancelCall
 
run() - Method in class okhttp3.recipes.CertificatePinning
 
run() - Method in class okhttp3.recipes.CheckHandshake
 
run() - Method in class okhttp3.recipes.ConfigureTimeouts
 
run() - Method in class okhttp3.recipes.CurrentDateHeader
 
run() - Method in class okhttp3.recipes.CustomCipherSuites
 
run() - Method in class okhttp3.recipes.CustomTrust
 
run() - Method in class okhttp3.recipes.HttpsServer
 
run() - Method in class okhttp3.recipes.LoggingInterceptors
 
run() - Method in class okhttp3.recipes.ParseResponseWithMoshi
 
run() - Method in class okhttp3.recipes.PerCallSettings
 
run() - Method in class okhttp3.recipes.PostFile
 
run() - Method in class okhttp3.recipes.PostForm
 
run() - Method in class okhttp3.recipes.PostMultipart
 
run() - Method in class okhttp3.recipes.PostStreaming
 
run() - Method in class okhttp3.recipes.PostStreamingWithPipe
 
run() - Method in class okhttp3.recipes.PostString
 
run() - Method in class okhttp3.recipes.PreemptiveAuth
 
run() - Method in class okhttp3.recipes.PrintEvents
 
run() - Method in class okhttp3.recipes.PrintEventsNonConcurrent
 
run() - Method in class okhttp3.recipes.Progress
 
run() - Method in class okhttp3.recipes.RequestBodyCompression
 
run() - Method in class okhttp3.recipes.RewriteResponseCacheControl
 
run() - Method in class okhttp3.recipes.SynchronousGet
 

S

SynchronousGet - Class in okhttp3.recipes
 
SynchronousGet() - Constructor for class okhttp3.recipes.SynchronousGet
 

W

WebSocketEcho - Class in okhttp3.recipes
 
WebSocketEcho() - Constructor for class okhttp3.recipes.WebSocketEcho
 
A C G H J L M O P R S W 
Skip navigation links

Copyright © 2019. All Rights Reserved.