Dependencies
- avalon-framework/avalon-framework/4.1.5 (available as org.apache.avalon.framework/avalon-framework-impl/4.3.1)
- com.fasterxml.jackson.core/jackson-annotations/2.9.0
- com.fasterxml.jackson.core/jackson-core/2.9.9
- com.fasterxml.jackson.core/jackson-databind/2.9.9.1
- com.github.jponge/lzma-java/1.3
- com.google.protobuf.nano/protobuf-javanano/3.0.0-alpha-5
- com.google.protobuf/protobuf-java/2.6.1
- com.jcraft/jzlib/1.1.3
- commons-logging/commons-logging/1.2
- com.ning/compress-lzf/1.0.3
- com.sun/tools/1.8
- io.netty/netty-buffer/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-codec/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-codec-dns/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-codec-http2/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-codec-http/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-codec-socks/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-common/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-handler/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-handler-proxy/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-resolver/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-resolver-dns/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-transport/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-transport-native-epoll/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-transport-native-kqueue/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.netty/netty-transport-native-unix-common/4.1.34.Final (available as io.netty/netty-all/4.1.25.Final)
- io.vertx/vertx-codegen/3.8.0
- io.vertx/vertx-core/3.8.0
- io.vertx/vertx-docgen/0.9.2
- java/11
- log4j/log4j/1.2.17
- logkit/logkit/1.0.1
- net.jpountz.lz4/lz4/1.3.0
- org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.0
- org.apache.logging.log4j/log4j-api/2.6.2
- org.bouncycastle/bcpkix-jdk15on/1.54
- org.bouncycastle/bcprov-jdk15on/1.54
- org.conscrypt/conscrypt-openjdk-uber/1.3.0
- org.jboss.marshalling/jboss-marshalling/1.4.11.Final
- org.mvel/mvel2/2.3.1.Final
- org.slf4j/slf4j-api/1.7.21
Declarations
-
io
-
vertx
-
ext
-
web
-
codec
-
BodyCodec
- string(): BodyCodec<String>
- string(String): BodyCodec<String>
- buffer(): BodyCodec<Buffer>
- jsonObject(): BodyCodec<JsonObject>
- jsonArray(): BodyCodec<JsonArray>
- json(Class<Object>): BodyCodec<Object>
- none(): BodyCodec<Void>
- create(Function<Buffer, Object>): BodyCodec<Object>
- pipe(WriteStream<Buffer>): BodyCodec<Void>
- pipe(WriteStream<Buffer>, boolean): BodyCodec<Void>
- create(Handler<AsyncResult<BodyStream<Object>>>): void
-
impl
-
BodyCodecImpl
- VOID_DECODER: Function<Buffer, Void>
- UTF8_DECODER: Function<Buffer, String>
- JSON_OBJECT_DECODER: Function<Buffer, JsonObject>
- JSON_ARRAY_DECODER: Function<Buffer, JsonArray>
- STRING: BodyCodec<String>
- NONE: BodyCodec<Void>
- BUFFER: BodyCodec<Buffer>
- JSON_OBJECT: BodyCodec<JsonObject>
- JSON_ARRAY: BodyCodec<JsonArray>
- string(String): BodyCodecImpl<String>
- json(Class<Object>): BodyCodec<Object>
- jsonDecoder(Class<Object>): Function<Buffer, Object>
- decoder: Function<Buffer, Object>
- BodyCodecImpl(Function<Buffer, Object>): void
-
create(Handler<AsyncResult<BodyStream<Object>>>): void
-
$1
- buffer: Buffer
- state: Promise<Object>
- handle(Throwable): void
- result(): Future<Object>
- exceptionHandler(Handler<Throwable>): WriteStream<Buffer>
- write(Buffer, Handler<AsyncResult<Void>>): WriteStream<Buffer>
- write(Buffer): WriteStream<Buffer>
- end(): void
- end(Handler<AsyncResult<Void>>): void
- setWriteQueueMaxSize(int): WriteStream<Buffer>
- writeQueueFull(): boolean
- drainHandler(Handler<Void>): WriteStream<Buffer>
-
$1
-
StreamingBodyCodec
- stream: WriteStream<Buffer>
- close: boolean
- StreamingBodyCodec(WriteStream<Buffer>): void
- StreamingBodyCodec(WriteStream<Buffer>, boolean): void
-
create(Handler<AsyncResult<BodyStream<Void>>>): void
-
$1
- promise: Promise<Void>
- result(): Future<Void>
- handle(Throwable): void
- exceptionHandler(Handler<Throwable>): WriteStream<Buffer>
- write(Buffer, Handler<AsyncResult<Void>>): WriteStream<Buffer>
- write(Buffer): WriteStream<Buffer>
- end(): void
- end(Handler<AsyncResult<Void>>): void
- setWriteQueueMaxSize(int): WriteStream<Buffer>
- writeQueueFull(): boolean
- drainHandler(Handler<Void>): WriteStream<Buffer>
-
$1
-
BodyCodecImpl
- spi
-
BodyCodec
-
common
- WebEnvironment
-
template
- CachingTemplateEngine
- TemplateEngine
- test
-
impl
-
ConcurrentLRUCache
- maxSize: int
- queue: Queue<Object>
- ConcurrentLRUCache(int): void
- ConcurrentLRUCache(int, int): void
- ConcurrentLRUCache(Map<Object, Object>, int): void
- ConcurrentLRUCache(int, float, int): void
- ConcurrentLRUCache(int, float, int, int): void
- setMaxSize(int): void
- put(Object, Object): Object
- putAll(Map<Object, Object>): void
- remove(Object): Object
- clear(): void
- putIfAbsent(Object, Object): Object
- remove(Object, Object): boolean
- merge(Object, Object, BiFunction<Object, Object, Object>): Object
- entryAdded(Object): void
- entryRemoved(Object): void
- checkRemoveOldest(): void
- checkSize(): void
- queueSize(): int
-
ConcurrentLRUCache
-
multipart
- FormDataPart
- MultipartForm
-
impl
-
FormDataPartImpl
- name: String
- value: String
- filename: String
- mediaType: String
- pathname: String
- text: Boolean
- FormDataPartImpl(String, String): void
- FormDataPartImpl(String, String, String, String, boolean): void
- name(): String
- isAttribute(): boolean
- isFileUpload(): boolean
- value(): String
- filename(): String
- pathname(): String
- mediaType(): String
- isText(): Boolean
- MultipartFormImpl
-
FormDataPartImpl
-
codec
-
web
-
ext
-
vertx