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 theRSocketStrategiesinstance.static RSocketStrategiesRSocketStrategies.create()Create anRSocketStrategiesinstance with default settings.Methods in org.springframework.messaging.rsocket with parameters of type RSocketStrategiesModifier and TypeMethodDescriptionRSocketRequester.Builder.rsocketStrategies(RSocketStrategies strategies) Provide theRSocketStrategiesto use.static RSocketRequesterRSocketRequester.wrap(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 theconfiguredRSocketStrategies.Methods in org.springframework.messaging.rsocket.annotation.support with parameters of type RSocketStrategiesModifier and TypeMethodDescriptionstatic SocketAcceptorRSocketMessageHandler.responder(RSocketStrategies strategies, Object... candidateHandlers) Static factory method to create an RSocketSocketAcceptorbacked by handlers with annotated methods.voidRSocketMessageHandler.setRSocketStrategies(RSocketStrategies rsocketStrategies) Configure this handler through anRSocketStrategiesinstance which can be re-used to initialize a client-sideRSocketRequester.