@FunctionalInterface public interface SocketAcceptorInterceptor extends Function<SocketAcceptor,SocketAcceptor>
SocketAcceptor, providing access to connection setup
information and the ability to also decorate the sockets for requesting and responding.
This can be used as an alternative to individual requester and responder RSocketInterceptor plugins.