Lines Matching defs:address

96  *     <td> Requests that the local SCTP stack use the given peer address as the
102 * <td> Requests that the peer mark the enclosed address as the association
169 * Opens an SCTP channel and connects it to a remote address.
178 * The remote address to which the new channel is to be connected
190 * @return A new SCTP channel connected to the given address
203 * If the given remote address is not fully resolved
206 * If the type of the given remote address is not supported
240 * Binds the channel's socket to a local address.
245 * may not necesssarily be with the address {@code local} as it may be removed
247 * one local address bound to the channel's socket once an invocation of
251 * address, that is not automatically assigned, more addresses
256 * The local address to bind the socket, or {@code null} to
257 * bind the socket to an automatically assigned socket address
274 * If the type of the given address is not supported
283 * Adds the given address to the bound addresses for the channel's
286 * <P> The given address must not be the {@link
287 * java.net.InetAddress#isAnyLocalAddress wildcard} address.
292 * contains a port number as well as an address. Addresses subquently bound
297 * If the endpoint supports dynamic address reconfiguration then it may
298 * send the appropriate message to the peer to change the peers address
301 * @param address
302 * The address to add to the bound addresses for the socket
317 * If this channel is already bound to the given address
320 * If address is {@code null} or the {@link
321 * java.net.InetAddress#isAnyLocalAddress wildcard} address
326 public abstract SctpChannel bindAddress(InetAddress address)
330 * Removes the given address from the bound addresses for the channel's
333 * <P> The given address must not be the {@link
334 * java.net.InetAddress#isAnyLocalAddress wildcard} address.
338 * {@code address} as one of its bound addresses or that has only one
339 * local address bound to it, then this method throws
341 * The initial address that the channel's socket is bound to using {@link
345 * functionality. If the endpoint supports dynamic address reconfiguration
347 * address lists.
349 * @param address
350 * The address to remove from the bound addresses for the socket
365 * If address is {@code null} or the {@link
366 * java.net.InetAddress#isAnyLocalAddress wildcard} address
369 * If {@code address} is not bound to the channel's socket. or
370 * the channel has only one address bound to it
375 public abstract SctpChannel unbindAddress(InetAddress address)
394 * method permits connecting to the address and port number of the given
432 * If the given remote address is not fully resolved
435 * If the type of the given remote address is not supported
497 * If the given remote address is not fully resolved
500 * If the type of the given remote address is not supported