RSocketConnector
and RSocketServer
.@Deprecated public final class RSocketFactory extends Object
RSocketFactory.ClientRSocketFactory
to connect as a client. Use connect()
for a default
instance.
RSocketFactory.ServerRSocketFactory
to start a server. Use receive()
for a default
instance.
Modifier and Type | Class and Description |
---|---|
static class |
RSocketFactory.ClientRSocketFactory
Deprecated.
Factory to create and configure an RSocket client, and connect to a server.
|
static interface |
RSocketFactory.ClientTransportAcceptor
Deprecated.
|
static class |
RSocketFactory.ServerRSocketFactory
Deprecated.
Factory to create, configure, and start an RSocket server.
|
static interface |
RSocketFactory.ServerTransportAcceptor
Deprecated.
|
static interface |
RSocketFactory.Start<T extends Closeable>
Deprecated.
|
Constructor and Description |
---|
RSocketFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static RSocketFactory.ClientRSocketFactory |
connect()
Deprecated.
Create a
ClientRSocketFactory to connect to a remote RSocket endpoint. |
static RSocketFactory.ServerRSocketFactory |
receive()
Deprecated.
Create a
ServerRSocketFactory to accept connections from RSocket clients. |
public static RSocketFactory.ClientRSocketFactory connect()
ClientRSocketFactory
to connect to a remote RSocket endpoint. Internally
delegates to RSocketConnector
.ClientRSocketFactory
instancepublic static RSocketFactory.ServerRSocketFactory receive()
ServerRSocketFactory
to accept connections from RSocket clients. Internally
delegates to RSocketServer
.ClientRSocketFactory
instance