Lines Matching refs:SocketConnection
40 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()
244 …void SAL_CALL SocketConnection::removeStreamListener(const Reference<XStreamListener> & aListener)… in removeStreamListener()