public class PluginRegistry extends Object
| Constructor and Description |
|---|
PluginRegistry() |
PluginRegistry(PluginRegistry defaults) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClientPlugin(RSocketInterceptor interceptor)
Deprecated.
|
void |
addConnectionPlugin(DuplexConnectionInterceptor interceptor) |
void |
addRequesterPlugin(RSocketInterceptor interceptor) |
void |
addResponderPlugin(RSocketInterceptor interceptor) |
void |
addServerPlugin(RSocketInterceptor interceptor)
Deprecated.
|
void |
addSocketAcceptorPlugin(SocketAcceptorInterceptor interceptor) |
RSocket |
applyClient(RSocket rSocket)
Deprecated.
|
DuplexConnection |
applyConnection(DuplexConnectionInterceptor.Type type,
DuplexConnection connection) |
RSocket |
applyRequester(RSocket rSocket) |
RSocket |
applyResponder(RSocket rSocket) |
RSocket |
applyServer(RSocket rSocket)
Deprecated.
|
SocketAcceptor |
applySocketAcceptorInterceptor(SocketAcceptor acceptor) |
public PluginRegistry()
public PluginRegistry(PluginRegistry defaults)
public void addConnectionPlugin(DuplexConnectionInterceptor interceptor)
@Deprecated public void addClientPlugin(RSocketInterceptor interceptor)
addRequesterPlugin(RSocketInterceptor) insteadpublic void addRequesterPlugin(RSocketInterceptor interceptor)
@Deprecated public void addServerPlugin(RSocketInterceptor interceptor)
addResponderPlugin(RSocketInterceptor) insteadpublic void addResponderPlugin(RSocketInterceptor interceptor)
public void addSocketAcceptorPlugin(SocketAcceptorInterceptor interceptor)
@Deprecated public RSocket applyClient(RSocket rSocket)
applyRequester(RSocket) instead@Deprecated public RSocket applyServer(RSocket rSocket)
applyResponder(RSocket) insteadpublic SocketAcceptor applySocketAcceptorInterceptor(SocketAcceptor acceptor)
public DuplexConnection applyConnection(DuplexConnectionInterceptor.Type type, DuplexConnection connection)