Uses of Package
org.apache.mina.core.file

Packages that use org.apache.mina.core.file
org.apache.mina.core.file   
org.apache.mina.core.polling Base class for implementing transport based on active polling strategies like NIO select call, or any API based on I/O polling system calls (epoll, poll, select, kqueue, etc). 
org.apache.mina.filter.stream Stream based IoFilter implementation. 
org.apache.mina.transport.socket.apr   
org.apache.mina.transport.socket.nio Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API
 

Classes in org.apache.mina.core.file used by org.apache.mina.core.file
FileRegion
          Indicates the region of a file to be sent to the remote host.
 

Classes in org.apache.mina.core.file used by org.apache.mina.core.polling
FileRegion
          Indicates the region of a file to be sent to the remote host.
 

Classes in org.apache.mina.core.file used by org.apache.mina.filter.stream
FileRegion
          Indicates the region of a file to be sent to the remote host.
 

Classes in org.apache.mina.core.file used by org.apache.mina.transport.socket.apr
FileRegion
          Indicates the region of a file to be sent to the remote host.
 

Classes in org.apache.mina.core.file used by org.apache.mina.transport.socket.nio
FileRegion
          Indicates the region of a file to be sent to the remote host.
 



Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.