Home
last modified time | relevance | path

Searched refs:socket (Results 1 – 25 of 47) sorted by relevance

12

/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommunicationManager.java59 private Socket socket = null; field in CommunicationManager
99 if (socket == null) in sendPackage()
134 while (socket != null) { in run()
175 if (socket == null) in stop()
179 socket.close(); in stop()
183 socket = null; in stop()
190 return socket != null; in isConnected()
195 if (socket != null) in connect()
199 socket = new Socket(); in connect()
200 socket.setTcpNoDelay(true); in connect()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/
H A DSocketConnection.java23 package com.sun.star.lib.connections.socket;
74 public SocketConnection(String description, Socket socket) throws IOException { in SocketConnection() argument
75 …tem.err.println("##### " + getClass().getName() + " - instantiated " + description + " " + socket); in SocketConnection()
78 + ",localHost=" + socket.getLocalAddress().getHostName() in SocketConnection()
79 + ",localPort=" + socket.getLocalPort() in SocketConnection()
80 + ",peerHost=" + socket.getInetAddress().getHostName() in SocketConnection()
81 + ",peerPort=" + socket.getPort(); in SocketConnection()
83 _socket = socket; in SocketConnection()
84 _inputStream = new BufferedInputStream(socket.getInputStream()); in SocketConnection()
85 _outputStream = new BufferedOutputStream(socket.getOutputStream()); in SocketConnection()
H A DsocketAcceptor.java24 package com.sun.star.lib.connections.socket;
152 Socket socket; in accept() local
154 socket = serv.accept(); in accept()
157 + ".accept: accepted " + socket); in accept()
160 socket.setTcpNoDelay(tcpNoDelay.booleanValue()); in accept()
162 return new SocketConnection(acceptingDescription, socket); in accept()
H A DsocketConnector.java24 package com.sun.star.lib.connections.socket;
137 Socket socket = null; in connect() local
140 socket = new Socket(adr[i], desc.getPort()); in connect()
151 socket.setTcpNoDelay(desc.getTcpNoDelay().booleanValue()); in connect()
153 con = new SocketConnection(connectionDescription, socket); in connect()
H A DConnectionDescriptor.java24 package com.sun.star.lib.connections.socket;
/trunk/main/sal/qa/
H A Dlibs2test.txt51 osl/socket ; osl_StreamSocket
52 osl/socket ; osl_DatagramSocket
53 osl/socket ; osl_SocketAddr
54 osl/socket ; osl_Socket2
55 osl/socket ; osl_ConnectorSocket
56 osl/socket ; osl_AcceptorSocket
/trunk/main/extensions/source/oooimprovement/
H A Dsoapsender.cxx102 …shared_ptr<ConnectorSocket> socket(new ConnectorSocket(osl_Socket_FamilyInet, osl_Socket_ProtocolI… in send() local
105 oslSocketResult result = socket->connect(addr); in send()
118 …if(socket->write(header.getStr(), header.getLength()) != static_cast<sal_Int32>(header.getLength()… in send()
137 if(socket->write(buf2, bytes_read) != bytes_read) in send()
148 sal_Int32 bytes_read = socket->read(buf, bufsize); in send()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DSimpleMailSender.java105 Socket socket = new Socket(m_MailServer, 25); in sendMail() local
108 socket.getInputStream(), "8859_1")); in sendMail()
111 socket.getOutputStream(), "8859_1")); in sendMail()
129 socket.close(); in sendMail()
/trunk/main/jurt/
H A DZip_jurt-src.mk48 com/sun/star/lib/connections/socket/socketAcceptor.java \
49 com/sun/star/lib/connections/socket/SocketConnection.java \
50 com/sun/star/lib/connections/socket/ConnectionDescriptor.java \
51 com/sun/star/lib/connections/socket/socketConnector.java \
/trunk/main/extensions/test/pgp/
H A Dreadme.txt9 Port2=socket:hamburg-11070:1111 // old style
11 Connection=socket,hamburg-11070,port=1111;iiop;
30 java TestPGP "socket,host=localhost,port=1111"
/trunk/main/sal/inc/osl/
H A Dsocket.hxx212 inline Socket::Socket( const Socket & socket ) in Socket() argument
213 : m_handle( socket.getHandle() ) in Socket()
427 inline StreamSocket::StreamSocket( const StreamSocket & socket ) in StreamSocket() argument
428 : Socket( socket ) in StreamSocket()
/trunk/main/sal/osl/os2/
H A Dmakefile.mk64 $(SLO)$/socket.obj \
91 $(OBJ)$/socket.obj \
/trunk/main/sal/osl/w32/
H A DMAKEFILE.MK58 $(SLO)$/socket.obj \
85 $(OBJ)$/socket.obj \
/trunk/main/reportdesign/qa/complex/reportdesign/
H A Drunner.props29 …E}\\staroffice8\\program\\soffice.exe -norestore -nocrashreport -accept=socket,host=localhost,por…
30 …ogram/soffice -norestore -nocrashreport -accept=socket,host=localhost,por…
/trunk/main/vos/
H A DPackage_inc.mk44 $(eval $(call gb_Package_add_file,vos_inc,inc/vos/socket.hxx,socket.hxx))
H A DLibrary_vos3.mk65 vos/source/socket \
/trunk/main/sal/osl/unx/
H A Dutil.c78 so = socket(AF_INET, SOCK_DGRAM, 0); in osl_getEthernetAddress()
127 int so = socket(AF_INET, SOCK_DGRAM, 0); in osl_getHWAddr()
H A Dmakefile.mk54 $(SLO)$/socket.obj \
85 $(OBJ)$/socket.obj \
H A Dpipe.c201 pPipe->m_Socket = socket(AF_UNIX, SOCK_STREAM, 0); in osl_psz_createPipe()
350 fd = socket(AF_UNIX, SOCK_STREAM, 0); in osl_closePipe()
/trunk/main/udkapi/com/sun/star/connection/
H A DXConnector.idl50 e.g., <em>socket,host=locahost,port=2345</em> for a tcpip connection.
54 on client side, (e.g., Security-reasons, socket already busy .. ),
H A DXAcceptor.idl51 e.g., <em>socket,host=localhost,port=2345</em> for a tcpip connection.
61 (e.g., Security-reasons, socket already busy, etc.)
/trunk/main/testtools/source/bridgetest/
H A Dmakefile.mk158 -u \''uno:socket,host=127.0.0.1,port=2002;urp;test'\' > $@
164 -u \''uno:socket,host=127.0.0.1,port=2002;urp;test'\' --singleaccept \
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DInstall.txt9 (7) start an office : "soffice -accept=socket,host=localhost,port=2083;urp;"
/trunk/main/extensions/qa/integration/extensions/
H A Dmakefile.mk57 RUNNER_CONNECTION_STRING=socket,host=$(OOO_RUNNER_HOST),port=$(OOO_RUNNER_PORT)
/trunk/main/framework/qa/complex/api_internal/
H A DCheckAPI.props23 …\install\\src680_m17\\program\\soffice -norestore -nocrashreport -accept=socket,host=0,port=8100;u…

Completed in 66 milliseconds

12