public class PluginRegistry extends Object
| Constructor and Description |
|---|
PluginRegistry() |
PluginRegistry(PluginRegistry defaults) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClientPlugin(RSocketInterceptor interceptor) |
void |
addConnectionPlugin(DuplexConnectionInterceptor interceptor) |
void |
addServerPlugin(RSocketInterceptor interceptor) |
RSocket |
applyClient(RSocket rSocket) |
DuplexConnection |
applyConnection(DuplexConnectionInterceptor.Type type,
DuplexConnection connection) |
RSocket |
applyServer(RSocket rSocket) |
public PluginRegistry()
public PluginRegistry(PluginRegistry defaults)
public void addConnectionPlugin(DuplexConnectionInterceptor interceptor)
public void addClientPlugin(RSocketInterceptor interceptor)
public void addServerPlugin(RSocketInterceptor interceptor)
public DuplexConnection applyConnection(DuplexConnectionInterceptor.Type type, DuplexConnection connection)