Class | Description |
---|---|
AbstractNativeChannel |
For I/O APIs to work it requires each I/O source (file,tcp socket) to return a generic ByteChannel.
|
BlobChannel |
Creates channel which will reference byte content.
|
BlobIOChannel |
Creates a blob channel to perform I/O operations.
|
FileIOChannel |
Represents the channel to perform I/O operations on file.
|
SocketIOChannel |
Represents the channel to perform I/O operations on
Socket . |
TempFileIOChannel |
A file channel for temp file resources.
|
Copyright © 2018 WSO2. All rights reserved.