public class RSocketFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RSocketFactory.ClientRSocketFactory |
static interface |
RSocketFactory.ClientTransportAcceptor |
static class |
RSocketFactory.ServerRSocketFactory |
static interface |
RSocketFactory.ServerTransportAcceptor |
static interface |
RSocketFactory.Start<T extends Closeable> |
| Constructor and Description |
|---|
RSocketFactory() |
| Modifier and Type | Method and Description |
|---|---|
static RSocketFactory.ClientRSocketFactory |
connect()
Creates a factory that establishes client connections to other RSockets.
|
static RSocketFactory.ServerRSocketFactory |
receive()
Creates a factory that receives server connections from client RSockets.
|
public static RSocketFactory.ClientRSocketFactory connect()
public static RSocketFactory.ServerRSocketFactory receive()