Home
last modified time | relevance | path

Searched refs:SocketConnection (Results 1 – 8 of 8) sorted by relevance

/trunk/main/io/source/acceptor/
H A Dacc_socket.cxx72 class SocketConnection : public ::cppu::WeakImplHelper2< class
78 SocketConnection( const OUString & sConnectionDescription );
79 ~SocketConnection();
164 SocketConnection::SocketConnection( const OUString &sConnectionDescription) : in SocketConnection() function in io_acceptor::SocketConnection
180 SocketConnection::~SocketConnection() in ~SocketConnection()
185 void SocketConnection::completeConnectionString() in completeConnectionString()
249 void SocketConnection::write( const Sequence < sal_Int8 > &seq ) in write()
285 void SocketConnection::flush( ) in flush()
292 void SocketConnection::close() in close()
304 OUString SocketConnection::getDescription() in getDescription()
[all …]
/trunk/main/io/source/connector/
H A Dctr_socket.cxx40 void notifyListeners(SocketConnection * pCon, sal_Bool * notified, T t) in notifyListeners()
86 SocketConnection::SocketConnection( const OUString &sConnectionDescription ) : in SocketConnection() function in stoc_connector::SocketConnection
102 SocketConnection::~SocketConnection() in ~SocketConnection()
107 void SocketConnection::completeConnectionString() in completeConnectionString()
127 sal_Int32 SocketConnection::read( Sequence < sal_Int8 > & aReadBytes , sal_Int32 nBytesToRead ) in read()
173 void SocketConnection::write( const Sequence < sal_Int8 > &seq ) in write()
209 void SocketConnection::flush( ) in flush()
216 void SocketConnection::close() in close()
228 OUString SocketConnection::getDescription() in getDescription()
237 …void SAL_CALL SocketConnection::addStreamListener(const Reference<XStreamListener> & aListener) th… in addStreamListener()
[all …]
H A Dconnector.hxx92 class SocketConnection : class
97 SocketConnection( const ::rtl::OUString & sConnectionDescription );
98 virtual ~SocketConnection();
H A Dconnector.cxx146 SocketConnection *pConn = new SocketConnection( sConnectionDescription); in connect()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/
H A DSocketConnection.java55 public class SocketConnection implements XConnection, XConnectionBroadcaster { class
74 public SocketConnection(String description, Socket socket) throws IOException { in SocketConnection() method in SocketConnection
H A DsocketConnector.java153 con = new SocketConnection(connectionDescription, socket); in connect()
H A DsocketAcceptor.java162 return new SocketConnection(acceptingDescription, socket); in accept()
/trunk/main/jurt/
H A DZip_jurt-src.mk49 com/sun/star/lib/connections/socket/SocketConnection.java \

Completed in 38 milliseconds