Uses of Package
org.apache.mina.core.file
-
Packages that use org.apache.mina.core.file Package Description 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 Class Description DefaultFileRegion Manage a File to be sent to a remote host.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 Class Description 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 Class Description 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 Class Description 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 Class Description FileRegion Indicates the region of a file to be sent to the remote host.