Package | Description |
---|---|
org.jslipc.ipc.pipe |
Modifier and Type | Method and Description |
---|---|
protected JslipcRequest |
JslipcPipeURLConnection.createRequest()
Creates the request from the given URL.
|
protected JslipcRequest |
JslipcPipeClient.createRequest(Class<? extends JslipcPipe>... acceptedTypes)
Creates a JslipcRequest for the given accept-types.
|
protected JslipcRequest |
JslipcPipeServer.readRequest(InputStream in)
Reads an request from the given stream.
|
Modifier and Type | Method and Description |
---|---|
JslipcPipe |
JslipcPipeClient.connect(JslipcRequest request)
Requests and waits for a pipe created by the corresponding
JslipcPipeServer |
protected JslipcPipe |
JslipcPipeServer.createPipe(JslipcRequest request,
JslipcResponse response)
Creates a pipe from the given request and sets up the response.
|
protected Class<? extends JslipcPipe> |
JslipcPipeServer.getSuitableType(JslipcRequest request)
Returns an appropriate pipe class for the request.
|
protected void |
JslipcPipeClient.sendRequest(OutputStream out,
JslipcRequest request)
Writes a request for a pipe to the given OutputStream.
|
Copyright © 2014. All Rights Reserved.