Home
last modified time | relevance | path

Searched refs:SocketConnection (Results 1 – 8 of 8) sorted by relevance

/trunk/main/io/source/acceptor/
H A Dacc_socket.cxx72 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 Dctr_socket.cxx40 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 Dconnector.hxx83 class SocketConnection : class
88 SocketConnection( const ::rtl::OUString & sConnectionDescription );
89 virtual ~SocketConnection();
H A Dconnector.cxx144 SocketConnection *pConn = new SocketConnection( sConnectionDescription); in connect()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/connections/socket/
H A DSocketConnection.java55 public class SocketConnection implements XConnection, XConnectionBroadcaster { class
74 public SocketConnection(String description, Socket socket) throws IOException { in SocketConnection() method in SocketConnection
H A DsocketConnector.java153 con = new SocketConnection(connectionDescription, socket); in connect()
H A DsocketAcceptor.java162 return new SocketConnection(acceptingDescription, socket); in accept()
/trunk/main/jurt/
H A DZip_jurt-src.mk49 com/sun/star/lib/connections/socket/SocketConnection.java \