}
};
URI url = Client.network.getCurrentSim().Caps.CapabilityURI("GetTexture");
DownloadRequest req = new DownloadRequest(
new URI(String.format("%s/?texture_id=%s", url.toString(), textureID.toString())),
Client.settings.CAPS_TIMEOUT,
"image/x-j2c",
progressHandler,downloadCompletedHanlder
);