Uses of Interface
org.springframework.messaging.rsocket.RSocketStrategies
Packages that use RSocketStrategies Package Description org.springframework.messaging.rsocket Support for the RSocket protocol.org.springframework.messaging.rsocket.annotation.support 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 RSocketStrategies Modifier and Type Method Description RSocketStrategiesRSocketStrategies.Builder. build()Build theRSocketStrategiesinstance.static RSocketStrategiesRSocketStrategies. create()Create anRSocketStrategiesinstance with default settings.Methods in org.springframework.messaging.rsocket with parameters of type RSocketStrategies Modifier and Type Method Description RSocketRequester.BuilderRSocketRequester.Builder. rsocketStrategies(RSocketStrategies strategies)Provide theRSocketStrategiesto use.static RSocketRequesterRSocketRequester. 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 RSocketStrategies Modifier and Type Method Description RSocketStrategiesRSocketMessageHandler. getRSocketStrategies()Return theconfiguredRSocketStrategies.Methods in org.springframework.messaging.rsocket.annotation.support with parameters of type RSocketStrategies Modifier and Type Method Description static ClientRSocketFactoryConfigurerRSocketMessageHandler. clientResponder(RSocketStrategies strategies, Object... candidateHandlers)Deprecated.as of 5.2.6 following the deprecation ofRSocketFactory.ClientRSocketFactoryin RSocket 1.0 RC7.static io.rsocket.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.