Lines Matching full:is
13 * software distributed under the License is distributed on an
14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
81 * Whether the socket is alive.
83 * @return Is the socket alive?
88 * Checks whether there is more data available in the socket to read.
90 * This call blocks until at least one byte is available or the socket is closed.
107 * Determines whether there is pending data to read or not.
113 * \returns true if there is pending data to read, false otherwise
140 * Get the host that the socket is connected to
147 * Get the port that the socket is connected to
154 * Get the Unix domain socket path that the socket is connected to
161 * Whether the socket is a Unix domain socket. This is the same as checking
162 * if getPath() is not empty.
164 * @return Is the socket a Unix domain socket?
190 * Controls whether the linger option is set on the socket.
192 * @param on Whether SO_LINGER is on
193 * @param linger If linger is active, the number of seconds to linger for
237 * Returns the DNS name of the host to which the socket is connected
242 * Returns the address of the host to which the socket is connected
247 * Returns the port of the host to which the socket is connected
257 * (Re-)initialize a TSocket for the supplied descriptor. This is only
281 * Get the origin the socket is connected to