Package | Description |
---|---|
org.jslipc.channel.file | |
org.jslipc.channel.file.chunk | |
org.jslipc.ipc.pipe.file | |
org.jslipc.ipc.pipe.shm |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJslipcFileChannel
Common base class for file based
JslipcChannel s. |
class |
ReadableJslipcFileChannel
A
ReadableJslipcByteChannel implementation that reads the data from an underlying
FileChannel . |
class |
WritableJslipcFileChannel
A
WritableJslipcByteChannel implementation that writes the data to an
underlying FileChannel . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChunkFileChannel
Common base class for chunk file based
JslipcChannel s. |
class |
ReadableChunkFileChannel
A
ReadableJslipcByteChannel implementation that reads chunk files written into
the given directory by a WritableChunkFileChannel . |
class |
WritableChunkFileChannel
A
WritableJslipcByteChannel implementation that writes the data as
chunk files into a given directory. |
Modifier and Type | Class and Description |
---|---|
class |
ChunkFilePipe
In contrast to the
FilePipe this implementation is based on chunk
files which are written to a directory by a WritableChunkFileChannel
and consumed by a ReadableChunkFileChannel . |
class |
FilePipe
The FilePipe uses a
ReadableJslipcFileChannel and
WritableJslipcFileChannel to set up a pipe based on two files. |
Modifier and Type | Class and Description |
---|---|
class |
SharedMemoryPipe
This pipe uses shared memory to create in-memory buffers which are used to
set up two
ByteBufferQueue s as a backend for two (uni-directional)
channels. |
Copyright © 2014. All Rights Reserved.