Searched refs:send_receive (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DLOCAL.pm51 sub send_receive { subroutine
H A DLOOPBACK.pm27 sub send_receive { subroutine
H A DMAILTO.pm43 sub send_receive { subroutine
H A DTCP.pm111 sub send_receive { subroutine
250 The TCP client class defines only two relevant methods beyond new and send_receive. These methods are:
272 The send_receive method creates a socket of the appropriate class and connects to the configured endpoint. It then sets the socket to nonblocking I/O, sends the message, shuts down the client end of the connection (preventing further writing), and reads the response back from the server. The socket object is discarded after the response and
H A DHTTP.pm129 sub send_receive { subroutine
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm3781 my $response = $self->transport->send_receive(

Completed in 84 milliseconds