public class IpcService extends Service
objectMapper| Constructor and Description |
|---|
IpcService() |
IpcService(boolean includeRawResponses) |
IpcService(IOFacade ioFacade)
Deprecated.
|
IpcService(IOFacade ioFacade,
boolean includeRawResponses)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
protected IOFacade |
getIO() |
protected java.io.InputStream |
performIO(java.lang.String payload) |
@Deprecated public IpcService(IOFacade ioFacade, boolean includeRawResponses)
@Deprecated public IpcService(IOFacade ioFacade)
public IpcService(boolean includeRawResponses)
public IpcService()
protected IOFacade getIO()
protected java.io.InputStream performIO(java.lang.String payload)
throws java.io.IOException
@Deprecated
public void close()
throws java.io.IOException
java.io.IOException