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
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public InputStream getInputStream()
Transport
getInputStream
in interface Transport
public OutputStream getOutputStream()
Transport
getOutputStream
in interface Transport