Class SocketOpenOfficeConnection
- java.lang.Object
-
- com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
-
- com.artofsolving.jodconverter.openoffice.connection.SocketOpenOfficeConnection
-
- All Implemented Interfaces:
OpenOfficeConnection
,com.sun.star.lang.XEventListener
,com.sun.star.uno.XInterface
,java.util.EventListener
public class SocketOpenOfficeConnection extends AbstractOpenOfficeConnection
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_HOST
static int
DEFAULT_PORT
-
Fields inherited from class com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
logger
-
-
Constructor Summary
Constructors Constructor Description SocketOpenOfficeConnection()
SocketOpenOfficeConnection(int port)
SocketOpenOfficeConnection(java.lang.String host, int port)
-
Method Summary
-
Methods inherited from class com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection
connect, disconnect, disposing, getBridge, getComponentContext, getDesktop, getFileContentProvider, getRemoteServiceManager, isConnected
-
-
-
-
Field Detail
-
DEFAULT_HOST
public static final java.lang.String DEFAULT_HOST
- See Also:
- Constant Field Values
-
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
-