Searched refs:SocketConnection (Results 1 – 8 of 8) sorted by relevance
72 class SocketConnection : public ::cppu::WeakImplHelper2< class78 SocketConnection( const OUString & sConnectionDescription );79 ~SocketConnection();164 SocketConnection::SocketConnection( const OUString &sConnectionDescription) : in SocketConnection() function in io_acceptor::SocketConnection180 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 …]
40 void notifyListeners(SocketConnection * pCon, sal_Bool * notified, T t) in notifyListeners()86 SocketConnection::SocketConnection( const OUString &sConnectionDescription ) : in SocketConnection() function in stoc_connector::SocketConnection102 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 …]
92 class SocketConnection : class97 SocketConnection( const ::rtl::OUString & sConnectionDescription );98 virtual ~SocketConnection();
146 SocketConnection *pConn = new SocketConnection( sConnectionDescription); in connect()
55 public class SocketConnection implements XConnection, XConnectionBroadcaster { class74 public SocketConnection(String description, Socket socket) throws IOException { in SocketConnection() method in SocketConnection
34 SocketConnection.java \
153 con = new SocketConnection(connectionDescription, socket); in connect()
162 return new SocketConnection(acceptingDescription, socket); in accept()
Completed in 37 milliseconds