use of sessionport.datacomm.group.object.relayed.latecomer.ALatecomerObjectGroupSessionRelayedPortFactory in project GIPC by pdewan.
the class LatecomerClientAndServerUtil method setClientLatecomerFactories.
public static void setClientLatecomerFactories() {
ObjectDuplexSessionPortSelector.setDuplexSessionPortFactory(new ARelayingObjectDuplexSessionPortFactory());
// this is not really needed now is it?
ObjectGroupSessionPortSelector.setGroupSessionPortFactory(new ALatecomerObjectGroupSessionRelayedPortFactory());
RelayingGroupConnectionManagerSelector.setRelayingGroupConnectionManagerFactory(new ALatecomerRelayingGroupConnectionManagerFactory());
}
Aggregations