Class SocketConfigurators.AbstractSocketConfigurator

    • Constructor Detail

      • AbstractSocketConfigurator

        public AbstractSocketConfigurator()
    • Method Detail

      • andThen

        public SocketConfigurators.AbstractSocketConfigurator andThen​(SocketConfigurator after)
        Returns a composed configurator that performs, in sequence, this operation followed by the after operation.
        Parameters:
        after - the operation to perform after this operation
        Returns:
        a composed configurator that performs in sequence this operation followed by the after operation
        Throws:
        NullPointerException - if after is null