Lines Matching refs:SocketConnection
72 class SocketConnection : public ::cppu::WeakImplHelper2< class
78 SocketConnection( const OUString & sConnectionDescription );
79 ~SocketConnection();
108 void notifyListeners(SocketConnection * pCon, sal_Bool * notified, T t) in notifyListeners()
153 SocketConnection::SocketConnection( const OUString &sConnectionDescription) : in SocketConnection() function in io_acceptor::SocketConnection
169 SocketConnection::~SocketConnection() in ~SocketConnection()
174 void SocketConnection::completeConnectionString() in completeConnectionString()
190 sal_Int32 SocketConnection::read( Sequence < sal_Int8 > & aReadBytes , sal_Int32 nBytesToRead ) in read()
236 void SocketConnection::write( const Sequence < sal_Int8 > &seq ) in write()
270 void SocketConnection::flush( ) in flush()
275 void SocketConnection::close() in close()
285 OUString SocketConnection::getDescription() in getDescription()
292 void SAL_CALL SocketConnection::addStreamListener(const Reference<XStreamListener> & aListener) in addStreamListener()
299 … void SAL_CALL SocketConnection::removeStreamListener(const Reference<XStreamListener> & aListener) in removeStreamListener()
360 SocketConnection *pConn = new SocketConnection( m_sConnectionDescription ); in accept()