Package org.jdesktop.wonderland.client.assetmgr.AssetStream

Examples of org.jdesktop.wonderland.client.assetmgr.AssetStream.AssetResponse


                // Try to open the output stream. If the repository tells
                // us we already have the most up-to-date version, then we
                // simply return that. Otherwise, we attempt to download
                // the asset.
                AssetStream stream = repository.openAssetStream(assetURI);
                AssetResponse response = stream.getResponse();
                logger.fine("Got an asset stream with response " + response +
                        " for asset " + uriString);

                // record statistic
                long streamTime = System.currentTimeMillis() - startTime;
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.client.assetmgr.AssetStream.AssetResponse

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.