Searched refs:SocketConnection (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/io/source/acceptor/ |
| H A D | acc_socket.cxx | 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() [all …]
|
| /AOO41X/main/io/source/connector/ |
| H A D | ctr_socket.cxx | 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() [all …]
|
| H A D | connector.hxx | 92 class SocketConnection : class 97 SocketConnection( const ::rtl::OUString & sConnectionDescription ); 98 virtual ~SocketConnection();
|
| H A D | connector.cxx | 146 SocketConnection *pConn = new SocketConnection( sConnectionDescription); in connect()
|
| /AOO41X/main/jurt/com/sun/star/lib/connections/socket/ |
| H A D | SocketConnection.java | 55 public class SocketConnection implements XConnection, XConnectionBroadcaster { class 74 public SocketConnection(String description, Socket socket) throws IOException { in SocketConnection() method in SocketConnection
|
| H A D | makefile.mk | 34 SocketConnection.java \
|
| H A D | socketConnector.java | 153 con = new SocketConnection(connectionDescription, socket); in connect()
|
| H A D | socketAcceptor.java | 162 return new SocketConnection(acceptingDescription, socket); in accept()
|