Package | Description |
---|---|
org.jslipc | |
org.jslipc.ipc.pipe | |
org.jslipc.ipc.pipe.file | |
org.jslipc.ipc.pipe.shm |
Modifier and Type | Method and Description |
---|---|
static JslipcRole |
JslipcRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JslipcRole[] |
JslipcRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JslipcRole |
JslipcResponse.getRoleParameter() |
Modifier and Type | Method and Description |
---|---|
void |
JslipcResponse.setRoleParameter(JslipcRole role) |
Modifier and Type | Method and Description |
---|---|
static File |
ChunkFilePipe.getSinkDir(File directory,
JslipcRole role) |
static File |
FilePipe.getSinkFile(File directory,
JslipcRole role) |
static File |
ChunkFilePipe.getSourceDir(File directory,
JslipcRole role) |
static File |
FilePipe.getSourceFile(File directory,
JslipcRole role) |
Constructor and Description |
---|
ChunkFilePipe(File directory,
JslipcRole role)
This is an alternative to
ChunkFilePipe.ChunkFilePipe(File, File) where you do
not pass the two files, but a directory hosting two files
yangToYin and yinToYang . |
FilePipe(File directory,
JslipcRole role)
This is an alternative to
FilePipe.FilePipe(File, File) where you do not
pass the two files, but a directory hosting two files
yangToYin.channel and yinToYang.channel . |
Modifier and Type | Method and Description |
---|---|
protected ByteBufferQueue |
SharedMemoryPipe.createQueue(MappedByteBuffer buffer,
int fileSize,
JslipcRole role,
boolean in) |
Constructor and Description |
---|
SharedMemoryPipe(File file,
int size,
JslipcRole role)
Creates a pipe with the given parameter in shared memory.
|
SharedMemoryPipe(File file,
JslipcRole role)
Creates a pipe with the given parameter in shared memory.
|
Copyright © 2014. All Rights Reserved.