Uses of Interface
org.jppf.io.InputSource

Packages that use InputSource
org.jppf.io Support for transport-agnostic communication with remote services and disk overflow. 
org.jppf.server.nio Classes supporting asynchronous communication through the NIO APIs. 
 

Uses of InputSource in org.jppf.io
 

Classes in org.jppf.io that implement InputSource
 class ChannelInputSource
          Input source backed by a ReadableByteChannel.
 class FileInputSource
          Input source backed by a file.
 class SocketWrapperInputSource
          Input source backed by a SocketWrapper.
 class StreamInputSource
          Input source that takes an input stream as its source.
 

Methods in org.jppf.io with parameters of type InputSource
static DataLocation IOHelper.readData(InputSource source)
          Read a provider or task data from an input source.
 int MultipleBuffersLocation.transferFrom(InputSource source, boolean blocking)
          Transfer the content of this data location from the specified input source.
 int FileDataLocation.transferFrom(InputSource source, boolean blocking)
          Transfer the content of this data location from the specified input source.
 int DataLocation.transferFrom(InputSource source, boolean blocking)
          Transfer the content of this data location from the specified input source.
 

Uses of InputSource in org.jppf.server.nio
 

Methods in org.jppf.server.nio with parameters of type InputSource
 boolean NioObject.read(InputSource source)
          Read the current frame.
 



Copyright © 2005-2010 JPPF Team.