@vertx/core
Advanced tools
Comparing version 4.4.3 to 4.5.1
@@ -32,2 +32,3 @@ /* | ||
CLI: Java.type('io.vertx.core.cli.CLI'), | ||
ClientWebSocket: Java.type('io.vertx.core.http.ClientWebSocket'), | ||
CommandLine: Java.type('io.vertx.core.cli.CommandLine'), | ||
@@ -45,3 +46,5 @@ Context: Java.type('io.vertx.core.Context'), | ||
FileSystemProps: Java.type('io.vertx.core.file.FileSystemProps'), | ||
HostAndPort: Java.type('io.vertx.core.net.HostAndPort'), | ||
HttpClient: Java.type('io.vertx.core.http.HttpClient'), | ||
HttpClientBuilder: Java.type('io.vertx.core.http.HttpClientBuilder'), | ||
HttpClientRequest: Java.type('io.vertx.core.http.HttpClientRequest'), | ||
@@ -83,5 +86,8 @@ HttpClientResponse: Java.type('io.vertx.core.http.HttpClientResponse'), | ||
TimeoutStream: Java.type('io.vertx.core.TimeoutStream'), | ||
Timer: Java.type('io.vertx.core.Timer'), | ||
Vertx: Java.type('io.vertx.core.Vertx'), | ||
VertxBuilder: Java.type('io.vertx.core.VertxBuilder'), | ||
WebSocket: Java.type('io.vertx.core.http.WebSocket'), | ||
WebSocketBase: Java.type('io.vertx.core.http.WebSocketBase'), | ||
WebSocketClient: Java.type('io.vertx.core.http.WebSocketClient'), | ||
WebSocketFrame: Java.type('io.vertx.core.http.WebSocketFrame'), | ||
@@ -88,0 +94,0 @@ WorkerExecutor: Java.type('io.vertx.core.WorkerExecutor'), |
@@ -54,2 +54,3 @@ /* | ||
PfxOptions: Java.type('io.vertx.core.net.PfxOptions'), | ||
PoolOptions: Java.type('io.vertx.core.http.PoolOptions'), | ||
ProxyOptions: Java.type('io.vertx.core.net.ProxyOptions'), | ||
@@ -61,4 +62,6 @@ RequestOptions: Java.type('io.vertx.core.http.RequestOptions'), | ||
TracingOptions: Java.type('io.vertx.core.tracing.TracingOptions'), | ||
TrafficShapingOptions: Java.type('io.vertx.core.net.TrafficShapingOptions'), | ||
VertxOptions: Java.type('io.vertx.core.VertxOptions'), | ||
WebSocketClientOptions: Java.type('io.vertx.core.http.WebSocketClientOptions'), | ||
WebSocketConnectOptions: Java.type('io.vertx.core.http.WebSocketConnectOptions') | ||
}; |
{ | ||
"description" : "Generated Eclipse Vert.x bindings for 'vertx-core'", | ||
"version" : "4.4.3", | ||
"version" : "4.5.1", | ||
"license" : "Apache-2.0", | ||
@@ -8,3 +8,3 @@ "maven" : { | ||
"artifactId" : "vertx-core", | ||
"version" : "4.4.3" | ||
"version" : "4.5.1" | ||
}, | ||
@@ -11,0 +11,0 @@ "name" : "@vertx/core", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
640208
15660