Class | Description |
---|---|
AbstractJslipcMessage |
Abstract base class for both
JslipcRequest and JslipcResponse . |
JslipcConnection |
This is a container for a pipe and the request parameters.
|
JslipcPipeClient |
This is an analogy to socket which requests a connection pipe from a
JslipcPipeServer . |
JslipcPipeServer |
This is an analogy to a ServerSocket.
|
JslipcPipeURLConnection |
This is an
URLConnection based on a JslipcPipe . |
JslipcRequest |
Encapsulates the request sent by the
JslipcPipeClient . |
JslipcResponse |
Encapsulates the response sent by the
JslipcPipeServer . |
Enum | Description |
---|---|
JslipcRequest.JslipcCommand | |
JslipcResponse.JslipcCode |
The code indicates the result of the operation.
|
Copyright © 2014. All Rights Reserved.