Class TCPTransportPipeFactory

    • Constructor Detail

      • TCPTransportPipeFactory

        public TCPTransportPipeFactory()
    • Method Detail

      • doCreate

        public Tube doCreate​(ClientTubeAssemblerContext context)
        Description copied from class: TransportTubeFactory
        Creates a transport Tube for the given port, if this factory can do so, or return null.
        Overrides:
        doCreate in class TCPTransportPipeFactory
        Parameters:
        context - Object that captures various contextual information that can be used to determine the tubeline to be assembled.
        Returns:
        null to indicate that this factory isn't capable of creating a transport for this port (which causes the caller to search for other TransportTubeFactorys that can. Or non-null.