Class InterceptorExecutor.InterceptorTimestampPair<T>
- java.lang.Object
-
- org.glassfish.jersey.message.internal.InterceptorExecutor.InterceptorTimestampPair<T>
-
- Enclosing class:
- InterceptorExecutor<T>
private static class InterceptorExecutor.InterceptorTimestampPair<T> extends java.lang.Object
Holder of interceptor instance and timestamp of the interceptor invocation (in ns).
-
-
Field Summary
Fields Modifier and Type Field Description private T
interceptor
private long
timestamp
-
Constructor Summary
Constructors Modifier Constructor Description private
InterceptorTimestampPair(T interceptor, long timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private T
getInterceptor()
private long
getTimestamp()
-