类 WestCacheVxInterceptor

java.lang.Object
com.github.charlemaznable.httpclient.westcache.WestCacheVxInterceptor
所有已实现的接口:
io.vertx.core.Handler<io.vertx.ext.web.client.impl.HttpContext<?>>

public final class WestCacheVxInterceptor extends Object implements io.vertx.core.Handler<io.vertx.ext.web.client.impl.HttpContext<?>>
  • 构造器详细资料

    • WestCacheVxInterceptor

      public WestCacheVxInterceptor(io.vertx.core.Vertx vertx)
    • WestCacheVxInterceptor

      public WestCacheVxInterceptor(io.vertx.core.Vertx vertx, long localMaximumSize, long localExpireSeconds)
  • 方法详细资料

    • handle

      public void handle(io.vertx.ext.web.client.impl.HttpContext<?> httpContext)
      指定者:
      handle 在接口中 io.vertx.core.Handler<io.vertx.ext.web.client.impl.HttpContext<?>>