Lines Matching defs:on

12  *  distributed under the License is distributed on an "AS IS" BASIS,
137 * to any available port on the local host.
142 * the port on the target host to connect to.
163 * the socket is bound to the given address {@code localAddress} on port
171 * the port on the target host to connect to.
173 * the address on the local host to bind to.
175 * the port on the local host to bind to.
196 * is bound to any available port on the local host.
201 * the port on the target host to connect to.
229 * bound to any available port on the local host.
234 * the port on the target host to connect to.
251 * endpoint the socket is bound to the given address {@code localAddress} on
257 * the port on the target host to connect to.
259 * the address on the local host to bind to.
261 * the port on the local host to bind to.
279 * bound to any available port on the local host.
284 * the port on the target host to connect to.
326 * the port on the destination host.
343 * the port on the destination host.
633 * @param on
642 public void setSoLinger(boolean on, int timeout) throws SocketException {
644 if (on && timeout < 0) {
652 if (on) {
688 * @param on
695 public void setTcpNoDelay(boolean on) throws SocketException {
697 impl.setOption(SocketOptions.TCP_NODELAY, Boolean.valueOf(on));
707 * the port on the destination host.
709 * the address on the local machine to bind.
711 * the port on the local machine to bind.
841 * {@code null} if the socket is unbound. This is useful on multihomed
902 * {@code null}, this socket will be bound to an available local address on
906 * the specific address and port on the local machine to bind to.
1012 // options on create