Package org.whitesource.web
Class FsaVerticle
- java.lang.Object
-
- io.vertx.core.AbstractVerticle
-
- org.whitesource.web.FsaVerticle
-
- All Implemented Interfaces:
io.vertx.core.Verticle
public class FsaVerticle extends io.vertx.core.AbstractVerticleBlocking Verticle that does the work on top of the FSA
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAPI_ANALYZEstatic java.lang.StringAPI_SENDstatic java.lang.StringCONFIGURATIONstatic java.lang.StringHOMEstatic java.lang.StringKEYSTORE_JKSstatic java.lang.StringWELCOME_MESSAGE
-
Constructor Summary
Constructors Constructor Description FsaVerticle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanalyze(io.vertx.ext.web.RoutingContext context)voidstart(io.vertx.core.Future<java.lang.Void> fut)-
Methods inherited from class io.vertx.core.AbstractVerticle
config, deploymentID, getVertx, init, processArgs, start, stop, stop
-
-
-
-
Field Detail
-
API_ANALYZE
public static final java.lang.String API_ANALYZE
- See Also:
- Constant Field Values
-
API_SEND
public static final java.lang.String API_SEND
- See Also:
- Constant Field Values
-
HOME
public static final java.lang.String HOME
- See Also:
- Constant Field Values
-
WELCOME_MESSAGE
public static final java.lang.String WELCOME_MESSAGE
- See Also:
- Constant Field Values
-
CONFIGURATION
public static final java.lang.String CONFIGURATION
- See Also:
- Constant Field Values
-
KEYSTORE_JKS
public static final java.lang.String KEYSTORE_JKS
- See Also:
- Constant Field Values
-
-