public static class RSocketProperties.Server extends Object
Constructor and Description |
---|
Server() |
Modifier and Type | Method and Description |
---|---|
InetAddress |
getAddress() |
String |
getMappingPath() |
Integer |
getPort() |
Ssl |
getSsl() |
RSocketServer.Transport |
getTransport() |
void |
setAddress(InetAddress address) |
void |
setMappingPath(String mappingPath) |
void |
setPort(Integer port) |
void |
setSsl(Ssl ssl) |
void |
setTransport(RSocketServer.Transport transport) |
public Integer getPort()
public void setPort(Integer port)
public InetAddress getAddress()
public void setAddress(InetAddress address)
public RSocketServer.Transport getTransport()
public void setTransport(RSocketServer.Transport transport)
public String getMappingPath()
public void setMappingPath(String mappingPath)
public Ssl getSsl()
public void setSsl(Ssl ssl)