Interface MaleSocketFactory<T extends NamedBean>

    • Method Detail

      • encapsulateMaleSocket

        T encapsulateMaleSocket​(BaseManager<T> manager,
                                T maleSocket)
        Encapsulate a male socket into another male socket.
        Parameters:
        manager - the manager that registers this male socket
        maleSocket - the male socket to be encapsulated
        Returns:
        the new male socket that encapsulates the old male socket