Package de.fhkn.in.uce.connectivitymanager.investigator

Examples of de.fhkn.in.uce.connectivitymanager.investigator.InfrastructureInvestigatorImpl


    private final MediatorConnection mediatorConnection;

    public UnsecureSourceSideConnectionEstablishment() throws Exception {
        this.registry = NATTraversalRegistryImpl.getInstance();
        this.selection = new ConnectionSetupTimeSelection(this.registry);
        this.investigator = new InfrastructureInvestigatorImpl();
        this.managerUtil = ManagerUtilImpl.getInstance();
        this.mediatorConnection = new MediatorConnection();
    }
View Full Code Here


    private final InfrastructreInvestigator investigator;
    private final MediatorConnection mediatorConnection;

    public UnsecureTargetSideConnectionEstablishment() throws Exception {
        this.registry = NATTraversalRegistryImpl.getInstance();
        this.investigator = new InfrastructureInvestigatorImpl();
        this.mediatorConnection = new MediatorConnection();
    }
View Full Code Here

TOP

Related Classes of de.fhkn.in.uce.connectivitymanager.investigator.InfrastructureInvestigatorImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.