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 Object
Holder of interceptor instance and timestamp of the interceptor invocation (in ns).
  • Field Details

    • interceptor

      private final T interceptor
    • timestamp

      private final long timestamp
  • Constructor Details

    • InterceptorTimestampPair

      private InterceptorTimestampPair(T interceptor, long timestamp)
  • Method Details

    • getInterceptor

      private T getInterceptor()
    • getTimestamp

      private long getTimestamp()