Searched refs:SocketConnection (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/io/source/acceptor/ |
| H A D | acc_socket.cxx | 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() [all …]
|
| /trunk/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() 171 void SocketConnection::write( const Sequence < sal_Int8 > &seq ) in write() 205 void SocketConnection::flush( ) in flush() 210 void SocketConnection::close() in close() 220 OUString SocketConnection::getDescription() in getDescription() 228 void SAL_CALL SocketConnection::addStreamListener(const Reference<XStreamListener> & aListener) in addStreamListener() [all …]
|
| H A D | connector.hxx | 83 class SocketConnection : class 88 SocketConnection( const ::rtl::OUString & sConnectionDescription ); 89 virtual ~SocketConnection();
|
| H A D | connector.cxx | 144 SocketConnection *pConn = new SocketConnection( sConnectionDescription); in connect()
|
| /trunk/main/jurt/java/jurt/src/main/java/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 | socketConnector.java | 153 con = new SocketConnection(connectionDescription, socket); in connect()
|
| H A D | socketAcceptor.java | 162 return new SocketConnection(acceptingDescription, socket); in accept()
|
| /trunk/main/jurt/ |
| H A D | Zip_jurt-src.mk | 49 com/sun/star/lib/connections/socket/SocketConnection.java \
|