| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static WindowsNamedPipe |
createPipeWithPath(String path)
Creates a Windows named pipe bound to a path
|
InputStream |
getInputStream()
Returns an input stream for reading messages
|
OutputStream |
getOutputStream()
Returns an input stream for writing messages.
|
public static WindowsNamedPipe createPipeWithPath(String path) throws IOException
IOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic InputStream getInputStream()
TransportgetInputStream in interface Transportpublic OutputStream getOutputStream()
TransportgetOutputStream in interface Transport