Lines Matching refs:SocketConnection
72 class SocketConnection : public ::cppu::WeakImplHelper2< class
78 SocketConnection( const OUString & sConnectionDescription );
79 ~SocketConnection();
119 void notifyListeners(SocketConnection * pCon, sal_Bool * notified, T t) in notifyListeners()
164 SocketConnection::SocketConnection( const OUString &sConnectionDescription) : in SocketConnection() function in io_acceptor::SocketConnection
180 SocketConnection::~SocketConnection() in ~SocketConnection()
185 void SocketConnection::completeConnectionString() in completeConnectionString()
201 sal_Int32 SocketConnection::read( Sequence < sal_Int8 > & aReadBytes , sal_Int32 nBytesToRead ) in read()
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()
312 …void SAL_CALL SocketConnection::addStreamListener(const Reference<XStreamListener> & aListener) th… in addStreamListener()
319 …void SAL_CALL SocketConnection::removeStreamListener(const Reference<XStreamListener> & aListener)… in removeStreamListener()
380 SocketConnection *pConn = new SocketConnection( m_sConnectionDescription ); in accept()