We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2cd9d commit 5b48c19Copy full SHA for 5b48c19
doc/Type/IO/Socket/Async.pod6
@@ -210,4 +210,20 @@ L<Promise>.
210
In order to close the underlying listening socket created by C<listen> you
211
can C<close> the L<Tap>. See C<listen> for examples.
212
213
+=head2 method socket-host
214
+
215
+Returns the IP address of the local end of this socket.
216
217
+=head2 method peer-host
218
219
+Returns the IP address of the remote end of this socket.
220
221
+=head2 method socket-port
222
223
+Returns the port of the local end of this socket.
224
225
+=head2 method peer-port
226
227
+Returns the port of the remote end of this socket.
228
229
=end pod
0 commit comments