public static class RSocketFactory.ServerRSocketFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
RSocketFactory.ServerTransportAcceptor |
acceptor(SocketAcceptor acceptor) |
RSocketFactory.ServerRSocketFactory |
addClientPlugin(RSocketInterceptor interceptor) |
RSocketFactory.ServerRSocketFactory |
addConnectionPlugin(DuplexConnectionInterceptor interceptor) |
RSocketFactory.ServerRSocketFactory |
addServerPlugin(RSocketInterceptor interceptor) |
RSocketFactory.ServerRSocketFactory |
byteBufAllocator(ByteBufAllocator allocator) |
RSocketFactory.ServerRSocketFactory |
errorConsumer(Consumer<Throwable> errorConsumer) |
RSocketFactory.ServerRSocketFactory |
fragment(int mtu) |
RSocketFactory.ServerRSocketFactory |
frameDecoder(PayloadDecoder payloadDecoder) |
public RSocketFactory.ServerRSocketFactory byteBufAllocator(ByteBufAllocator allocator)
public RSocketFactory.ServerRSocketFactory addConnectionPlugin(DuplexConnectionInterceptor interceptor)
public RSocketFactory.ServerRSocketFactory addClientPlugin(RSocketInterceptor interceptor)
public RSocketFactory.ServerRSocketFactory addServerPlugin(RSocketInterceptor interceptor)
public RSocketFactory.ServerTransportAcceptor acceptor(SocketAcceptor acceptor)
public RSocketFactory.ServerRSocketFactory frameDecoder(PayloadDecoder payloadDecoder)
public RSocketFactory.ServerRSocketFactory fragment(int mtu)
public RSocketFactory.ServerRSocketFactory errorConsumer(Consumer<Throwable> errorConsumer)