Searched refs:bindAddress (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DSctpServerChannel.java201 * may be bound to it using {@link #bindAddress bindAddress}, or removed
279 public abstract SctpServerChannel bindAddress(InetAddress address) method in class:SctpServerChannel
H A DSctpChannel.java252 * may be bound to it using {@link #bindAddress bindAddress}, or removed
326 public abstract SctpChannel bindAddress(InetAddress address) method in class:SctpChannel
H A DSctpMultiChannel.java207 * may be bound to it using {@link #bindAddress bindAddress}, or removed
324 public abstract SctpMultiChannel bindAddress(InetAddress address) method in class:SctpMultiChannel
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DSctpServerChannelImpl.java60 public SctpServerChannel bindAddress(InetAddress address) method in class:SctpServerChannelImpl
H A DSctpChannelImpl.java63 public SctpChannel bindAddress(InetAddress address) method in class:SctpChannelImpl
H A DSctpMultiChannelImpl.java64 public SctpMultiChannel bindAddress(InetAddress address) method in class:SctpMultiChannelImpl
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DBind.java52 * Tests bind, bindAddress, unbindAddress, getLocalAddress, and
161 debug("channel.bindAddress(" + ia + ")");
162 channel.bindAddress(ia);
182 debug("bindAddress: " + addr);
183 channel.bindAddress(addr);
191 /* TEST 2: bindAddress - already bound address. */
195 channel.bindAddress(againAddress);
207 channel.bindAddress(nla);
/openjdk7/jdk/src/share/classes/sun/management/snmp/
H A DAdaptorBootstrap.java233 (int port, int trapPort, String bindAddress, boolean useAcl,
238 address = InetAddress.getByName(bindAddress);
240 throw new AgentConfigurationError(UNKNOWN_SNMP_INTERFACE, e, bindAddress);
232 getAdaptorBootstrap(int port, int trapPort, String bindAddress, boolean useAcl, String aclFileName) argument
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpServerChannelImpl.java124 public SctpServerChannel bindAddress(InetAddress address) method in class:SctpServerChannelImpl
H A DSctpChannelImpl.java196 public SctpChannel bindAddress(InetAddress address) method in class:SctpChannelImpl
H A DSctpMultiChannelImpl.java162 public SctpMultiChannel bindAddress(InetAddress address) method in class:SctpMultiChannelImpl

Completed in 74 milliseconds