toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-core
/
com.jeluchu.jchucomponents.utils.network.interceptors
/
DebugInterceptor
Debug
Interceptor
class
DebugInterceptor
(
val
context
:
Context
)
:
Interceptor
Members
Constructors
Debug
Interceptor
Link copied to clipboard
constructor
(
context
:
Context
)
Properties
context
Link copied to clipboard
val
context
:
Context
Functions
compress
Link copied to clipboard
fun
compress
(
string
:
String
)
:
ByteArray
convert
Input
Stream
To
String
Link copied to clipboard
fun
convertInputStreamToString
(
is
:
InputStream
)
:
String
decompress
Link copied to clipboard
fun
decompress
(
compressed
:
ByteArray
)
:
String
intercept
Link copied to clipboard
open
override
fun
intercept
(
chain
:
Interceptor.Chain
)
:
Response