org.springframework.boot.rsocket.netty

Class NettyRSocketServer

  • java.lang.Object
    • org.springframework.boot.rsocket.netty.NettyRSocketServer
    • Constructor Summary

      Constructors 
      Constructor and Description
      NettyRSocketServer(reactor.core.publisher.Mono<io.rsocket.transport.netty.server.CloseableChannel> starter, java.time.Duration lifecycleTimeout) 
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NettyRSocketServer

        public NettyRSocketServer(reactor.core.publisher.Mono<io.rsocket.transport.netty.server.CloseableChannel> starter,
                                  java.time.Duration lifecycleTimeout)