org.springframework.boot.rsocket.server

Interface RSocketServer

  • All Known Implementing Classes:
    NettyRSocketServer


    public interface RSocketServer
    Simple interface that represents a fully configured RSocket server. Allows the server to be started and stopped.
    Since:
    2.2.0
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface and Description
      static class  RSocketServer.Transport
      Choice of transport protocol for the RSocket server.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.net.InetSocketAddress address()
      Return the address this server is listening on.
      void start()
      Starts the RSocket server.
      void stop()
      Stops the RSocket server.
    • Method Detail

      • address

        java.net.InetSocketAddress address()
        Return the address this server is listening on.
        Returns:
        the address