Class InterceptorExecutor.InterceptorTimestampPair<T>
java.lang.Object
org.glassfish.jersey.message.internal.InterceptorExecutor.InterceptorTimestampPair<T>
- Enclosing class:
InterceptorExecutor<T>
Holder of interceptor instance and timestamp of the interceptor invocation (in ns).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
interceptor
-
timestamp
private final long timestamp
-
-
Constructor Details
-
InterceptorTimestampPair
-
-
Method Details
-
getInterceptor
-
getTimestamp
private long getTimestamp()
-