类 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<?>>
-
嵌套类概要
嵌套类修饰符和类型类说明static final classstatic final class -
构造器概要
构造器构造器说明WestCacheVxInterceptor(io.vertx.core.Vertx vertx) WestCacheVxInterceptor(io.vertx.core.Vertx vertx, long localMaximumSize, long localExpireSeconds) -
方法概要
-
构造器详细资料
-
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<?>>
-