Class RSocketProperties.Server

java.lang.Object
org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
Enclosing class:
RSocketProperties

public static class RSocketProperties.Server extends Object
Since:
4.0.0
Author:
Brian Clozel, Chris Bono
  • Constructor Details

    • Server

      public Server()
  • Method Details

    • getPort

      public @Nullable Integer getPort()
    • setPort

      public void setPort(@Nullable Integer port)
    • getAddress

      public @Nullable InetAddress getAddress()
    • setAddress

      public void setAddress(@Nullable InetAddress address)
    • getTransport

      public RSocketServer.Transport getTransport()
    • setTransport

      public void setTransport(RSocketServer.Transport transport)
    • getMappingPath

      public @Nullable String getMappingPath()
    • setMappingPath

      public void setMappingPath(@Nullable String mappingPath)
    • getFragmentSize

      public @Nullable DataSize getFragmentSize()
    • setFragmentSize

      public void setFragmentSize(@Nullable DataSize fragmentSize)
    • getSsl

      public @Nullable Ssl getSsl()
    • setSsl

      public void setSsl(@Nullable Ssl ssl)
    • getSpec