HeaderClientInterceptor

class HeaderClientInterceptor(val authDelegate: AuthDelegate, val delegate: HeaderClientInterceptor.Delegate) : ClientInterceptor

Implementation of ClientInterceptor

Constructors

Link copied to clipboard
fun HeaderClientInterceptor(authDelegate: AuthDelegate, delegate: HeaderClientInterceptor.Delegate)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
interface Delegate

Functions

Link copied to clipboard
open override fun <ReqT, RespT> interceptCall(    method: MethodDescriptor<ReqT, RespT>,     callOptions: CallOptions,     next: Channel): ClientCall<ReqT, RespT>

Properties

Link copied to clipboard
val authDelegate: AuthDelegate
Link copied to clipboard
val delegate: HeaderClientInterceptor.Delegate