Package | Description |
---|---|
org.springframework.boot.autoconfigure.rsocket |
Auto-configuration for RSocket.
|
org.springframework.boot.rsocket.netty |
Reactor Netty based RSocket server implementation.
|
org.springframework.boot.rsocket.server |
Support for RSocket servers.
|
Modifier and Type | Method and Description |
---|---|
RSocketServer.Transport |
RSocketProperties.Server.getTransport() |
Modifier and Type | Method and Description |
---|---|
void |
RSocketProperties.Server.setTransport(RSocketServer.Transport transport) |
Modifier and Type | Method and Description |
---|---|
void |
NettyRSocketServerFactory.setTransport(RSocketServer.Transport transport) |
Modifier and Type | Method and Description |
---|---|
static RSocketServer.Transport |
RSocketServer.Transport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RSocketServer.Transport[] |
RSocketServer.Transport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableRSocketServerFactory.setTransport(RSocketServer.Transport transport)
Set the transport that the RSocket server should use.
|