|
Rename Attribute DEFAULT_WEBSOCKET_COMPRESSION_REQUEST_SERVER_NO_CONTEXT : boolean to DEFAULT_TRY_USE_PER_MESSAGE_WEBSOCKET_COMPRESSION : boolean in class io.vertx.core.http.HttpClientOptions |
From |
To |
|
Rename Attribute DEFAULT_WEBSOCKET_SUPPORT_PERMESSAGE_DEFLATE_COMPRESSION : boolean to DEFAULT_PER_MESSAGE_WEBSOCKET_COMPRESSION_SUPPORTED : boolean in class io.vertx.core.http.HttpServerOptions |
From |
To |
|
Rename Attribute DEFAULT_WEBSOCKET_SUPPORT_DEFLATE_FRAME_COMPRESSION : boolean to DEFAULT_WEBSOCKET_PREFERRED_CLIENT_NO_CONTEXT : boolean in class io.vertx.core.http.HttpServerOptions |
From |
To |
|
Rename Attribute DEFAULT_WEBSOCKET_COMPRESSION_PREFERRED_CLIENT_NO_CONTEXT : boolean to DEFAULT_WEBSOCKET_ALLOW_SERVER_NO_CONTEXT : boolean in class io.vertx.core.http.HttpServerOptions |
From |
To |
|
Rename Attribute websocketPermessageDeflateCompressionSupported : boolean to perMessageWebsocketCompressionSupported : boolean in class io.vertx.core.http.HttpServerOptions |
From |
To |
|
Rename Attribute DEFAULT_TRY_USE_WEBSOCKET_DEFLATE_FRAME : boolean to DEFAULT_TRY_USE_PER_FRAME_WEBSOCKET_COMPRESSION : boolean in class io.vertx.core.http.HttpClientOptions |
From |
To |
|
Rename Attribute DEFAULT_WEBSOCKET_COMPRESSION_ALLOW_CLIENT_NO_CONTEXT : boolean to DEFAULT_WEBSOCKET_ALLOW_CLIENT_NO_CONTEXT : boolean in class io.vertx.core.http.HttpClientOptions |
From |
To |
|
Rename Attribute DEFAULT_TRY_USE_WEBSOCKET_PERMESSAGE_DEFLATE : boolean to DEFAULT_WEBSOCKET_REQUEST_SERVER_NO_CONTEXT : boolean in class io.vertx.core.http.HttpClientOptions |
From |
To |
|
Rename Attribute DEFAULT_WEBSOCKET_COMPRESSION_ALLOW_SERVER_NO_CONTEXT : boolean to DEFAULT_PER_FRAME_WEBSOCKET_COMPRESSION_SUPPORTED : boolean in class io.vertx.core.http.HttpServerOptions |
From |
To |
|
Rename Parameter requestServerNoContext : boolean to offer : boolean in method public setWebsocketCompressionRequestServerNoContext(offer boolean) : HttpClientOptions in class io.vertx.core.http.HttpClientOptions |
From |
To |
|
Rename Parameter perFrameWebsocketCompressionSupported : boolean to supported : boolean in method public setPerFrameWebsocketCompressionSupported(supported boolean) : HttpServerOptions in class io.vertx.core.http.HttpServerOptions |
From |
To |
|
Rename Parameter allowClientNoContext : boolean to offer : boolean in method public setWebsocketCompressionAllowClientNoContext(offer boolean) : HttpClientOptions in class io.vertx.core.http.HttpClientOptions |
From |
To |
|
Rename Parameter perMessageWebsocketCompressionSupported : boolean to supported : boolean in method public setPerMessageWebsocketCompressionSupported(supported boolean) : HttpServerOptions in class io.vertx.core.http.HttpServerOptions |
From |
To |
|
Rename Parameter tryUsePerMessageWebsocketCompression : boolean to offer : boolean in method public setTryUsePerMessageWebsocketCompression(offer boolean) : HttpClientOptions in class io.vertx.core.http.HttpClientOptions |
From |
To |
|
Rename Parameter websocketCompressionLevel : int to compressionLevel : int in method public setWebsocketCompressionLevel(compressionLevel int) : HttpServerOptions in class io.vertx.core.http.HttpServerOptions |
From |
To |
|
Rename Parameter tryUsePerFrameWebsocketCompression : boolean to offer : boolean in method public setTryUsePerFrameWebsocketCompression(offer boolean) : HttpClientOptions in class io.vertx.core.http.HttpClientOptions |
From |
To |
|
Rename Parameter preferredClientNoContext : boolean to accept : boolean in method public setWebsocketPreferredClientNoContext(accept boolean) : HttpServerOptions in class io.vertx.core.http.HttpServerOptions |
From |
To |
|
Rename Parameter allowServerNoContext : boolean to accept : boolean in method public setWebsocketAllowServerNoContext(accept boolean) : HttpServerOptions in class io.vertx.core.http.HttpServerOptions |
From |
To |