接口 RSocketServer

所有已知实现类:
NettyRSocketServer

public interface RSocketServer
Simple interface that represents a fully configured RSocket server. Allows the server to be started and stopped.
从以下版本开始:
2.2.0
作者:
Brian Clozel
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static enum 
    Choice of transport protocol for the RSocket server.
  • 方法概要

    修饰符和类型
    方法
    说明
    Return the address this server is listening on.
    void
    Starts the RSocket server.
    void
    Stops the RSocket server.
  • 方法详细资料