1Net.getHost(3kaya) Kaya module reference Net.getHost(3kaya)
2
3
4
6 Net::getHost - Get the host name from a connection handle.
7
9 String getHost( NetHandle h )
10
12 h The connection handle
13
15 Get the host name from a connection handle. This is most useful with
16 connections created with Net.accept (3kaya)
17
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
30 Net.NetHandle (3kaya)
31 Net.accept (3kaya)
32 Net.connect (3kaya)
33
34
35
36Kaya December 2010 Net.getHost(3kaya)