Uses of Class
com.vwp.util.MessagePipe

Packages that use MessagePipe
com.vwp.j3d.loaders   
com.vwp.net   
com.vwp.net.irc   
 

Uses of MessagePipe in com.vwp.j3d.loaders
 

Fields in com.vwp.j3d.loaders declared as MessagePipe
 MessagePipe Objects.MyMsgPipe
           
 

Methods in com.vwp.j3d.loaders with parameters of type MessagePipe
 boolean Objects.loadFile(MessagePipe MyMsgPipe, URL FileURL, XBranchGroup ModelBranch, DataCache MyTextureCache, DataCache MyModelCache, javax.media.j3d.Group ModelBranchParent)
          Invokes downloading of a remote file and interpretion of the loaded data.
 boolean Objects.loadFileInBackground(MessagePipe MyMsgPipe, URL FileURL, XBranchGroup ModelBranch, DataCache MyTextureCache, DataCache MyModelCache, javax.media.j3d.Group ModelBranchParent)
          Invokes downloading of a remote file and interpretion of the loaded data using a separate Thread.
 void Objects.setMessagePipe(MessagePipe MsgPipe)
          Sets a new MessagePipe
 

Uses of MessagePipe in com.vwp.net
 

Methods in com.vwp.net with parameters of type MessagePipe
 byte[] DownloadCacheManager.getFile(MessagePipe MyMsgPipe, String FileURL, int DownloadMode)
          Public interface to start loading or downloading a file from cache or network.
 byte[] DownloadCacheManager.getFile(MessagePipe MyMsgPipe, String FileURL, int DownloadMode, boolean useFileNameHash)
          Public interface to start loading or downloading a file from cache or network.
 byte[] DownloadCacheManager.getFile(MessagePipe MyMsgPipe, String FileURL, int DownloadMode, boolean peekForFile, boolean useFileNameHash)
          Public interface to start loading or downloading a file from cache or network.
 byte[] DownloadCacheManager.getFile(MessagePipe MyMsgPipe, String FileURL, int DownloadMode, boolean peekForFile, boolean useFileNameHash, Insets cropImage)
          Public interface to start loading or downloading a file from cache or network.
 byte[] DownloadCacheManager.getFile(MessagePipe MyMsgPipe, String FileURL, int DownloadMode, boolean peekForFile, boolean useFileNameHash, int numRetries, int minDlSize)
          Public interface to start loading or downloading a file from cache or network.
 byte[] DownloadCacheManager.getFile(MessagePipe MyMsgPipe, String FileURL, int DownloadMode, boolean useFileNameHash, int numRetries, int minDlSize)
          Public interface to start loading or downloading a file from cache or network.
 byte[] DownloadCacheManager.getFile(MessagePipe MyMsgPipe, String FileURL, int DownloadMode, int numRetries, int minDlSize)
          Public interface to start loading or downloading a file from cache or network.
 byte[] DownloadCacheManager.getFile(MessagePipe MyMsgPipe, String FileURL, int DownloadMode, Object BGObj1, Object BGObj2, Object BGObj3, double scaleImage, int Quality, boolean useFileNameHash)
          Public interface for specific background downloads.
 byte[] DownloadCacheManager.getFile(MessagePipe MyMsgPipe, String FileURL, int DownloadMode, Object BGObj1, Object BGObj2, Object BGObj3, double scaleImage, int Quality, boolean useFileNameHash, Insets cropTexture)
          Public interface for specific background downloads.
 byte[] DownloadCacheManager.getFile(MessagePipe MyMsgPipe, String FileURL, int DownloadMode, Object BGObj1, Object BGObj2, Object BGObj3, double scaleImage, int Quality, boolean useFileNameHash, Insets cropTexture, int numRetries, int minDlSize)
          Public interface for specific background downloads.
 byte[] DownloadCacheManager.getFile(MessagePipe MyMsgPipe, String FileURL, int DownloadMode, Object BGObj1, Object BGObj2, Object BGObj3, double scaleImage, int Quality, boolean useFileNameHash, int numRetries, int minDlSize)
          Public interface for specific background downloads.
 String DownloadCacheManager.getFileName(MessagePipe MyMsgPipe, String FileURL, int DownloadMode, boolean useFileNameHash)
          Public interface to start loading or downloading a file from cache or network.
 InputStream DownloadCacheManager.getFileStream(MessagePipe MyMsgPipe, String FileURL, int DownloadMode, boolean peekForFile, boolean useFileNameHash)
          Public interface to start loading or downloading a file from cache or network.
 InputStream DownloadCacheManager.getFileStream(MessagePipe MyMsgPipe, String FileURL, int DownloadMode, Object BGObj1, Object BGObj2, Object BGObj3, boolean useFileNameHash)
          Public interface for specific background downloads.
 

Uses of MessagePipe in com.vwp.net.irc
 

Constructors in com.vwp.net.irc with parameters of type MessagePipe
Ident(MessagePipe MsgPipe, String LoginName)
          Constructs and starts an instance of an IdentServer that responds to a client with the provided LoginName.
IRC(String Server, short Port, String Channel, String Username, String Realname, MessagePipe TextOut, boolean retryOtherNicks, String DisconnectInfo)
          The default constructor for an IRC object.