org.springframework.boot.rsocket.server

Interface ConfigurableRSocketServerFactory

    • Method Detail

      • setPort

        void setPort(int port)
        Set the port that the server should listen on. If not specified port '9898' will be used.
        Parameters:
        port - the port to set
      • setAddress

        void setAddress(InetAddress address)
        Set the specific network address that the server should bind to.
        Parameters:
        address - the address to set (defaults to null)
      • setTransport

        void setTransport(RSocketServer.Transport transport)
        Set the transport that the RSocket server should use.
        Parameters:
        transport - the transport protocol to use

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.