public class InterceptorEntry extends Object
| Constructor and Description |
|---|
InterceptorEntry(Interceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
getInterceptor() |
InterceptorEntry |
getNext() |
void |
setInterceptor(Interceptor interceptor) |
void |
setNext(InterceptorEntry next) |
public InterceptorEntry(Interceptor interceptor)
public Interceptor getInterceptor()
public void setInterceptor(Interceptor interceptor)
public InterceptorEntry getNext()
public void setNext(InterceptorEntry next)
Copyright © 2026 Brandao. All rights reserved.