public interface ConfigurableRSocketServerFactory
RSocketServerFactory
.Modifier and Type | Method and Description |
---|---|
void |
setAddress(InetAddress address)
Set the specific network address that the server should bind to.
|
void |
setPort(int port)
Set the port that the server should listen on.
|
void |
setTransport(RSocketServer.Transport transport)
Set the transport that the RSocket server should use.
|
void setPort(int port)
port
- the port to setvoid setAddress(InetAddress address)
address
- the address to set (defaults to null
)void setTransport(RSocketServer.Transport transport)
transport
- the transport protocol to useCopyright © 2020 Pivotal Software, Inc.. All rights reserved.