Uses of Interface
org.springframework.messaging.rsocket.RSocketStrategies
Packages that use RSocketStrategies
Package
Description
Support for the RSocket protocol.
Support classes for working with annotated RSocket stream handling methods.
-
Uses of RSocketStrategies in org.springframework.messaging.rsocket
Methods in org.springframework.messaging.rsocket that return RSocketStrategiesModifier and TypeMethodDescriptionRSocketStrategies.Builder.build()
Build theRSocketStrategies
instance.static RSocketStrategies
RSocketStrategies.create()
Create anRSocketStrategies
instance with default settings.RSocketRequester.strategies()
Return the configuredRSocketStrategies
.Methods in org.springframework.messaging.rsocket with parameters of type RSocketStrategiesModifier and TypeMethodDescriptionRSocketRequester.Builder.rsocketStrategies
(RSocketStrategies strategies) Provide theRSocketStrategies
to use.static RSocketRequester
RSocketRequester.wrap
(io.rsocket.RSocket rsocket, MimeType dataMimeType, MimeType metadataMimeType, RSocketStrategies strategies) Wrap an existingRSocket
. -
Uses of RSocketStrategies in org.springframework.messaging.rsocket.annotation.support
Methods in org.springframework.messaging.rsocket.annotation.support that return RSocketStrategiesModifier and TypeMethodDescriptionRSocketMessageHandler.getRSocketStrategies()
Return theconfigured
RSocketStrategies
.Methods in org.springframework.messaging.rsocket.annotation.support with parameters of type RSocketStrategiesModifier and TypeMethodDescriptionstatic io.rsocket.SocketAcceptor
RSocketMessageHandler.responder
(RSocketStrategies strategies, Object... candidateHandlers) Static factory method to create an RSocketSocketAcceptor
backed by handlers with annotated methods.void
RSocketMessageHandler.setRSocketStrategies
(RSocketStrategies rsocketStrategies) Configure this handler through anRSocketStrategies
instance which can be re-used to initialize a client-sideRSocketRequester
.