Class VertxServer

java.lang.Object
io.grpc.Server
io.vertx.grpc.VertxServer

@Deprecated(forRemoval=true) public class VertxServer extends Server
Deprecated, for removal: This API element is subject to removal in a future version.
instead use Vert.x gRPC
Author:
Julien Viet
  • Method Details

    • start

      public VertxServer start() throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      start in class Server
      Throws:
      IOException
    • start

      public VertxServer start(Completable<Void> completionHandler)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • shutdown

      public VertxServer shutdown()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      shutdown in class Server
    • shutdown

      public VertxServer shutdown(Completable<Void> completionHandler)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getPort

      public int getPort()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getPort in class Server
    • shutdownNow

      public VertxServer shutdownNow()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      shutdownNow in class Server
    • isShutdown

      public boolean isShutdown()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isShutdown in class Server
    • isTerminated

      public boolean isTerminated()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isTerminated in class Server
    • awaitTermination

      public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      awaitTermination in class Server
      Throws:
      InterruptedException
    • awaitTermination

      public void awaitTermination() throws InterruptedException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      awaitTermination in class Server
      Throws:
      InterruptedException
    • getRawServer

      public Server getRawServer()
      Deprecated, for removal: This API element is subject to removal in a future version.