/* * Copyright (c) 2009 Digital Bazaar, Inc. All rights reserved. * * @author Dave Longley */package{importflash.net.Socket;/** * A helper class that contains the ID for a Socket. */publicclassPooledSocketextendsSocket{// the ID in the related socket poolpublicvarid:String;}}