Home
last modified time | relevance | path

Searched refs:_fixedConnection (Results 1 – 15 of 15) sorted by relevance

/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DFixedReference.java24 _fixedConnection = connection; in FixedReference()
113 return _fixedConnection.getThreadPool(); in getThreadPool()
120 return _fixedConnection; in getConnection()
204 if(_fixedConnection == connection) in changeConnection()
209 r._fixedConnection = connection; in changeConnection()
252 if(_fixedConnection.endpoint().datagram()) in getRequestHandler()
262 if(!_fixedConnection.endpoint().datagram()) in getRequestHandler()
284 if(secure && !_fixedConnection.endpoint().secure()) in getRequestHandler()
313 return _fixedConnection.getBatchRequestQueue(); in getBatchRequestQueue()
333 return _fixedConnection.equals(rhs._fixedConnection); in equals()
[all …]
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DFixedReference.java24 _fixedConnection = connection; in FixedReference()
113 return _fixedConnection.getThreadPool(); in getThreadPool()
120 return _fixedConnection; in getConnection()
204 if(_fixedConnection == connection) in changeConnection()
209 r._fixedConnection = connection; in changeConnection()
252 if(_fixedConnection.endpoint().datagram()) in getRequestHandler()
262 if(!_fixedConnection.endpoint().datagram()) in getRequestHandler()
284 if(secure && !_fixedConnection.endpoint().secure()) in getRequestHandler()
313 return _fixedConnection.getBatchRequestQueue(); in getBatchRequestQueue()
333 return _fixedConnection.equals(rhs._fixedConnection); in equals()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DFixedReference.java24 _fixedConnection = connection; in FixedReference()
113 return _fixedConnection.getThreadPool(); in getThreadPool()
120 return _fixedConnection; in getConnection()
204 if(_fixedConnection == connection) in changeConnection()
209 r._fixedConnection = connection; in changeConnection()
252 if(_fixedConnection.endpoint().datagram()) in getRequestHandler()
262 if(!_fixedConnection.endpoint().datagram()) in getRequestHandler()
284 if(secure && !_fixedConnection.endpoint().secure()) in getRequestHandler()
313 return _fixedConnection.getBatchRequestQueue(); in getBatchRequestQueue()
333 return _fixedConnection.equals(rhs._fixedConnection); in equals()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DFixedReference.java24 _fixedConnection = connection; in FixedReference()
190 if(_fixedConnection == connection) in changeConnection()
195 r._fixedConnection = connection; in changeConnection()
238 if(_fixedConnection.endpoint().datagram()) in getRequestHandler()
248 if(!_fixedConnection.endpoint().datagram()) in getRequestHandler()
270 if(secure && !_fixedConnection.endpoint().secure()) in getRequestHandler()
275 _fixedConnection.throwException(); // Throw in case our connection is already destroyed. in getRequestHandler()
287 RequestHandler handler = new ConnectionRequestHandler(this, _fixedConnection, compress); in getRequestHandler()
299 return _fixedConnection.getBatchRequestQueue(); in getBatchRequestQueue()
319 return _fixedConnection.equals(rhs._fixedConnection); in equals()
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DFixedReference.java24 _fixedConnection = connection; in FixedReference()
190 if(_fixedConnection == connection) in changeConnection()
195 r._fixedConnection = connection; in changeConnection()
238 if(_fixedConnection.endpoint().datagram()) in getRequestHandler()
248 if(!_fixedConnection.endpoint().datagram()) in getRequestHandler()
270 if(secure && !_fixedConnection.endpoint().secure()) in getRequestHandler()
275 _fixedConnection.throwException(); // Throw in case our connection is already destroyed. in getRequestHandler()
287 RequestHandler handler = new ConnectionRequestHandler(this, _fixedConnection, compress); in getRequestHandler()
299 return _fixedConnection.getBatchRequestQueue(); in getBatchRequestQueue()
319 return _fixedConnection.equals(rhs._fixedConnection); in equals()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DFixedReference.java24 _fixedConnection = connection; in FixedReference()
190 if(_fixedConnection == connection) in changeConnection()
195 r._fixedConnection = connection; in changeConnection()
238 if(_fixedConnection.endpoint().datagram()) in getRequestHandler()
248 if(!_fixedConnection.endpoint().datagram()) in getRequestHandler()
270 if(secure && !_fixedConnection.endpoint().secure()) in getRequestHandler()
275 _fixedConnection.throwException(); // Throw in case our connection is already destroyed. in getRequestHandler()
287 RequestHandler handler = new ConnectionRequestHandler(this, _fixedConnection, compress); in getRequestHandler()
299 return _fixedConnection.getBatchRequestQueue(); in getBatchRequestQueue()
319 return _fixedConnection.equals(rhs._fixedConnection); in equals()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DReference.cpp603 _fixedConnection(fixedConnection) in FixedReference()
735 if(newConnection == _fixedConnection) in changeConnection()
740 r->_fixedConnection = newConnection; in changeConnection()
777 if(_fixedConnection->endpoint()->datagram()) in getRequestHandler()
787 if(!_fixedConnection->endpoint()->datagram()) in getRequestHandler()
809 if(secure && !_fixedConnection->endpoint()->secure()) in getRequestHandler()
814 _fixedConnection->throwException(); // Throw in case our connection is already destroyed. in getRequestHandler()
833 return _fixedConnection->getBatchRequestQueue(); in getBatchRequestQueue()
848 return _fixedConnection == rhs->_fixedConnection; in operator ==()
873 return _fixedConnection < rhs->_fixedConnection; in operator <()
[all …]
H A DReference.h234 Ice::ConnectionIPtr _fixedConnection; variable
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DReference.cpp603 _fixedConnection(fixedConnection) in FixedReference()
735 if(newConnection == _fixedConnection) in changeConnection()
740 r->_fixedConnection = newConnection; in changeConnection()
777 if(_fixedConnection->endpoint()->datagram()) in getRequestHandler()
787 if(!_fixedConnection->endpoint()->datagram()) in getRequestHandler()
809 if(secure && !_fixedConnection->endpoint()->secure()) in getRequestHandler()
814 _fixedConnection->throwException(); // Throw in case our connection is already destroyed. in getRequestHandler()
833 return _fixedConnection->getBatchRequestQueue(); in getBatchRequestQueue()
848 return _fixedConnection == rhs->_fixedConnection; in operator ==()
873 return _fixedConnection < rhs->_fixedConnection; in operator <()
[all …]
H A DReference.h234 Ice::ConnectionIPtr _fixedConnection; variable
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DReference.cpp603 _fixedConnection(fixedConnection) in FixedReference()
735 if(newConnection == _fixedConnection) in changeConnection()
740 r->_fixedConnection = newConnection; in changeConnection()
777 if(_fixedConnection->endpoint()->datagram()) in getRequestHandler()
787 if(!_fixedConnection->endpoint()->datagram()) in getRequestHandler()
809 if(secure && !_fixedConnection->endpoint()->secure()) in getRequestHandler()
814 _fixedConnection->throwException(); // Throw in case our connection is already destroyed. in getRequestHandler()
833 return _fixedConnection->getBatchRequestQueue(); in getBatchRequestQueue()
848 return _fixedConnection == rhs->_fixedConnection; in operator ==()
873 return _fixedConnection < rhs->_fixedConnection; in operator <()
[all …]
H A DReference.h234 Ice::ConnectionIPtr _fixedConnection; variable
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DReference.cs564 _fixedConnection = connection; in FixedReference()
629 return _fixedConnection.getThreadPool(); in getThreadPool()
689 if(_fixedConnection == connection) in changeConnection()
694 r._fixedConnection = connection; in changeConnection()
726 if(_fixedConnection.endpoint().datagram()) in getRequestHandler()
736 if(!_fixedConnection.endpoint().datagram()) in getRequestHandler()
758 if(secure && !_fixedConnection.endpoint().secure()) in getRequestHandler()
763 _fixedConnection.throwException(); // Throw in case our connection is already destroyed. in getRequestHandler()
780 return _fixedConnection.getBatchRequestQueue(); in getBatchRequestQueue()
798 return _fixedConnection.Equals(rhs._fixedConnection); in Equals()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DReference.cs564 _fixedConnection = connection; in FixedReference()
629 return _fixedConnection.getThreadPool(); in getThreadPool()
689 if(_fixedConnection == connection) in changeConnection()
694 r._fixedConnection = connection; in changeConnection()
726 if(_fixedConnection.endpoint().datagram()) in getRequestHandler()
736 if(!_fixedConnection.endpoint().datagram()) in getRequestHandler()
758 if(secure && !_fixedConnection.endpoint().secure()) in getRequestHandler()
763 _fixedConnection.throwException(); // Throw in case our connection is already destroyed. in getRequestHandler()
780 return _fixedConnection.getBatchRequestQueue(); in getBatchRequestQueue()
798 return _fixedConnection.Equals(rhs._fixedConnection); in Equals()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DReference.cs564 _fixedConnection = connection; in FixedReference()
629 return _fixedConnection.getThreadPool(); in getThreadPool()
689 if(_fixedConnection == connection) in changeConnection()
694 r._fixedConnection = connection; in changeConnection()
726 if(_fixedConnection.endpoint().datagram()) in getRequestHandler()
736 if(!_fixedConnection.endpoint().datagram()) in getRequestHandler()
758 if(secure && !_fixedConnection.endpoint().secure()) in getRequestHandler()
763 _fixedConnection.throwException(); // Throw in case our connection is already destroyed. in getRequestHandler()
780 return _fixedConnection.getBatchRequestQueue(); in getBatchRequestQueue()
798 return _fixedConnection.Equals(rhs._fixedConnection); in Equals()
[all …]