Index
All Classes and Interfaces|All Packages|Serialized Form
A
- address() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
- address() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
-
Return the address this server is listening on.
- addRSocketServerCustomizers(RSocketServerCustomizer...) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
Add
RSocketServerCustomizers that should be called to configure theRSocketServer.
C
- ConfigurableRSocketServerFactory - Interface in org.springframework.boot.rsocket.server
-
A configurable
RSocketServerFactory. - create(SocketAcceptor) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- create(SocketAcceptor) - Method in interface org.springframework.boot.rsocket.server.RSocketServerFactory
-
Gets a new fully configured but paused
RSocketServerinstance. - customize(RSocketServer) - Method in interface org.springframework.boot.rsocket.server.RSocketServerCustomizer
-
Callback to customize a
RSocketServerinstance. - customize(RSocketMessageHandler) - Method in interface org.springframework.boot.rsocket.autoconfigure.RSocketMessageHandlerCustomizer
-
Customize the
RSocketMessageHandler. - customize(RSocketStrategies.Builder) - Method in interface org.springframework.boot.rsocket.messaging.RSocketStrategiesCustomizer
-
Callback to customize a
RSocketStrategies.builder()instance.
G
- getAddress() - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
- getFragmentSize() - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
- getMappingPath() - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
- getMaxFramePayloadLength() - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server.Spec
- getPort() - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
- getProtocols() - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server.Spec
- getServer() - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties
- getServer() - Method in class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
-
Access the
RSocketServer. - getServerNameSslBundles() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- getSource() - Method in class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
-
Access the source of the event (an
RSocketServer). - getSpec() - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
- getSsl() - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
- getTransport() - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
I
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
- isCompress() - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server.Spec
- isHandlePing() - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server.Spec
- isRunning() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
N
- NettyRSocketServer - Class in org.springframework.boot.rsocket.netty
-
RSocketServerthat is based on a Reactor Netty server. - NettyRSocketServer(Mono, Duration) - Constructor for class org.springframework.boot.rsocket.netty.NettyRSocketServer
- NettyRSocketServerFactory - Class in org.springframework.boot.rsocket.netty
-
RSocketServerFactorythat can be used to createRSocketServers backed by Netty. - NettyRSocketServerFactory() - Constructor for class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
O
- org.springframework.boot.rsocket.autoconfigure - package org.springframework.boot.rsocket.autoconfigure
-
Auto-configuration for RSocket.
- org.springframework.boot.rsocket.context - package org.springframework.boot.rsocket.context
-
RSocket integrations with Spring Framework's
ApplicationContext. - org.springframework.boot.rsocket.messaging - package org.springframework.boot.rsocket.messaging
-
Support for RSocket-based messaging.
- org.springframework.boot.rsocket.netty - package org.springframework.boot.rsocket.netty
-
Reactor Netty based RSocket server implementation.
- org.springframework.boot.rsocket.server - package org.springframework.boot.rsocket.server
-
Support for RSocket servers.
R
- RSocketMessageHandlerCustomizer - Interface in org.springframework.boot.rsocket.autoconfigure
-
Callback interface that can be used to customize a
RSocketMessageHandler. - RSocketMessagingAutoConfiguration - Class in org.springframework.boot.rsocket.autoconfigure
-
Auto-configurationfor Spring RSocket support in Spring Messaging. - RSocketMessagingAutoConfiguration() - Constructor for class org.springframework.boot.rsocket.autoconfigure.RSocketMessagingAutoConfiguration
- RSocketPortInfoApplicationContextInitializer - Class in org.springframework.boot.rsocket.context
-
ApplicationContextInitializerthat setsEnvironmentproperties for the ports thatRSocketServerservers are actually listening on. - RSocketPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
- RSocketProperties - Class in org.springframework.boot.rsocket.autoconfigure
-
Propertiesfor RSocket support. - RSocketProperties() - Constructor for class org.springframework.boot.rsocket.autoconfigure.RSocketProperties
- RSocketProperties.Server - Class in org.springframework.boot.rsocket.autoconfigure
- RSocketProperties.Server.Spec - Class in org.springframework.boot.rsocket.autoconfigure
- RSocketRequesterAutoConfiguration - Class in org.springframework.boot.rsocket.autoconfigure
-
Auto-configurationforRSocketRequester. - RSocketRequesterAutoConfiguration() - Constructor for class org.springframework.boot.rsocket.autoconfigure.RSocketRequesterAutoConfiguration
- RSocketServer - Interface in org.springframework.boot.rsocket.server
-
Simple interface that represents a fully configured RSocket server.
- RSocketServer.Transport - Enum Class in org.springframework.boot.rsocket.server
-
Choice of transport protocol for the RSocket server.
- RSocketServerAutoConfiguration - Class in org.springframework.boot.rsocket.autoconfigure
-
Auto-configurationfor RSocket servers. - RSocketServerAutoConfiguration() - Constructor for class org.springframework.boot.rsocket.autoconfigure.RSocketServerAutoConfiguration
- RSocketServerBootstrap - Class in org.springframework.boot.rsocket.context
-
Bootstrap an
RSocketServerand start it with the application context. - RSocketServerBootstrap(RSocketServerFactory, SocketAcceptor) - Constructor for class org.springframework.boot.rsocket.context.RSocketServerBootstrap
- RSocketServerCustomizer - Interface in org.springframework.boot.rsocket.server
-
Callback interface that can be used to customize a
RSocketServer. - RSocketServerException - Exception Class in org.springframework.boot.rsocket.server
-
Exceptions thrown by an RSocket server.
- RSocketServerException(String, Throwable) - Constructor for exception class org.springframework.boot.rsocket.server.RSocketServerException
- RSocketServerFactory - Interface in org.springframework.boot.rsocket.server
-
Factory interface that can be used to create a reactive
RSocketServer. - RSocketServerInitializedEvent - Class in org.springframework.boot.rsocket.context
-
Event to be published after the application context is refreshed and the
RSocketServeris ready. - RSocketServerInitializedEvent(RSocketServer) - Constructor for class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
- RSocketStrategiesAutoConfiguration - Class in org.springframework.boot.rsocket.autoconfigure
-
Auto-configurationforRSocketStrategies. - RSocketStrategiesAutoConfiguration() - Constructor for class org.springframework.boot.rsocket.autoconfigure.RSocketStrategiesAutoConfiguration
- RSocketStrategiesCustomizer - Interface in org.springframework.boot.rsocket.messaging
-
Callback interface that can be used to customize codecs configuration for an RSocket client and/or server with
RSocketStrategies.
S
- Server() - Constructor for class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
- setAddress(InetAddress) - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
- setAddress(InetAddress) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setAddress(InetAddress) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Set the specific network address that the server should bind to.
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
- setCompress(boolean) - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server.Spec
- setFragmentSize(DataSize) - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
- setFragmentSize(DataSize) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setFragmentSize(DataSize) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Specify the maximum transmission unit.
- setHandlePing(boolean) - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server.Spec
- setLifecycleTimeout(Duration) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
Set the maximum amount of time that should be waited when starting or stopping the server.
- setMappingPath(String) - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
- setMaxFramePayloadLength(DataSize) - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server.Spec
- setPort(int) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setPort(int) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Set the port that the server should listen on.
- setPort(Integer) - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
- setProtocols(String) - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server.Spec
- setResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
Set the
ReactorResourceFactoryto get the shared resources from. - setRSocketServerCustomizers(Collection) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-
Set
RSocketServerCustomizers that should be called to configure theRSocketServerwhile building the server. - setSsl(Ssl) - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
- setSsl(Ssl) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setSsl(Ssl) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Sets the SSL configuration that will be applied to the server's default connector.
- setSslBundles(SslBundles) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setSslBundles(SslBundles) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Sets an SSL bundle that can be used to get SSL configuration.
- setTransport(RSocketServer.Transport) - Method in class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server
- setTransport(RSocketServer.Transport) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setTransport(RSocketServer.Transport) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
-
Set the transport that the RSocket server should use.
- Spec() - Constructor for class org.springframework.boot.rsocket.autoconfigure.RSocketProperties.Server.Spec
- start() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
- start() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
- start() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
-
Starts the RSocket server.
- stop() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
- stop() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
- stop() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
-
Stops the RSocket server.
T
- TCP - Enum constant in enum class org.springframework.boot.rsocket.server.RSocketServer.Transport
-
TCP transport protocol.
V
- valueOf(String) - Static method in enum class org.springframework.boot.rsocket.server.RSocketServer.Transport
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.rsocket.server.RSocketServer.Transport
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WEBSOCKET - Enum constant in enum class org.springframework.boot.rsocket.server.RSocketServer.Transport
-
WebSocket transport protocol.
All Classes and Interfaces|All Packages|Serialized Form