Lines Matching defs:address

48  * The address(es) that the channel's socket is bound to can be retrieved by
100 * <td> Requests that the local SCTP stack use the given peer address as the
106 * <td> Requests that the peer mark the enclosed address as the association
194 * Binds the channel's socket to a local address and configures the socket
198 * and the local address. Once a relationship is established then
200 * may not necesssarily be with the address {@code local} as it may be removed
202 * address bound to the channel's socket once an invocation of this method
206 * address, that is not automatically assigned, more addresses
217 * The local address to bind the socket, or {@code null} to
218 * bind the socket to an automatically assigned socket address
232 * If the type of the given address is not supported
247 * Binds the channel's socket to a local address and configures the socket
257 * The local address to bind the socket, or {@code null} to
258 * bind the socket to an automatically assigned socket address
269 * If the type of the given address is not supported
285 * Adds the given address to the bound addresses for the channel's
288 * <P> The given address must not be the {@link
289 * java.net.InetAddress#isAnyLocalAddress wildcard} address.
293 * argument which typically contains a port number as well as an address.
298 * will be associated with the given address. Adding addresses to existing
300 * dynamic address reconfiguration then it may send the appropriate message
301 * to the peer to change the peers address lists.
303 * @param address
304 * The address to add to the bound addresses for the socket
315 * If this channel is already bound to the given address
318 * If address is {@code null} or the {@link
319 * java.net.InetAddress#isAnyLocalAddress wildcard} address
324 public abstract SctpMultiChannel bindAddress(InetAddress address)
328 * Removes the given address from the bound addresses for the channel's
331 * <P> The given address must not be the {@link
332 * java.net.InetAddress#isAnyLocalAddress wildcard} address.
337 * not have {@code address} as one of its bound addresses, or that has only
338 * one local address bound to it, then this method throws
341 * <P> The initial address that the channel's socket is bound to using
346 * will not be associated with the given address. Removing addresses from
348 * dynamic address reconfiguration then it may send the appropriate message
349 * to the peer to change the peers address lists.
351 * @param address
352 * The address to remove from the bound addresses for the socket
363 * {@code address} is not bound to the channel's socket, or the
364 * channel has only one address bound to it
367 * If address is {@code null} or the {@link
368 * java.net.InetAddress#isAnyLocalAddress wildcard} address
373 public abstract SctpMultiChannel unbindAddress(InetAddress address)
557 * setup this method verifies that the associations source address and port
625 * and the intended receiver, identified by the address in the given messageInfo, then one
656 * setup this method verifies that the given remote peers address and port
696 * new associations to be setup with the the messages's address