Skip navigation links
C D F G H I L O R S V 

C

callEnd(Call) - Method in class okhttp3.logging.LoggingEventListener
 
callFailed(Call, IOException) - Method in class okhttp3.logging.LoggingEventListener
 
callStart(Call) - Method in class okhttp3.logging.LoggingEventListener
 
connectEnd(Call, InetSocketAddress, Proxy, Protocol) - Method in class okhttp3.logging.LoggingEventListener
 
connectFailed(Call, InetSocketAddress, Proxy, Protocol, IOException) - Method in class okhttp3.logging.LoggingEventListener
 
connectionAcquired(Call, Connection) - Method in class okhttp3.logging.LoggingEventListener
 
connectionReleased(Call, Connection) - Method in class okhttp3.logging.LoggingEventListener
 
connectStart(Call, InetSocketAddress, Proxy) - Method in class okhttp3.logging.LoggingEventListener
 
create(Call) - Method in class okhttp3.logging.LoggingEventListener.Factory
 

D

DEFAULT - Static variable in interface okhttp3.logging.HttpLoggingInterceptor.Logger
A HttpLoggingInterceptor.Logger defaults output appropriate for the current platform.
dnsEnd(Call, String, List<InetAddress>) - Method in class okhttp3.logging.LoggingEventListener
 
dnsStart(Call, String) - Method in class okhttp3.logging.LoggingEventListener
 

F

Factory() - Constructor for class okhttp3.logging.LoggingEventListener.Factory
 
Factory(HttpLoggingInterceptor.Logger) - Constructor for class okhttp3.logging.LoggingEventListener.Factory
 

G

getLevel() - Method in class okhttp3.logging.HttpLoggingInterceptor
 

H

HttpLoggingInterceptor - Class in okhttp3.logging
An OkHttp interceptor which logs request and response information.
HttpLoggingInterceptor() - Constructor for class okhttp3.logging.HttpLoggingInterceptor
 
HttpLoggingInterceptor(HttpLoggingInterceptor.Logger) - Constructor for class okhttp3.logging.HttpLoggingInterceptor
 
HttpLoggingInterceptor.Level - Enum in okhttp3.logging
 
HttpLoggingInterceptor.Logger - Interface in okhttp3.logging
 

I

intercept(Interceptor.Chain) - Method in class okhttp3.logging.HttpLoggingInterceptor
 

L

log(String) - Method in interface okhttp3.logging.HttpLoggingInterceptor.Logger
 
LoggingEventListener - Class in okhttp3.logging
An OkHttp EventListener, which logs call events.
LoggingEventListener.Factory - Class in okhttp3.logging
 

O

okhttp3.logging - package okhttp3.logging
An OkHttp interceptor which logs HTTP request and response data.

R

redactHeader(String) - Method in class okhttp3.logging.HttpLoggingInterceptor
 
requestBodyEnd(Call, long) - Method in class okhttp3.logging.LoggingEventListener
 
requestBodyStart(Call) - Method in class okhttp3.logging.LoggingEventListener
 
requestFailed(Call, IOException) - Method in class okhttp3.logging.LoggingEventListener
 
requestHeadersEnd(Call, Request) - Method in class okhttp3.logging.LoggingEventListener
 
requestHeadersStart(Call) - Method in class okhttp3.logging.LoggingEventListener
 
responseBodyEnd(Call, long) - Method in class okhttp3.logging.LoggingEventListener
 
responseBodyStart(Call) - Method in class okhttp3.logging.LoggingEventListener
 
responseFailed(Call, IOException) - Method in class okhttp3.logging.LoggingEventListener
 
responseHeadersEnd(Call, Response) - Method in class okhttp3.logging.LoggingEventListener
 
responseHeadersStart(Call) - Method in class okhttp3.logging.LoggingEventListener
 

S

secureConnectEnd(Call, Handshake) - Method in class okhttp3.logging.LoggingEventListener
 
secureConnectStart(Call) - Method in class okhttp3.logging.LoggingEventListener
 
setLevel(HttpLoggingInterceptor.Level) - Method in class okhttp3.logging.HttpLoggingInterceptor
Change the level at which this interceptor logs.

V

valueOf(String) - Static method in enum okhttp3.logging.HttpLoggingInterceptor.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum okhttp3.logging.HttpLoggingInterceptor.Level
Returns an array containing the constants of this enum type, in the order they are declared.
C D F G H I L O R S V 
Skip navigation links

Copyright © 2019. All Rights Reserved.