public class UnoUrl extends Object
OpenOffice.org supports two connection types: TCP sockets and named pipes. Named pipes are marginally faster and do not take up a TCP port, but they require native libraries, which means setting java.library.path when starting Java. E.g. on Linux
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptString() |
String |
getConnectString() |
static UnoUrl |
pipe(String pipeName) |
static UnoUrl |
socket(int port) |
String |
toString() |
Copyright © 2019. All rights reserved.