Package | Description |
---|---|
org.jslipc.channel | |
org.jslipc.channel.buffer | |
org.jslipc.ipc.pipe |
Modifier and Type | Class and Description |
---|---|
class |
JslipcChannelInputStream
This class wraps a
ReadableJslipcByteChannel in order to provide a blocking InputStream. |
class |
JslipcChannelOutputStream
This class wraps a
WritableJslipcByteChannel in order to provide a blocking OutputStream. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBbqChannel
Common base class for
ByteBufferQueue based channels. |
class |
ReadableBbqChannel
A
ReadableJslipcByteChannel implementation that reads the data from an underlying
ByteBufferQueue . |
class |
WritableBbqChannel
A
WritableBbqChannel implementation that writes the data to an underlying
ByteBufferQueue . |
Modifier and Type | Class and Description |
---|---|
class |
JslipcPipeClient
This is an analogy to socket which requests a connection pipe from a
JslipcPipeServer . |
class |
JslipcPipeServer
This is an analogy to a ServerSocket.
|
Copyright © 2014. All Rights Reserved.