| Modifier and Type | Class and Description |
|---|---|
class |
JdkConnectionSetupCodec |
| Modifier and Type | Field and Description |
|---|---|
static ConnectionSetupCodec |
ConnectionSetupCodec.DEFAULT_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
RSocketServiceTransport |
RSocketServiceTransport.connectionSetupCodec(ConnectionSetupCodec connectionSetupCodec)
Setter for
connectionSetupCodec. |
| Constructor and Description |
|---|
RSocketClientTransport(CredentialsSupplier credentialsSupplier,
ConnectionSetupCodec connectionSetupCodec,
HeadersCodec headersCodec,
Collection<DataCodec> dataCodecs,
RSocketClientTransportFactory clientTransportFactory)
Constructor for this transport.
|
RSocketServerTransport(Authenticator<Object> authenticator,
ServiceMethodRegistry methodRegistry,
ConnectionSetupCodec connectionSetupCodec,
HeadersCodec headersCodec,
Collection<DataCodec> dataCodecs,
RSocketServerTransportFactory serverTransportFactory)
Constructor for this server transport.
|
RSocketServiceAcceptor(ConnectionSetupCodec connectionSetupCodec,
HeadersCodec headersCodec,
Collection<DataCodec> dataCodecs,
Authenticator<Object> authenticator,
ServiceMethodRegistry methodRegistry)
Constructor.
|
Copyright © 2015–2021. All rights reserved.