public static class RSocketProperties.Server extends Object
Constructor and Description |
---|
Server() |
Modifier and Type | Method and Description |
---|---|
InetAddress |
getAddress() |
String |
getMappingPath() |
Integer |
getPort() |
RSocketServer.Transport |
getTransport() |
void |
setAddress(InetAddress address) |
void |
setMappingPath(String mappingPath) |
void |
setPort(Integer port) |
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)