Package io.vertx.up.uca.web.limit
Class HttpFactor
- java.lang.Object
-
- io.vertx.up.uca.web.limit.AbstractFactor
-
- io.vertx.up.uca.web.limit.HttpFactor
-
- All Implemented Interfaces:
Factor
public class HttpFactor extends AbstractFactor
This factor could begin following: 1. Http Server, 2. Rpc Server.
-
-
Constructor Summary
Constructors Constructor Description HttpFactor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>[]defaults()ConcurrentMap<io.vertx.up.eon.em.ServerType,Class<?>>internals()-
Methods inherited from class io.vertx.up.uca.web.limit.AbstractFactor
agents
-
-
-
-
Method Detail
-
defaults
public Class<?>[] defaults()
- Specified by:
defaultsin classAbstractFactor
-
internals
public ConcurrentMap<io.vertx.up.eon.em.ServerType,Class<?>> internals()
- Specified by:
internalsin classAbstractFactor
-
-