Class VertxServer
java.lang.Object
io.grpc.Server
io.vertx.grpc.VertxServer
Deprecated, for removal: This API element is subject to removal in a future version.
instead use Vert.x gRPC
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.booleanawaitTermination(long timeout, TimeUnit unit) Deprecated, for removal: This API element is subject to removal in a future version.intgetPort()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.shutdown()Deprecated, for removal: This API element is subject to removal in a future version.shutdown(Completable<Void> completionHandler) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.start()Deprecated, for removal: This API element is subject to removal in a future version.start(Completable<Void> completionHandler) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class Server
getImmutableServices, getListenSockets, getMutableServices, getServices
-
Method Details
-
start
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
startin classServer- Throws:
IOException
-
start
Deprecated, for removal: This API element is subject to removal in a future version. -
shutdown
Deprecated, for removal: This API element is subject to removal in a future version. -
shutdown
Deprecated, for removal: This API element is subject to removal in a future version. -
getPort
-
shutdownNow
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
shutdownNowin classServer
-
isShutdown
public boolean isShutdown()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isShutdownin classServer
-
isTerminated
public boolean isTerminated()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isTerminatedin classServer
-
awaitTermination
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
awaitTerminationin classServer- Throws:
InterruptedException
-
awaitTermination
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
awaitTerminationin classServer- Throws:
InterruptedException
-
getRawServer
Deprecated, for removal: This API element is subject to removal in a future version.
-