Uses of Class
io.vertx.ext.web.handler.sockjs.Transport
-
Packages that use Transport Package Description io.vertx.ext.web.handler.sockjs -
-
Uses of Transport in io.vertx.ext.web.handler.sockjs
Methods in io.vertx.ext.web.handler.sockjs that return Transport Modifier and Type Method Description static Transport
Transport. valueOf(String name)
Returns the enum constant of this type with the specified name.static Transport[]
Transport. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-