| Modifier and Type | Method and Description |
|---|---|
static Envelop |
Envelop.failure(WebException error)
Failure response with exception
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddressWrongException |
class |
AsyncSignatureException |
class |
PluginOptionException |
class |
PluginSpecificationException |
class |
PluginUpException |
class |
ReturnTypeException |
class |
WorkerArgumentException |
| Modifier and Type | Class and Description |
|---|---|
class |
_400DuplicatedRecordException |
class |
_400ParameterFromStringException |
class |
_400ResourceBuildingException |
class |
_400ValidationException |
class |
_400ValidationRuleException |
class |
_404RecordNotFoundException |
class |
_415MediaNotSupportException |
class |
_500DeliveryErrorException |
class |
_500EntityCastException |
class |
_500InternalServerException |
| Modifier and Type | Method and Description |
|---|---|
void |
Readible.interpret(WebException error)
Fill the field "readible" for web exception
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeReadible.interpret(WebException error) |
Obstain<T> |
Obstain.unique(WebException internal404) |
ListObstain<T> |
ListObstain.unique(WebException internal404,
WebException duplicated) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
MediaAnalyzer.in(io.vertx.ext.web.RoutingContext context,
Event event) |
Envelop |
MediaAnalyzer.out(Envelop envelop,
Event event) |
Envelop |
Analyzer.out(Envelop envelop,
Event event)
response mime analyzing
|
Epsilon<T> |
Resolver.resolve(io.vertx.ext.web.RoutingContext context,
Epsilon<T> income) |
| Modifier and Type | Method and Description |
|---|---|
List<Epsilon<Object>> |
EpsilonIncome.in(io.vertx.ext.web.RoutingContext context,
Event event) |
T |
Income.in(io.vertx.ext.web.RoutingContext context,
Event event)
request mime analyzing
|
Epsilon<T> |
TypedAtomic.ingest(io.vertx.ext.web.RoutingContext context,
Epsilon<T> income) |
Epsilon<T> |
Atomic.ingest(io.vertx.ext.web.RoutingContext context,
Epsilon<T> income) |
Epsilon<T> |
MimeAtomic.ingest(io.vertx.ext.web.RoutingContext context,
Epsilon<T> income) |
Epsilon<T> |
StandardAtomic.ingest(io.vertx.ext.web.RoutingContext context,
Epsilon<T> income) |
| Modifier and Type | Method and Description |
|---|---|
Epsilon<T> |
BufferResolver.resolve(io.vertx.ext.web.RoutingContext context,
Epsilon<T> income) |
Epsilon<T> |
JsonResolver.resolve(io.vertx.ext.web.RoutingContext context,
Epsilon<T> income) |
| Modifier and Type | Method and Description |
|---|---|
protected WebException |
BaseRuler.failure(String field,
Object value,
Rule rule) |
WebException |
Ruler.verify(String field,
Object value,
Rule rule)
Verify each field for @BodyParam
|
Copyright © 2017. All rights reserved.